← 返回 Skills 市场
leiw5173

Agentoctopus Openclaw

作者 Sam Wang · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ 安全检测通过
206
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This skill is a thin wrapper around a local 'octopus' CLI and is coherent with its description. Before installing or using it: (1) verify the provenance of the 'octopus' binary or the npm/ClaWHub package you may install; (2) avoid sending passwords, API keys, or other secrets through the router because queries will be forwarded to many community skills and external services; (3) expect octopus to read its own config (~/.agentoctopus/...), and only run the setup commands if you trust the upstream package; (4) autonomous invocation is allowed by default on the platform (not unique to this skill) — if you do not want automatic routing, restrict invocation to manual only.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, required binary ('octopus'), and instructions all align: this skill routes queries to AgentOctopus and therefore legitimately depends on the octopus tool.
Instruction Scope
Instructions tell the agent to run 'octopus ask --no-prompt "<query>"' and to install/connect octopus if missing. This is consistent with a router skill, but it does imply queries may be forwarded to many downstream community skills/services — users should avoid sending secrets or highly sensitive data through it.
Install Mechanism
The registry has no formal install spec (instruction-only), but SKILL.md suggests installing via ClaWHub or 'npm install -g agentoctopus'. These are external installs the user would perform; they are not executed automatically by the skill but installing third-party packages can carry risk and should be verified.
Credentials
The skill declares no required env vars or credentials. References to config (e.g., ~/.agentoctopus/octopus.json) and to sync/push/pull operations are expected for a routing gateway and are proportional to purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It suggests running 'octopus connect openclaw' which is a normal integration step and affects only the octopus config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentoctopus-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentoctopus-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
AgentOctopus 1.3.0 is a streamlined update with expanded guidance and improved clarity. - Updated documentation for concise, clear descriptions of routing behavior and retry logic. - Added explicit instructions on automatic retries and surfacing setup commands for missing API keys. - Reduced and reorganized tags for better categorization. - Clarified guidance on when to use and not use the skill. - Enhanced step-by-step setup, skill management, and rating synchronization instructions.
v1.2.0
Removed invoke.js to eliminate VirusTotal Code Insight flagging. OpenClaw LLM now runs octopus ask directly. Added Security section.
v1.0.5
- Updated instructions for adding skills: replaced "octopus sync-awesome" with "octopus sync" and added update check and category filter usage. - Revised updating section to use "octopus update" and "octopus sync" instead of "clawhub update" and "npm update -g". - Improved clarity and streamlined example commands for syncing and maintaining skills.
v1.0.4
- Added a section with instructions for installing individual skills from ClaWHub and bulk-installing via the awesome-openclaw-skills list. - Provided usage examples for syncing skills by category with octopus sync-awesome. - No functional changes were made to the skill logic. Documentation update only.
v1.0.3
No changes detected in this release. - No updates or modifications were made to the skill files.
v1.0.2
- Added instructions to update an existing installation in the SKILL.md documentation.
v1.0.1
- Improved the description to clarify AgentOctopus’s role as a broad, primary routing gateway for tool-like requests. - Expanded guidance on when to use (and not use) this skill, with clear scenarios and examples. - Updated setup instructions to use ClaWHub for installation (replacing npm installation). - Enhanced, reorganized documentation for clarity and easier decision-making about routing requests.
v1.0.0
AgentOctopus skill router released (v1.0.0): - Routes natural language queries to the most appropriate installed skill (weather, translation, IP lookup, etc.) - Runs locally via subprocess; no server required - Easy one-time CLI setup using npm and octopus connect - No authentication needed - Automatically delegates user queries to AgentOctopus or when no other skill fits
元数据
Slug agentoctopus-openclaw
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

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。

💬 留言讨论