← Back to Skills Marketplace
Router9
by
shushuo-dev
· GitHub ↗
· v1.0.2
· MIT-0
90
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install router9
Description
All-in-one AI skills via Router9 API — speech recognition, text-to-speech, image description, OCR, image generation, and file storage. Use when the user asks...
Usage Guidance
This skill appears internally consistent and implements the Router9 API calls described in SKILL.md. Important considerations before installing: (1) Using the skill will send any files, audio, or images you supply to Router9 and to presigned S3 endpoints; ensure you trust router9.com for the sensitivity of that data. (2) The single secret required is ROUTER9_API_KEY — treat it like any API key (store it securely, consider a key with limited scope/quota, and rotate/revoke if compromised). (3) The agent can invoke the skill autonomously; if you are concerned about automatic network activity, restrict agent autonomy or only enable the skill when needed. (4) Test with non-sensitive files first and verify billing/quota behavior in your Router9 dashboard. If you need further assurance, verify the Router9 domain, review their privacy/billing docs, or request a smaller-scope API key from the provider.
Capability Analysis
Type: OpenClaw Skill
Name: router9
Version: 1.0.2
The skill bundle provides a legitimate CLI tool for interacting with the Router9 AI API, supporting features like speech-to-text, image analysis, and file storage. The implementation in `scripts/router9.py` is clean, uses only Python standard libraries, and strictly follows the functionality described in `SKILL.md`. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (ASR, TTS, OCR, image generation, storage) matches the included CLI script and SKILL.md. Requested binary (python3) and the single env var (ROUTER9_API_KEY) are appropriate for a script that calls a remote Router9 API.
Instruction Scope
Runtime instructions are limited to running the included Python CLI which reads only files explicitly passed by the user and the ROUTER9_API_KEY env var. The script sends file contents and prompts to api.router9.com and uses presigned S3 URLs for uploads/downloads — this is expected behavior for the stated functionality.
Install Mechanism
No install specification; the skill is instruction-only with an included Python script. No downloads from third-party URLs or archive/extract steps are present. This is low-risk from an install perspective.
Credentials
Only ROUTER9_API_KEY is required and is the primary credential for the Router9 API. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
always is false and the skill does not request system-wide privileges or modify other skills. The skill can be invoked autonomously by the agent by default (normal behavior) but does not request forced inclusion or elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install router9 - After installation, invoke the skill by name or use
/router9 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- License changed from Apache-2.0 to MIT.
- Skill version updated to 1.0.2 in metadata.
- Added more explicit environment variable and requirements metadata for compatibility with Openclaw.
v1.0.1
- Added homepage and origin metadata fields with Router9 website links.
- Introduced explicit credentials section describing the required ROUTER9_API_KEY and where to obtain it.
- Minor metadata update: version bumped and homepage/origin info added.
v1.0.0
- Initial release of the router9 skill, providing all-in-one AI capabilities via the Router9 API.
- Supports speech recognition (audio transcription), text-to-speech, image description, OCR, and image generation.
- Includes file storage features: upload, download, list, delete, and check storage usage.
- Accessible via a bundled Python CLI; requires Python 3.10+ and a Router9 API key.
- Comprehensive CLI commands and quick reference included for easy integration into workflows.
Metadata
Frequently Asked Questions
What is Router9?
All-in-one AI skills via Router9 API — speech recognition, text-to-speech, image description, OCR, image generation, and file storage. Use when the user asks... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Router9?
Run "/install router9" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Router9 free?
Yes, Router9 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Router9 support?
Router9 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Router9?
It is built and maintained by shushuo-dev (@shushuo-dev); the current version is v1.0.2.
More Skills