← 返回
未分类 中文

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...
当最佳工具不明确或请求可能匹配多个已安装技能时,通过 AgentOctopus 路由任务导向请求。用于查询。
leiw5173
未分类 clawhub v1.3.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 503
下载
💾 0
安装
1
版本
#latest

概述

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 "<user'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 <slug>

# 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

版本历史

共 1 个版本

  • v1.3.0 当前
    2026-05-03 05:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,374 📥 319,826
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,073 📥 805,938
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 673 📥 325,032