/install agentoctopus-openclaw
What this skill does
AgentOctopus is a routing gateway with 5,000+ community skills. Given a natural-language query, it selects the best matching downstream skill and executes it automatically. If the first skill fails (network error, rate limit, missing API key), it retries with the next-best candidate. If all candidates fail due to a missing API key, it surfaces the exact octopus config set command to fix it.
When to use
- The request needs a specific tool but the best one isn't obvious
- The task maps to a lookup, transformation, or API call (weather, translation, geolocation, search, arxiv, finance, etc.)
- The user did not name a specific skill but the intent is tool-backed
When NOT to use
- Casual conversation, greetings, or opinion questions with no tool need
- The user explicitly names a different skill
- OpenClaw should answer directly from its own knowledge
How to execute
octopus ask --no-prompt "\x3Cuser's query>"
The --no-prompt flag runs non-interactively and prints the result to stdout.
If octopus is not found:
npm install -g agentoctopus
octopus connect openclaw
Retry and error guidance
AgentOctopus tries up to 3 skill candidates automatically (configurable via maxRetries in ~/.agentoctopus/octopus.json). If all fail due to a missing API key or rate limit, it prints the exact setup command — pass that through to the user.
Adding skills
# Install a specific skill
octopus add \x3Cslug>
# Sync 5,000+ community skills
octopus sync
# Filter by category
octopus sync --category productivity
Browse: awesome-openclaw-skills
Updating
octopus update
octopus sync
octopus connect openclaw
Rating sync
octopus sync --setup-gist # set up GitHub Gist (one-time)
octopus sync --ratings --pull # pull from cloud
octopus sync --ratings --push # push to cloud
octopus sync --ratings # bidirectional
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentoctopus-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentoctopus-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentoctopus Openclaw 是什么?
Routes task-oriented requests through AgentOctopus when the best tool is not obvious or when the request may match one of many installed skills. Use for look... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。
如何安装 Agentoctopus Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentoctopus-openclaw」即可一键安装,无需额外配置。
Agentoctopus Openclaw 是免费的吗?
是的,Agentoctopus Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentoctopus Openclaw 支持哪些平台?
Agentoctopus Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentoctopus Openclaw?
由 Sam Wang(@leiw5173)开发并维护,当前版本 v1.3.0。