Xiao Chuang You Weather
PassAudited by VirusTotal on May 6, 2026.
Overview
Type: OpenClaw Skill Name: xiao-chuang-you-weather Version: 1.1.0 The skill is a standard weather information assistant that uses the public wttr.in API to retrieve meteorological data. Analysis of SKILL.md and _meta.json reveals no evidence of data exfiltration, malicious execution, or harmful prompt injection; the instructions are strictly focused on providing weather-related advice and traditional Chinese solar term information.
Findings (0)
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.
