← 返回 Skills 市场
1238
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install my-weather
功能描述
Provides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key.
使用说明 (SKILL.md)
My Weather
Get current weather using wttr.in (no API key required).
Example
curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C
Location
Use city name, airport code, or zip code:
curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"
Format options
?format=3- Compact one-liner?format=%l:+%c+%t+%h+%w- Custom format?T- Full forecast?0- Current only?1- Today only
Units
?m- Metric?u- USCS
安全使用建议
This skill is small and internally consistent: it just tells the agent to query wttr.in for weather and asks for no secrets or installs. Before installing, consider: (1) network/privacy — queries include location (city, zip, or airport code) which will be sent to a public service (wttr.in); (2) trust — the skill's source/homepage are not provided, so if provenance matters verify the publisher; and (3) execution context — the agent will perform outbound HTTP requests (via curl in examples), so ensure you are comfortable with the agent making network calls. If those points are acceptable, the skill is proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: my-weather
Version: 1.0.0
The skill bundle is benign. All files consistently describe and implement a weather retrieval skill using the legitimate `wttr.in` service via `curl`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection with harmful intent, or obfuscation. The `SKILL.md` provides clear, non-malicious instructions for the AI agent to interact with `wttr.in`.
能力评估
Purpose & Capability
Name and intent (weather lookup) align with the SKILL.md which shows curl commands to wttr.in; package.json simply points to SKILL.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to making HTTP requests to wttr.in (examples using curl and format/query options). The instructions do not ask the agent to read local files, access environment variables, or contact other endpoints. Note: the skill performs outbound network calls to a public service (wttr.in) which is expected for this purpose.
Install Mechanism
No install spec and no code files beyond SKILL.md and a minimal package.json — nothing is written to disk or downloaded. This is the lowest-risk install profile.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a simple public-weather lookup service.
Persistence & Privilege
always is false (no forced persistence) and model invocation defaults are unchanged. The skill does not request elevated or persistent system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release:
- Get current weather instantly with wttr.in—no API key needed.
- Supports lookup by city name, airport code, or zip code.
- Customizable output formats, including one-liners and detailed forecasts.
- Choose metric or USCS units.
元数据
常见问题
My Weather 是什么?
Provides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1238 次。
如何安装 My Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-weather」即可一键安装,无需额外配置。
My Weather 是免费的吗?
是的,My Weather 完全免费(开源免费),可自由下载、安装和使用。
My Weather 支持哪些平台?
My Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My Weather?
由 ryansorr1(@ryansorr1)开发并维护,当前版本 v1.0.0。
推荐 Skills