Weathernow
v2.0.2Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Weathernow concepts, best practices, and implementation patterns.
⭐ 0· 112·1 current·1 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (devtools reference) align with the included script and SKILL.md. The script and docs only provide static reference text and help commands. Minor inconsistency: SKILL.md says version 2.0.2 while scripts/script.sh sets VERSION="2.0.1" — this appears to be a bookkeeping/version mismatch but does not change behavior.
Instruction Scope
SKILL.md instructs the agent to provide plain-text reference docs (heredocs). The bundled script implements those commands and does not read environment variables, contact network endpoints, or read arbitrary files. It only uses local cat/echo/standard shell behavior to print documentation.
Install Mechanism
There is no install specification and no downloads; the skill is instruction-only in the registry metadata but does include a local script file. Nothing is written to disk by an installer and there are no external packages or archives fetched.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not reference any secrets or external service tokens. The requested access is minimal and proportional to a static reference tool.
Persistence & Privilege
The skill is not forced-always and is user-invocable; it does not modify other skills or system-wide configuration. Autonomous invocation is allowed by platform default but, given the skill's limited scope, this does not meaningfully increase risk.
Assessment
This skill appears to be a simple local reference/help tool and is internally consistent with that purpose. Before installing, note the small version mismatch (SKILL.md 2.0.2 vs script 2.0.1) and verify you are comfortable with the included script being available to the agent (it only prints static docs and does not perform network or file operations). If you require extra assurance, review the script contents yourself; otherwise this skill is low-risk and coherent with its description.Like a lobster shell, security has layers — review code before you run it.
latestvk97cb497eydjsbb7cdxh8kqs2x83h3zv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
