天气查询

v1.0.0

查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。

0· 92·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 lookup; SKILL.md shows concrete curl examples targeting wttr.in for city weather and forecasts — this is directly aligned and proportional.
Instruction Scope
Runtime instructions only direct the agent to run curl against wttr.in (with options for format and language). There are no instructions to read local files, access unrelated env vars, or transmit data to other endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing is written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths — consistent with a public HTTP-based weather query approach.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills/config; normal autonomous invocation behavior applies but is not exploited here.
Assessment
This skill is low-risk and coherent for simple weather lookups. Things to consider before installing: the agent will make network requests to a third-party (wttr.in), so queries and your agent's IP will be visible to that service; if you care about privacy or internal network restrictions, disable network access or avoid using the skill. Prefer using https://wttr.in in practice (the SKILL.md examples omit the scheme). Ensure curl is available in the runtime environment. If you need enterprise-grade guarantees (privacy, rate limits, uptime), consider using an authenticated weather API instead.

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

chinavk97fgfvmp5ny9sqcasm5h1dkmd83kqtzlatestvk97fgfvmp5ny9sqcasm5h1dkmd83kqtzweathervk97fgfvmp5ny9sqcasm5h1dkmd83kqtz

License

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

Comments