← Back to Skills Marketplace
vital1188

DC Weather

by vital1188 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1117
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install dc-weather
Description
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.
README (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&current_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&current_weather=true&temperature_unit=fahrenheit" | jq -r '"\
🌤️ Washington, DC\
━━━━━━━━━━━━━━\
🌡️  \(.current_weather.temperature)°F\
💨  Wind: \(.current_weather.windspeed) mph\
🌪️  Code: \(.current_weather.weathercode)\
"'
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dc-weather
  3. After installation, invoke the skill by name or use /dc-weather
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Washington DC weather via Open-Meteo
Metadata
Slug dc-weather
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1117 downloads so far.

How do I install DC Weather?

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

Is DC Weather free?

Yes, DC Weather is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DC Weather support?

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

Who created DC Weather?

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

💬 Comments