Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (countdown tool) matches the behavior: storing and reading dates from a JSON file. No unrelated env vars, binaries, or network access are requested.
Instruction Scope
SKILL.md directs the agent to read/write a fixed local file path (~/.openclaw/skills/countdown_skill/countdown.json) and to present countdown results. This is within the stated purpose, but the agent requires filesystem access to that path; the instructions do not request reading any other files or variables.
Install Mechanism
No install steps or downloads are present (instruction-only). Nothing will be written to disk by an installer beyond the skill's documented JSON file which is expected behavior.
Credentials
No environment variables, credentials, or external service access are required. The single storage file is a reasonable, proportional requirement for this functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide configuration. It persists only via its own JSON file in the user's home directory.
Assessment
This skill is coherent and low-risk: it only reads and writes a JSON file at ~/.openclaw/skills/countdown_skill/countdown.json to store events. Before installing, confirm you are comfortable giving the agent access to that path (so it can read/write the file). There are no network calls or credential requests. If you want extra safety, inspect the generated JSON file and set filesystem permissions so only your user can access it; avoid placing sensitive data inside the countdown file.Like a lobster shell, security has layers — review code before you run it.
latestvk979wc0n0rphzfd1vcxc65drwh82x0k5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
