Homeassistant Toolkit
v3.0.1Reference tool for life — covers intro, quickstart, patterns and more. Quick lookup for Homeassistant Toolkit concepts, best practices, and implementation pa...
⭐ 0· 379·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Homeassistant reference toolkit) align with the included files: a SKILL.md and a small shell script that prints documentation. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md explicitly states output is via heredoc with no external API calls or network access, which matches the script. Minor implementation issues: show_help uses a single-quoted heredoc containing $VERSION so the variable will not expand in the printed help (a bug, not a security concern).
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by an installer. The included script is plain shell with no downloads or archive extraction.
Credentials
The skill declares and uses no environment variables, credentials, or config paths. The documentation mentions tools (tcpdump, wireshark, top) only as examples; the script does not invoke them.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or modify other skills or system-wide configuration.
Assessment
This skill is a simple local reference CLI that prints static documentation and does not require credentials or network access. It appears safe and coherent with its description. You can install/use it without providing secrets; if you plan to run the included script locally, inspect the file (already provided) and run it in a normal user context. Note the minor help-text bug (version variable won't expand) and the registry version (3.0.1) versus script VERSION (3.0.0) — purely cosmetic. As always, monitor upstream changes (a future update could add network or credential usage) and review new versions before trusting them.Like a lobster shell, security has layers — review code before you run it.
chinesevk9753tdgy825g9raz0s7d400qs82qehjlatestvk9768xk19506mg2q5g3g7gkeas83hwabproductivityvk9753tdgy825g9raz0s7d400qs82qehj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
