Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (provide food recommendations based on weather) match the SKILL.md instructions. No binaries, env vars, or config paths are requested, which is appropriate for this simple task.
Instruction Scope
The SKILL.md says to 'first obtain current weather information' but does not specify how (which API, whether to ask the user for location, or to use an internal tool). This open-ended phrasing gives the agent discretion to call external services or request location data — not inherently dangerous but worth noting.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be written to disk or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It also doesn't ask for access to unrelated secrets or config paths. If the agent needs weather data, it may ask the user for a location or use a network call, but no hidden credentials are requested by the skill.
Persistence & Privilege
always is false and default autonomy settings apply. The skill does not request permanent presence or to modify other skills or system settings.
Assessment
This skill is low-risk and coherent for its purpose. Two practical considerations before installing: (1) decide how the agent should obtain weather info — if you want to avoid network calls or sharing your location, configure the agent to ask you for location manually or disable browsing/network access; (2) if you prefer a specific weather provider, require the skill to use that provider and provide its API key through a controlled mechanism rather than letting the agent pick arbitrary endpoints. Otherwise, it's fine to install.Like a lobster shell, security has layers — review code before you run it.
latestvk9791e6dypbdyg3k2fcgatgygd82s4gx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
