A streamlined utility for fetching real-time weather data for Washington, DC, directly via the Open-Meteo API without requiring API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dc-weather
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dc-weather using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DC Weather skill provides developers and AI agents with a lightweight, no-authentication-required method to retrieve current atmospheric conditions in Washington, DC. By leveraging the Open-Meteo API, it eliminates the overhead of managing API keys while delivering precise temperature, wind speed, and weather condition codes.
This utility is a perfect example of how Openclaw Skills can be used to bridge external real-time data with AI agent workflows. It serves as a robust foundation for building location-aware applications that require immediate context on environmental factors in the US capital, ensuring that your agents stay informed about local conditions.
To use this skill, ensure you have curl and jq installed on your local environment. These are standard tools for interacting with Openclaw Skills that perform API requests.
# Install dependencies (Ubuntu/Debian)
sudo apt-get install curl jq
# Run the quick check command
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)"'
The skill organizes data based on the World Meteorological Organization (WMO) standard. The following attributes are captured in the response:
| Attribute | Description |
|---|---|
| temperature | Current thermal measurement in Fahrenheit. |
| windspeed | Current wind velocity in miles per hour. |
| weathercode | Numeric interpretation of sky conditions (e.g., 0 for Clear, 95+ for Thunderstorms). |
| latitude/longitude | Hardcoded to 38.9072 and -77.0369 for Washington, DC. |
Loading
An AI-driven lead qualification tool that scores DTC e-commerce brands against specific ideal customer profiles to prioritize sales outreach.

A strategic AI drafting tool that creates personalized Instagram DMs to help brands scale outreach safely and effectively.

An AI-driven lead enrichment engine that sources contact emails and prepares data for Notion integration.

An automated reporting system that tracks pipeline metrics, manages daily memory, and sends scheduled briefings via AI agents.

A specialized tool to transform any YouTube video into a visually rich, timestamped Telegraph Instant View article.

A proactive cryptocurrency monitoring agent that tracks market prices and portfolio values with instant Telegram notifications.








































