← 返回 Skills 市场
LLM Router
作者
baofeng-tech
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install llm-router
功能描述
Use AIsa for model routing, provider setup, and Chinese LLM access. Use when: the user needs model configuration, provider guidance, or routing workflows. Su...
使用说明 (SKILL.md)
LLM Router
Use AIsa for model routing, provider setup, and Chinese LLM access. Use when: the user needs model configuration, provider guidance, or routing workflows. Supports setup and model operations.
When to use
- The user needs model routing, provider setup, or Chinese LLM access.
- The user wants one place for provider configuration or model selection.
- The user wants setup guidance for AIsa-hosted model workflows.
High-Intent Workflows
- Configure an AIsa provider path.
- Inspect supported models or routing options.
- Prepare a runtime for Chinese-model access.
Quick Reference
python3 scripts/llm_router_client.py --help
Setup
AISA_API_KEYis required for AIsa-backed API access.- Use repo-relative
scripts/paths from the shipped package. - Prefer explicit CLI auth flags when a script exposes them.
Example Requests
- Help me configure AIsa for Qwen
- List the supported routed models
- Choose a model for Chinese long-form analysis
Guardrails
- Do not ask for extra credentials beyond the shipped flow.
- Do not advertise setup paths that the public bundle does not ship.
- Keep setup instructions aligned with the actual runtime.
安全使用建议
This skill is coherent: it bundles a Python CLI that sends requests to https://api.aisa.one and requires only AISA_API_KEY. Before installing, ensure you trust the AIsa service and are comfortable giving that API key network access; monitor usage and billing on the AIsa account and keep the key scoped/revocable if possible. If you need higher assurance, review the included script (scripts/llm_router_client.py) yourself or run it in an isolated environment—the script makes network calls but does not read unrelated local files or request other credentials.
功能分析
Type: OpenClaw Skill
Name: llm-router
Version: 1.0.0
The skill provides a legitimate interface for the AIsa LLM routing service, allowing users to interact with various AI models via a unified API. The Python script (scripts/llm_router_client.py) uses standard libraries to communicate with the intended endpoint (api.aisa.one) and contains no evidence of data exfiltration, obfuscation, or malicious execution logic.
能力标签
能力评估
Purpose & Capability
Name/description describe an AIsa-based LLM router; the code and SKILL.md use AISA_API_KEY and python3 only — these are exactly what a gateway client would need.
Instruction Scope
Runtime instructions point to the included CLI script and only require setting AISA_API_KEY; the SKILL.md does not instruct reading unrelated files, scanning host state, or exfiltrating data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) and a repository-local Python script are provided; there are no downloads, archives, or external installers that would write arbitrary code to disk.
Credentials
Only a single credential (AISA_API_KEY) is required and is consistent with the skill's purpose; no unrelated secrets, config paths, or multiple credential requests appear.
Persistence & Privilege
always is false and the skill does not request or modify agent/system-wide configs; it does not request persistent elevated privileges beyond normal autonomous invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install llm-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/llm-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of llm-router skill.
- Provides model routing, provider setup, and Chinese LLM access via AIsa.
- Supports configuration of provider paths and model selection workflows.
- Allows inspection of supported models and routing options.
- Requires the AISA_API_KEY environment variable for API access.
- Includes command-line setup and usage instructions.
- Enforces guardrails to ensure secure and accurate provider configuration.
元数据
常见问题
LLM Router 是什么?
Use AIsa for model routing, provider setup, and Chinese LLM access. Use when: the user needs model configuration, provider guidance, or routing workflows. Su... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 LLM Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install llm-router」即可一键安装,无需额外配置。
LLM Router 是免费的吗?
是的,LLM Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LLM Router 支持哪些平台?
LLM Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LLM Router?
由 baofeng-tech(@baofeng-tech)开发并维护,当前版本 v1.0.0。
推荐 Skills