A specialized integration for accessing NOAA weather forecast data within the Openclaw Skills framework.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-data
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 weather-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Weather Data skill is a comprehensive tool designed to bring accurate NOAA meteorological forecasts to your AI automation environment. By leveraging Openclaw Skills, developers can equip their agents with the ability to query environmental data for any global coordinate. This skill bridges the gap between raw atmospheric data and actionable intelligence, serving as a core component for anyone looking to build weather-sensitive applications.
This skill provides a standardized way for agents to process weather requests without complex API management. By using this entry in the Openclaw Skills catalog, you gain access to both a free tier for general forecasts and a premium tier for high-resolution hourly data, perfect for precision-based tasks.
To integrate this skill into your environment, ensure your local server is configured and use the following CLI commands for testing:
# Retrieve a basic 3-day forecast for a specific location
curl "http://localhost:5000/forecast?lat=40.71&lon=-74.00"
# Check the operational status of the service
curl "http://localhost:5000/health"
For premium access, ensure your headers include the appropriate payment validation as part of your Openclaw Skills implementation.
The skill organizes forecast data using coordinate-based parameters. Below is the schema for interacting with the service:
| Parameter | Type | Description | Default Value |
|---|---|---|---|
| lat | Float | Latitude coordinate for the forecast | 40.71 |
| lon | Float | Longitude coordinate for the forecast | -74.00 |
| X-Payment | Header | Required header for premium 7-day hourly data (0.05 USDC) | N/A |
Loading
An intelligent news aggregation agent that transforms your saved Youdao Yunote notes into personalized daily briefings.

A high-performance web clipper for Youdao Yunnote that automates content extraction and image optimization.

A persistent SQLite-backed todo list designed specifically for AI agents to track, propose, and execute tasks with human-defined autonomy levels.

A sophisticated framework for reducing token usage while preserving technical integrity and artifact tracking in long-running AI agent sessions.

ForkZoo enables AI agents to adopt, manage, and evolve GitHub-native digital pets that grow daily through AI-driven mutations.

A GitHub-native digital pet system that uses AI to evolve and mutate your companion daily through automated workflows.








































