DC Weather — 技能工具
v1.0.0[自动翻译] 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...
0· 1,034·2 当前·2 累计
安全扫描
OpenClaw
安全
high confidenceThe skill is coherent with its description: it's an instruction-only helper that fetches public Washington, DC weather from the Open-Meteo API, requests no credentials, and has a minimal footprint.
评估建议
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.详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
No install spec and no code files — lowest-risk model. Nothing is written to disk or downloaded by the skill itself.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/11
Initial release - Washington DC weather via Open-Meteo
● 无害
安装命令 点击复制
官方npx clawhub@latest install dc-weather
镜像加速npx clawhub@latest install dc-weather --registry https://cn.clawhub-mirror.com
技能文档
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 '"\n🌤️ Washington, DC\n━━━━━━━━━━━━━━\n🌡️ \(.current_weather.temperature)°F\n💨 Wind: \(.current_weather.windspeed) mph\n🌪️ Code: \(.current_weather.weathercode)\n"'
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制