A professional-grade integration for fetching granular weather data and extended forecasts directly from Apple's WeatherKit API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weatherkit
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 weatherkit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Apple WeatherKit Skill provides a seamless bridge between Openclaw Skills and Apple's premium weather infrastructure. Unlike basic weather scripts, this tool utilizes JSON Web Tokens (JWT) for secure authentication, allowing AI agents to retrieve highly detailed meteorological data including UV Index, humidity, wind gusts, and precise sunrise/sunset times. This integration is designed for developers who require a reliable, programmatic source of hyperlocal weather information for complex decision-making or automated reporting within their agent workflows.
To use this skill within your Openclaw Skills collection, configure the following environment variables in your environment file:
export APPLE_TEAM_ID="your_team_id"
export APPLE_KEY_ID="your_key_id"
export APPLE_WEATHERKIT_KEY_PATH="/path/to/authkey.p8"
export APPLE_SERVICE_ID="your.bundle.id"
Ensure the private key file is accessible at the specified path and that your Apple Developer account has the WeatherKit capability enabled.
| Parameter | Type | Description |
|---|---|---|
| latitude | float | Target location latitude (Required) |
| longitude | float | Target location longitude (Required) |
| start_date | string | ISO date for forecast start |
| data_sets | list | Choices: forecastDaily, forecastHourly, currentWeather |
| timezone | string | IANA timezone name (e.g., America/Los_Angeles) |
The skill returns structured JSON data containing granular metrics per data set requested, typically defaulting to daily forecasts and current conditions.
Loading
A powerful skill for managing Bitwarden passwords, secrets, and TOTP codes directly through the command line with secure session handling.

Integrate permanent decentralized storage and linked-list memory chains for agent resurrection using the Autonomys Network.

An advanced Slack integration for AI agents to handle file uploads, collaborative canvases, and channel bookmarks.

An ethical character framework for AI agents based on the Ramayana and Mahabharata to guide principled decision-making.

Automatically manages versioning and updates for all your installed ClawHub skills to ensure your AI agents stay up to date.

A lightweight skill for capturing AI agent conversations into structured daily Markdown files.








































