/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentoctopus - After installation, invoke the skill by name or use
/agentoctopus - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Agentoctopus Openclaw?
Run "/install agentoctopus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentoctopus Openclaw free?
Yes, Agentoctopus Openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agentoctopus Openclaw support?
Agentoctopus Openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agentoctopus Openclaw?
It is built and maintained by Sam Wang (@leiw5173); the current version is v1.1.0.