← Back to Skills Marketplace
fuzzyb33s

Discord Weather Reporter

by Fuzzyb33s · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install discord-weather-reporter
Description
Fetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning...
README (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
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-weather-reporter
  3. After installation, invoke the skill by name or use /discord-weather-reporter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug discord-weather-reporter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Discord Weather Reporter?

Fetch weather forecasts and current conditions, formatted for Discord display. Use when asked about weather, temperature, rain forecasts, or travel planning... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Discord Weather Reporter?

Run "/install discord-weather-reporter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Discord Weather Reporter free?

Yes, Discord Weather Reporter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Discord Weather Reporter support?

Discord Weather Reporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Discord Weather Reporter?

It is built and maintained by Fuzzyb33s (@fuzzyb33s); the current version is v1.0.0.

💬 Comments