← Back to Skills Marketplace
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-poster
Description
Generate weather and outfit recommendation posters as SVG. Default region is Wuhan, China. User can specify other cities. Use when user asks for "天气海报", "wea...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: weather-poster
Version: 1.0.0
The skill is a straightforward utility for generating weather and outfit recommendation posters in SVG format. It fetches weather data from standard sources (wttr.in) and populates a local SVG template (assets/template.svg) without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-poster - After installation, invoke the skill by name or use
/weather-poster - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of weather-poster skill.
- Generates weather and outfit recommendation posters as SVG.
- Defaults to Wuhan, China; users can specify other cities.
- Extracts current weather details and offers outfit suggestions based on conditions.
- Outputs results as "{city}-weather-poster.svg".
Metadata
Frequently Asked Questions
What is 天气穿搭海报?
Generate weather and outfit recommendation posters as SVG. Default region is Wuhan, China. User can specify other cities. Use when user asks for "天气海报", "wea... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install 天气穿搭海报?
Run "/install weather-poster" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 天气穿搭海报 free?
Yes, 天气穿搭海报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 天气穿搭海报 support?
天气穿搭海报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 天气穿搭海报?
It is built and maintained by ll21121 (@ll21121); the current version is v1.0.0.
More Skills