← 返回 Skills 市场
1117
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install dc-weather
功能描述
Check Washington DC weather using Open-Meteo API. Use when user asks about DC weather, current conditions, or needs a weather report for Washington DC.
使用说明 (SKILL.md)
DC Weather Skill
Get Washington DC weather without API keys using Open-Meteo.
Quick Check
curl -s "https://api.open-meteo.com/v1/forecast?latitude=38.9072&longitude=-77.0369¤t_weather=true&temperature_unit=fahrenheit" | jq -r '"DC: \(.current_weather.temperature)°F, wind \(.current_weather.windspeed) mph, code \(.current_weather.weathercode)"'
Weather Codes
| Code | Condition |
|---|---|
| 0 | Clear |
| 1-3 | Partly cloudy |
| 45-48 | Fog |
| 51-57 | Drizzle |
| 61-67 | Rain |
| 71-77 | Snow |
| 95-99 | Thunderstorm |
Pretty Format
curl -s "https://api.open-meteo.com/v1/forecast?latitude=38.9072&longitude=-77.0369¤t_weather=true&temperature_unit=fahrenheit" | jq -r '"\
🌤️ Washington, DC\
━━━━━━━━━━━━━━\
🌡️ \(.current_weather.temperature)°F\
💨 Wind: \(.current_weather.windspeed) mph\
🌪️ Code: \(.current_weather.weathercode)\
"'
安全使用建议
This skill appears safe and does exactly what it says: fetch DC weather from Open-Meteo. Before installing, confirm your agent environment allows outbound HTTP(s) calls and has curl and jq available (or adapt the commands). No credentials are requested and no code is installed. If your environment restricts network access or forbids running shell commands, the skill will not work as written.
功能分析
Type: OpenClaw Skill
Name: dc-weather
Version: 1.0.0
The skill bundle is designed to fetch Washington D.C. weather data using the Open-Meteo API. The `SKILL.md` file contains two `bash` code blocks that use `curl` to query `https://api.open-meteo.com` for weather information and `jq` to format the output. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent. All actions are transparent and directly align with the stated purpose of checking DC weather.
能力评估
Purpose & Capability
Name/description match the instructions: both point to querying Open-Meteo for DC current weather. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
SKILL.md instructs the agent to run curl and jq against api.open-meteo.com. This is appropriate for the stated purpose, but the skill metadata does not declare required binaries (curl, jq). The instructions perform an external network call to a public API using fixed DC coordinates; they do not read local files or request secrets.
Install Mechanism
No install spec and no code files — lowest-risk model. Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requires no environment variables or credentials. Network access to the public Open-Meteo API is the only external dependency and is proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or configs. Autonomous invocation is allowed (platform default) but not an additional concern given the limited scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dc-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/dc-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Washington DC weather via Open-Meteo
元数据
常见问题
DC Weather 是什么?
Check Washington DC weather using Open-Meteo API. Use when user asks about DC weather, current conditions, or needs a weather report for Washington DC. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1117 次。
如何安装 DC Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dc-weather」即可一键安装,无需额外配置。
DC Weather 是免费的吗?
是的,DC Weather 完全免费(开源免费),可自由下载、安装和使用。
DC Weather 支持哪些平台?
DC Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DC Weather?
由 vital1188(@vital1188)开发并维护,当前版本 v1.0.0。
推荐 Skills