Xiao Chuang You Weather
PassAudited by ClawScan on May 6, 2026.
Overview
This is a coherent instruction-only weather skill, with the main privacy note that it may infer a location from memory and send the city to wttr.in for weather data.
This skill appears safe for normal weather questions. Before installing, be aware that if you do not specify a city, it may infer one from chat history or memory, and the city used for the forecast may be sent to wttr.in.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If memory contains stale, incorrect, or overly personal location information, the agent may use that location without the user restating it.
The skill may rely on conversation history or persistent memory to infer the user's location when no location is provided.
完全未提及 → 从对话历史或 MEMORY.md 中推断用户位置
Confirm the city before relying on the forecast if location was inferred, and avoid storing sensitive location details in memory unless needed.
The requested or inferred city may be sent to wttr.in to retrieve weather information.
The skill discloses that it queries an external weather provider using the selected city.
使用 `wttr.in` 查询实时天气:`https://wttr.in/{城市}?format=j1`Use a broad city name rather than a precise address if you want to limit location exposure.
