Henteplan Skill
v1.1.1Look up Norwegian waste collection schedules — find your provider, search your address, and get upcoming pickup dates
⭐ 1· 283·0 current·0 all-time
byHenrik Kvamme@henrikkvamme
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name, description, and runtime instructions all align: it queries henteplan.no for providers, address search, schedules and iCal URLs. One inconsistency: the registry metadata lists no required binaries, while the SKILL.md declares required_bins (curl and jq). The SKILL.md also references using the OpenClaw cron CLI for reminders but the registry doesn't list that as a required binary. These are metadata omissions rather than functional mismatches with the stated purpose.
Instruction Scope
SKILL.md instructs only how to call henteplan.no endpoints, how to present results, and how to generate an iCal URL. It does not ask the agent to read arbitrary files or secret stores beyond an optional HEARTBEAT.md in the user's OpenClaw config (which is explicitly for reminders). It does instruct the agent to 'remember' provider and locationId for future use (normal persistence for convenience).
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest-risk install mechanism. It relies on standard CLI tools (curl, jq) per SKILL.md rather than downloading code.
Credentials
The skill declares no environment variables or credentials and its operations (public API queries to henteplan.no) do not require secrets. There are no unrelated credential requests.
Persistence & Privilege
The skill suggests remembering provider and locationId and offers cron/HEARTBEAT reminders. It does not request always:true or elevated privileges. Users should be aware that storing these identifiers (and embedding them into scheduled prompts) means future automated runs will use those saved values.
Assessment
This skill appears to do what it says: call henteplan.no to find providers, addresses, schedules, and generate iCal links. Before installing: 1) Note the SKILL.md expects curl and jq (and refers to the OpenClaw cron CLI) but the registry metadata omitted those — ensure those tools are available on your agent host. 2) The skill will make outbound requests to https://henteplan.no; there are no requested secrets, but scheduled reminders will embed your provider/locationId in prompts/cron jobs—be comfortable with that being stored/used by your agent platform. 3) The source/homepage is not provided in the registry metadata; if provenance matters to you, verify the author or the API independently. 4) If you plan to use cron reminders, confirm OpenClaw's cron behavior and visibility of scheduled prompts. If these points are acceptable, the skill is coherent and proportionate to its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk979e0crwmdarkwcja5jbc33v581tecf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
