首页龙虾技能列表 › DC Weather — 技能工具

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 累计
by @vital1188·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

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

CodeCondition
0Clear
1-3Partly cloudy
45-48Fog
51-57Drizzle
61-67Rain
71-77Snow
95-99Thunderstorm

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 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务