KNHB Match Center

v1.0.0

Query Dutch field hockey match schedules and results from KNHB Match Center (hockeyweerelt.nl). Use when looking up hockey clubs, teams, upcoming matches, or...

0· 544·0 current·0 all-time
byThomas A. de Ruiter@tader
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description match the SKILL.md: it queries KNHB (hockeyweerelt.nl) public endpoints for clubs, teams, and matches. One minor inconsistency: the metadata lists no required binaries, but the runtime instructions assume shell utilities (curl and jq). That is a small documentation/metadata omission rather than a capability mismatch.
Instruction Scope
All instructions are narrowly scoped to issuing GET requests to the documented public API (publicaties.hockeyweerelt.nl/mc) and formatting results. The SKILL.md does not direct reading of unrelated files, access to other services, or transmission of secrets; it only uses local shell variables for convenience.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That is the lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths and the API endpoints are public. There is no disproportionate credential request or attempt to access unrelated secrets.
Persistence & Privilege
always is false and the skill does not request or describe modifying agent/system configuration. Autonomous invocation is allowed but that is the platform default and not by itself a problem for this read-only skill.
Assessment
This skill appears to be what it says: a thin wrapper for public KNHB Match Center queries. Before installing, ensure your agent runtime environment has curl and jq (the SKILL.md examples assume them). Expect the skill to make outbound HTTP GET requests to publicaties.hockeyweerelt.nl (no secrets involved). Consider rate limits or network egress policies if you run agents in a restricted environment. If you need stricter control, you can keep autonomous invocation disabled when adding the skill to an agent.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dgyybncf19pbx0m0hwa82cn818m9y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments