天气穿搭海报

v1.0.0

Generate weather and outfit recommendation posters as SVG. Default region is Wuhan, China. User can specify other cities. Use when user asks for "天气海报", "wea...

0· 101·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (weather + outfit poster) match the included assets and runtime instructions. No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
SKILL.md stays on-task: fetch weather, compute outfit recommendations, populate SVG template, save file. It references fetching from wttr.in or using another "weather" skill; this is appropriate but means network queries (and optional cross-skill invocation) will occur. Recommend confirming whether the agent will call wttr.in directly or delegate to another installed skill before use.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk beyond the output SVG; this is low-risk and proportionate for the feature.
Credentials
No environment variables or credentials are requested (appropriate). One privacy consideration: querying wttr.in or any external weather API will transmit the user-specified city (and possibly other request metadata) to a third party — expected for weather lookups but worth noting.
Persistence & Privilege
always is false and the skill does not request system-wide changes or persistent privileges. It writes a single SVG output to the workspace, which is consistent with its purpose.
Assessment
This skill appears coherent and low-risk: it only needs network access to fetch weather and templates to build an SVG. Before installing, consider: (1) whether you are comfortable the agent will send city names to an external service (wttr.in) or call another weather skill; (2) whether the workspace location where the SVG is saved is acceptable; and (3) if you allow autonomous agent invocation, check which other skills it may call (the SKILL.md suggests delegating to a separate weather skill). No credentials or installs are required.

Like a lobster shell, security has layers — review code before you run it.

latestvk9756sfn76ebwx1hbaxrja9e7s84h63d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments