← 返回 Skills 市场
shushuo-dev

Router9

作者 shushuo-dev · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install router9
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /router9 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug router9
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Router9?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install router9」即可一键安装,无需额外配置。

Router9 是免费的吗?

是的,Router9 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Router9 支持哪些平台?

Router9 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Router9?

由 shushuo-dev(@shushuo-dev)开发并维护,当前版本 v1.0.2。

💬 留言讨论