A dedicated utility to configure OpenRouter as the primary LLM provider for your AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentbox-openrouter
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 agentbox-openrouter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenRouter Setup skill enables developers to connect their AI agent instances to a vast array of Large Language Models through a single unified API. By leveraging this integration within your Openclaw Skills library, you can easily switch between providers like Anthropic, OpenAI, Google, and Meta without changing your codebase or environment structure.
This skill automates the configuration of the local environment, ensuring that your agent uses the most capable models available. It handles the complexities of JSON configuration management and service restarts, making it a vital addition to your collection of Openclaw Skills for maintaining flexible and powerful AI workflows.
To get started with these Openclaw Skills, obtain your API key from the OpenRouter dashboard. Then, use the following commands to update your configuration:
# Read current configuration
cat ~/.openclaw/openclaw.json
# Update the API key and primary model using jq
jq --arg key "sk-or-YOUR_API_KEY" \
--arg model "openrouter/anthropic/claude-sonnet-4-5" \
'.env.OPENROUTER_API_KEY = $key | .agents.defaults.model.primary = $model' \
~/.openclaw/openclaw.json > /tmp/openclaw-update.json \
&& mv /tmp/openclaw-update.json ~/.openclaw/openclaw.json
# Restart the gateway to apply changes
openclaw gateway restart
# Verify the setup
openclaw status
The skill modifies the central configuration file with the following schema updates to integrate with the broader Openclaw Skills ecosystem:
| Key Path | Description | Example Value |
|---|---|---|
.env.OPENROUTER_API_KEY |
The authentication token for OpenRouter access. | sk-or-v1-abc... |
.agents.defaults.model.primary |
The identifier for the default model used by the agent. | openrouter/anthropic/claude-sonnet-4-5 |
/tmp/openclaw-update.json |
Temporary buffer used during the jq transformation process. | N/A |
Loading
A robust communication skill that enables AI agents to send single and bulk SMS messages globally through the TelTel REST API.

An automated session management utility that prevents context overflow by archiving long threads and rotating sessions with intelligent summaries.

An AI video generation tool that leverages the Volcengine Dreamina API to create high-quality videos with automatically synthesized audio.

A CLI-driven browser automation tool for AI agents to navigate, interact with, and extract data from web pages.

A powerful Openclaw Skills tool for programmatic Twitter/X data retrieval using paid API endpoints and automated USDC micropayments.

A comprehensive management skill for controlling AgentBox VMs, handling Solana-based x402 payments, and maintaining Openclaw infrastructure.








































