Interact with OpenRouter API to fetch available models (with pricing and context window), and configure OpenClaw to use them via the openrouter/auto gateway or direct fallback configuration.
Commands
list models or ls models or 列出模型: Fetch and display top models from OpenRouter.
enable <model_id> or 启用 <model_id>: Add a model to OpenClaw's configuration (agents.defaults.models & fallbacks).
Implementation Details
This skill uses a Python script manage_models.py to:
Fetch https://openrouter.ai/api/v1/models (public API, no key needed).
Filter and rank models (e.g., sort by context length, pricing, or popularity).
User: "enable 1"
Agent: (Runs config patch) "Model enabled! You can now use it in tasks."
1---2name: openclaw-model-manager3description: Model Manager Skill4---5# Model Manager Skill67Interact with OpenRouter API to fetch available models (with pricing and context window), and configure OpenClaw to use them via the `openrouter/auto` gateway or direct fallback configuration.89## Commands1011- `list models` or `ls models` or `列出模型`: Fetch and display top models from OpenRouter.12- `enable <model_id>` or `启用 <model_id>`: Add a model to OpenClaw's configuration (agents.defaults.models & fallbacks).1314## Implementation Details1516This skill uses a Python script `manage_models.py` to:171. Fetch `https://openrouter.ai/api/v1/models` (public API, no key needed).182. Filter and rank models (e.g., sort by context length, pricing, or popularity).193. Generate `config.patch` commands for OpenClaw.2021## Usage Example2223User: "list models"24Agent: (Runs script, displays table)25| ID | Name | Context | Price |26| :--- | :--- | :--- | :--- |27| 1 | `anthropic/claude-3.5-sonnet` | 200k | $3/$15 |28...2930User: "enable 1"31Agent: (Runs config patch) "Model enabled! You can now use it in tasks."
Run npx skillmds@latest add notestone/openclaw-model-manager in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Model Manager Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: executes scripts, makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Notestone (@notestone) published this skill. Their other Agent Skills are listed on their SkillMD profile.