← 返回 Skills 市场
OpenClaw Smart Agent Hub
作者
msonline1110
· GitHub ↗
· v1.0.0
279
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oc-smart-agent-hub
功能描述
多模型提供商智能体分配系统 | Multi-Provider Agent Model Assignment System
安全使用建议
This skill appears to do what it claims, but please review and follow these precautions before installing or running it: 1) Inspect config/models.yaml in the package and your workspace — do not leave real API keys in that YAML; prefer api_key_env and set keys in environment variables. 2) Add config/models.yaml (and any .env files) to .gitignore and avoid committing secrets. 3) Be aware the scripts will read and write files under the skill's config/ directory (they create a default config and a local_models_cache.json). 4) The auto-discovery feature issues HTTP requests to endpoints specified in local_discovery and provider base_url entries (commonly localhost). Only enable discovery or add endpoints you control. 5) Run the code in a least-privilege environment (container or restricted user) if you are unsure, and inspect any provider base_url entries for unexpected external hosts. 6) If you need further assurance, provide the author/source provenance (this package lists an AI author) or run the scripts in a sandbox to observe network activity and filesystem changes.
功能分析
Type: OpenClaw Skill
Name: oc-smart-agent-hub
Version: 1.0.0
The skill bundle provides a legitimate utility for managing and routing LLM requests across various cloud providers and local model services (Ollama, LM Studio, vLLM). The Python scripts (provider_manager.py and model_router_v2.py) implement expected functionality such as local service discovery via HTTP GET requests to localhost and configuration management using yaml.safe_load. The bundle includes proactive security documentation (SECURITY_NOTICE.md) advising users on API key protection and environment variable usage, and no evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The files and scripts implement a multi-provider model router and provider manager as described: reading config/models.yaml, listing providers/models, auto-discovering local model services, and selecting models by task. There are no unrelated binaries, surprising dependencies, or requests for unrelated cloud credentials in the repository metadata.
Instruction Scope
SKILL.md and scripts instruct the agent to run Python scripts that read/write config/models.yaml and config/local_models_cache.json and perform HTTP requests to configured endpoints (local discovery endpoints and provider base_urls). This is within the stated purpose, but the skill will access the filesystem and make network requests to whatever endpoints exist in the config (including localhost).
Install Mechanism
Instruction-only install (no external downloads). The only required packages are PyYAML and requests (standard). No extract-from-URL or third-party installers were found.
Credentials
The skill does not declare required env vars in registry metadata, but the code and examples support optional provider API keys via api_key or api_key_env (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY, BAILIAN_API_KEY). That is proportionate to its purpose, but users must supply/store those secrets securely (prefer env vars) and avoid committing config files containing keys.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It writes/updates only its own config (config/models.yaml) and a local cache file (config/local_models_cache.json) which is expected for its functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oc-smart-agent-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/oc-smart-agent-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
oc-smart-agent-hub - Intelligent multi-model routing system for agents, developed by Leo (OpenClaw AI Assistant) based on requirements from user MSonline.
This SKILL is designed to fully utilize the 8 functional LLMs provided by Alibaba Cloud Bailian Coding Plane, matching the most suitable model for each sub-agent with different responsibilities, thereby improving operational efficiency and content completion quality.
Supports 5+ providers including Alibaba Cloud, OpenAI, Anthropic, and Ollama local models. Features agent-specific model assignment, task-based auto-routing, and cost optimization. Pure YAML configuration, zero-code, enterprise-grade security.
oc-smart-agent-hub - 智能体多模型路由系统,由使用者 MSonline 提出需求,OpenClaw AI 助手 Leo 独立开发。
本 SKILL 以充分使用阿里云百炼 Coding Plane 提供的 8 种功能性大模型为核心目标,为分工不同的子智能体匹配最适合的大模型,从而提高运行效率和内容完成质量。
支持阿里云、OpenAI、Anthropic 等 5+ 厂商及 Ollama 本地模型,提供智能体专属模型分配、任务类型自动路由、成本优化等功能。纯 YAML 配置,零代码,企业级安全规范。
元数据
常见问题
OpenClaw Smart Agent Hub 是什么?
多模型提供商智能体分配系统 | Multi-Provider Agent Model Assignment System. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。
如何安装 OpenClaw Smart Agent Hub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oc-smart-agent-hub」即可一键安装,无需额外配置。
OpenClaw Smart Agent Hub 是免费的吗?
是的,OpenClaw Smart Agent Hub 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw Smart Agent Hub 支持哪些平台?
OpenClaw Smart Agent Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Smart Agent Hub?
由 msonline1110(@msonline1110)开发并维护,当前版本 v1.0.0。
推荐 Skills