octo-auto

octo-auto is a command for Claude Code from CES-Ltd/Lumi. It costs 11 tokens per session (1,949 once invoked), scanned A, original, MIT.

A single command that reads a plain-language request and chooses the matching Claude Octopus workflow. It can route requests such as research, debugging, testing, design decisions, or full application work.

In plain words
What is it for?
Use it as an entry point for research, debugging, comparing technical options, writing tests, or creating an application through the available Octopus workflows.
Why use it?
It removes the need to know which separate command or workflow to choose. The request is analyzed and passed to the relevant process, with special handling for help and command-list requests.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Codex; mentions Gemini CLI.

Part of the octo plugin — 10 skills, 47 commands shipped together

Good fit Use it as an entry point for research, debugging, comparing technical options, writing tests, or creating an application through the available Octopus workflows.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ces-ltd/lumi/octo-auto
View source ↗ CES-Ltd/Lumi
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/CES-Ltd/Lumi

Made for: Claude Code.

Or install octo, the plugin that ships this one along with the rest of its 10 skills, 47 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for octo-auto

README.md
[![agentmods](https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-auto/github.svg)](https://agentmods.dev/commands/ces-ltd/lumi/octo-auto)
Your own site
<a href="https://agentmods.dev/commands/ces-ltd/lumi/octo-auto"><img src="https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-auto/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for octo-auto

Your own site · 80×15
<a href="https://agentmods.dev/commands/ces-ltd/lumi/octo-auto"><img src="https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-auto.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,949 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.01949
Opus 5 $0.00005 $0.00975
Sonnet 5 $0.00002 $0.00390
Haiku 4.5 $0.00001 $0.00195

Measured 10d ago against content hash 7971c13ecb1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

octo-auto scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/seed/octopus/commands/octo-auto.md · 200 lines

How it starts

The opening of the file, as written. The whole thing — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Smart Router (/octo:auto)

Single entry point for all Claude Octopus workflows. Analyzes your natural language request and routes to the optimal workflow automatically.

/octo:auto research OAuth authentication patterns
/octo:auto debug the failing test in auth.ts
/octo:auto should we use Redis or Memcached?
/octo:auto write tests for the payment module
/octo:auto create a complete e-commerce platform

All /octo:* commands also work directly, bypassing the router.


EXECUTION CONTRACT (Mandatory)

When the user invokes /octo:auto <query> or says octo <query>, you MUST follow these steps in order:

STEP 1: Input Validation

If the query exceeds 500 characters, use only the first 500 characters for intent analysis. Pass the full original query to the target workflow.

STEP 2: Meta Command Check

If the query matches any of: help, list, commands, what can you do, capabilities, options, workflows:

  • Display the Complete Workflow Menu (see STEP 5c) and STOP. Do not route.

STEP 3: Analyze Intent

Match the query against keywords below. Check categories in priority order — higher priority wins when intents conflict.

Priority 1 — Specialized Workflows (check first, highest specificity)
Intent Trigger Keywords Routes To
Lifecycle end-to-end, complete lifecycle, full workflow, entire project, whole system octo:embrace
Parallel parallel, team of teams, decompose, work packages, split into, multi-instance octo:parallel
Specification spec, nlspec, specification, requirements doc, define scope, write spec octo:spec
Security security audit, OWASP, vulnerability, pentest, threat model, CVE, attack surface octo:security
TDD TDD, test-driven, write tests, test first, unit test, test coverage octo:tdd
Debug debug, fix bug, troubleshoot, broken, error trace, stacktrace, failing, crash octo:debug
Design UI design, UX design, wireframe, mockup, design system, layout, prototype octo:design-ui-ux
PRD PRD, product requirements, product spec, feature requirements octo:prd
Brainstorm brainstorm, ideate, ideas, creative, thought experiment, what if octo:brainstorm
Deck presentation, slides, deck, pitch deck, slide deck octo:deck
Docs document, documentation, README, API docs, write docs, docstring octo:docs

Read the full file on GitHub · 200 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 200 lines · 11 tokens per session scan A 7971c13ecb1c

Subscribe to this mod's changes

octo-auto is a command published in the GitHub repository CES-Ltd/Lumi (31 stars, last pushed 4mo ago), licensed MIT. It adds 11 tokens to every session and 1,949 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.