← Back to Skills Marketplace
505
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install open-router
Description
Configure OpenRouter model routing with provider auth, model selection, fallback chains, and cost-aware defaults for stable multi-model workflows.
Usage Guidance
This skill appears coherent and limited to configuring and using OpenRouter. Before installing: 1) Confirm you trust https://openrouter.ai (prompts are sent there for inference). 2) Keep your OPENROUTER_API_KEY in your environment (not pasted into chat); consider using a least-privilege key or scoped credential if supported. 3) Review and protect the ~/open-router/ directory (it will contain routing policies, incidents, and budgets—avoid storing secrets there). 4) Be aware the agent may invoke the skill autonomously (default platform behavior); if you prefer manual control, don't enable automatic activation in setup. 5) Rotate the key if you later uninstall or suspect leakage.
Capability Analysis
Type: OpenClaw Skill
Name: open-router
Version: 1.0.0
The skill bundle is benign. It transparently outlines its purpose to configure OpenRouter, uses `curl` and `jq` for legitimate API interactions with `openrouter.ai`, and explicitly states its data handling practices. It correctly uses `OPENROUTER_API_KEY` from environment variables, avoids storing secrets locally, and limits file system access to a dedicated `~/open-router/` directory. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's core functions or access unrelated sensitive data.
Capability Assessment
Purpose & Capability
Name/description (OpenRouter routing) match the requested artifacts: OPENROUTER_API_KEY, curl, jq, and calls to openrouter.ai endpoints. Nothing requested appears unrelated to configuring model routing or discovery.
Instruction Scope
SKILL.md and auxiliary docs limit runtime actions to: reading OPENROUTER_API_KEY from env, calling openrouter.ai model and chat endpoints, and writing routing/incident/budget notes under ~/open-router/. Instructions explicitly discourage storing raw secrets in memory or logs.
Install Mechanism
Instruction-only skill (no install step, no downloaded code). This reduces disk-write risk and matches the documentation.
Credentials
Only a single env var (OPENROUTER_API_KEY) is required, which is proportionate for a service integration. No unrelated credentials or config paths are requested.
Persistence & Privilege
Does not request always:true, does not modify other skills or system-wide configs, and only stores files within the user home under ~/open-router/. Autonomous invocation is allowed but is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install open-router - After installation, invoke the skill by name or use
/open-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with practical OpenRouter setup, routing rules, fallback reliability, and budget-safe operating guidance.
Metadata
Frequently Asked Questions
What is Open Router?
Configure OpenRouter model routing with provider auth, model selection, fallback chains, and cost-aware defaults for stable multi-model workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 505 downloads so far.
How do I install Open Router?
Run "/install open-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Router free?
Yes, Open Router is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Open Router support?
Open Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Open Router?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills