← 返回 Skills 市场
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install discord-weather-reporter
功能描述
Fetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning...
使用说明 (SKILL.md)
Discord Weather Reporter
Fetch current conditions and forecasts, formatted as clean Discord embeds.
Quick Use
# Current weather for a city (one-liner)
curl -s "wttr.in/{city}?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
# 3-day forecast
curl -s "wttr.in/{city}?format=v2"
# Will it rain?
curl -s "wttr.in/{city}?format=%l:+%c+%p"
Commands
Current Conditions (one-liner)
curl -s "wttr.in/{city}?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
3-Day Forecast
curl -s "wttr.in/{city}"
Precipitation Check
curl -s "wttr.in/{city}?format=%l:+%c+%p"
Week Forecast
curl -s "wttr.in/{city}?format=v2"
Format Codes
%c— Condition emoji%t— Temperature%f— "Feels like"%w— Wind speed%h— Humidity%p— Precipitation%l— Location name
Examples
"Weather in London?"
London: ☀️ +18°C (feels like +17°C), 12 km/h wind, 65% humidity
"Will it rain in Tokyo?"
Tokyo: 🌦 Light rain, 4mm expected
"3-day Paris forecast" Full 3-day forecast with daily highs/lows
Notes
- No API key needed (uses wttr.in)
- Rate limited; don't spam requests
- Works for most global cities and airport codes
- Supports airport codes:
curl wttr.in/JFK
安全使用建议
Before installing, note that weather lookups will disclose the requested location to wttr.in. The credential-related metadata tag appears inconsistent with the actual skill text; based on the artifact, it does not require Discord tokens, webhooks, or API keys.
能力标签
能力评估
Purpose & Capability
The stated purpose is weather reporting, and the artifact only contains example curl commands to wttr.in for current conditions, precipitation, and forecasts.
Instruction Scope
Instructions are narrow and user-directed; they do not ask the agent to post to Discord, use webhooks, collect credentials, modify files, or run unrelated commands.
Install Mechanism
The package contains a single non-executable SKILL.md file with no install script, dependencies, hidden files, or runtime code.
Credentials
Network access to wttr.in is expected for the purpose, but users should understand that queried city or airport-code locations are sent to that third-party service.
Persistence & Privilege
No persistence, background execution, privilege escalation, local indexing, credential access, or destructive behavior is present in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discord-weather-reporter - 安装完成后,直接呼叫该 Skill 的名称或使用
/discord-weather-reporter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of discord-weather-reporter:
- Provides current weather conditions and multi-day forecasts for cities.
- Outputs results formatted for clean Discord display, including one-liners and detailed forecasts.
- Supports checking temperature, rain chances, snow, and weather alerts.
- Uses wttr.in—no API key required; works with city names and airport codes.
- Offers quick copy-paste curl commands for easy integration.
元数据
常见问题
Discord Weather Reporter 是什么?
Fetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 Discord Weather Reporter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-weather-reporter」即可一键安装,无需额外配置。
Discord Weather Reporter 是免费的吗?
是的,Discord Weather Reporter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discord Weather Reporter 支持哪些平台?
Discord Weather Reporter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discord Weather Reporter?
由 Fuzzyb33s(@fuzzyb33s)开发并维护,当前版本 v1.0.0。
推荐 Skills