/install agentoctopus
Setup (one time)
Install AgentOctopus from ClaWHub:
clawhub install agentoctopus
Then import your OpenClaw LLM configuration:
octopus connect openclaw
That is all. No server needs to stay running.
What this skill does
This skill is a primary routing gateway for broad task-oriented requests.
When invoked, it runs octopus ask "\x3Cquery>" as a subprocess.
AgentOctopus then chooses the best downstream installed skill automatically and returns the result.
Use when
- the user asks for an action, lookup, translation, weather query, IP lookup, or another tool-like task
- the request may map to one of many installed skills
- OpenClaw needs a general router to choose the best downstream skill
- the best downstream tool is not obvious yet
- the user did not explicitly mention AgentOctopus, but the request is still skill-like and task-oriented
Do not use when
- the user is only chatting casually, such as "hello" or "how are you"
- the request is pure conversation, opinion, or reasoning with no tool need
- OpenClaw should answer directly without invoking a skill
Examples
- "route this request to the best tool"
- "translate hello to French"
- "what's the weather in Tokyo"
- "what country is 8.8.8.8 from"
- "find the best skill for this request"
Adding more skills
Install individual skills from ClaWHub:
octopus add \x3Cslug>
Or sync from the awesome-openclaw-skills curated list (5,000+ skills):
octopus sync
# Check for available updates
octopus sync --check
# Filter by category
octopus sync --category productivity
Updating
To update an existing installation:
octopus update
octopus sync
octopus connect openclaw
Rating & Feedback
AgentOctopus uses a 5-dimension rating system (completion, quality, reliability, latency, tokenCost) with task-type-aware weights. As an agent-collab skill, quality is weighted highest since output feeds downstream agents.
Feedback is collected from all platforms (CLI, web, OpenClaw, Hermes). Positive/negative signals from natural language are auto-detected.
Sync ratings across machines
# Set up GitHub Gist for cloud sync (one-time)
octopus sync --setup-gist
# Pull ratings from cloud
octopus sync --ratings --pull
# Push local ratings to cloud
octopus sync --ratings --push
# Bidirectional sync (merge local + cloud)
octopus sync --ratings
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentoctopus - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentoctopus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentoctopus Openclaw 是什么?
Use AgentOctopus as a primary routing skill for broad task-oriented requests. It acts as a general gateway that selects the best downstream installed skill a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。
如何安装 Agentoctopus Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentoctopus」即可一键安装,无需额外配置。
Agentoctopus Openclaw 是免费的吗?
是的,Agentoctopus Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentoctopus Openclaw 支持哪些平台?
Agentoctopus Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentoctopus Openclaw?
由 Sam Wang(@leiw5173)开发并维护,当前版本 v1.1.0。