天气穿搭海报

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· 139·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ll21121/weather-poster.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "天气穿搭海报" (ll21121/weather-poster) from ClawHub.
Skill page: https://clawhub.ai/ll21121/weather-poster
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install weather-poster

ClawHub CLI

Package manager switcher

npx clawhub@latest install weather-poster
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
139downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Weather Poster

Generate a weather and outfit recommendation poster as SVG file.

Default Behavior

  • Default city: Wuhan, China
  • User can specify: Any city (e.g., "北京天气海报", "上海穿搭")

Workflow

  1. Get weather data for the specified city (default: Wuhan)

    • Useweather skill or fetch from wttr.in
    • Extract: temperature, weather condition, wind, humidity
  2. Generate outfit recommendations based on weather:

    • Rain → umbrella, raincoat, waterproof shoes
    • Cold (<15°C) → jacket, long pants
    • Hot (>28°C) → light clothing, shorts
    • Sunny → sunglasses, hat
  3. Create SVG using the template in assets/

Assets

Output

Save as {city}-weather-poster.svg in the workspace

Comments

Loading comments...