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.
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
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.
# 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
octopus update
octopus sync
octopus connect openclaw
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 个版本