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.
/plugin marketplace add CES-Ltd/Luminpx agentmods add plugins/ces-ltd/lumi/octopusgit clone --depth 1 https://github.com/CES-Ltd/LumiGrade A, and why
octo 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "octo",
"version": "9.29.2",
"description": "v9.29.2 \u2014 Model defaults refreshed: Opus 4.7 for planning/strategy/security-review, GPT-5.4 for code-review/implementation. New GPT-5.4 prompting guide. Set OCTOPUS_LEGACY_ROLES=1 to opt out. Run /octo:setup.",
"author": {
"name": "nyldn",
"url": "https://github.com/nyldn"
},
"license": "MIT",
"repository": "https://github.com/nyldn/claude-octopus",
"homepage": "https://github.com/nyldn/claude-octopus",
"keywords": [
"multi-llm",
"multi-agent",
"orchestration",
"claude-code-plugin",
"double-diamond",
"codex",
"gemini",
"copilot",
"code-review",
"automation"
],
"skills": [
"./.claude/skills/skill-prd.md",
"./.claude/skills/skill-security-framing.md",
"./.claude/skills/skill-content-pipeline.md",
"./.claude/skills/skill-thought-partner.md",
"./.claude/skills/skill-meta-prompt.md",
"./.claude/skills/skill-native-escalation-routing.md",
"./.claude/skills/skill-context-detection.md",
"./.claude/skills/flow-discover.md",
"./.claude/skills/flow-define.md",
"./.claude/skills/flow-develop.md",
"./.claude/skills/flow-deliver.md",
"./.claude/skills/sys-configure.md",
"./.claude/skills/skill-debate.md",
"./.claude/skills/skill-code-review.md",
"./.claude/skills/skill-architecture.md",
"./.claude/skills/skill-security-audit.md",
"./.claude/skills/skill-deep-research.md",
"./.claude/skills/skill-writing-plans.md",
"./.claude/skills/skill-tdd.md",
"./.claude/skills/skill-debug.md",
"./.claude/skills/skill-doc-delivery.md",
"./.claude/skills/skill-finish-branch.md",
"./.claude/skills/skill-parallel-agents.md",
"./.claude/skills/skill-knowledge-work.md",
"./.claude/skills/skill-task-management-v2.md",
"./.claude/skills/skill-visual-feedback.md",
"./.claude/skills/skill-decision-support.md",
"./.claude/skills/skill-iterative-loop.md",
"./.claWhat it installs
The manifest is a name and a version. 10 skills, 47 commands travel with it, and installing the plugin installs all of them — 1,130 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill flow-develop A 57 tokens
- Skill flow-discover A 69 tokens
- Skill flow-define A 54 tokens
- Skill octopus-architecture A 15 tokens
- Skill octopus-quick A 46 tokens
- Skill flow-spec A 15 tokens
- Skill skill-audit A 59 tokens
- Skill skill-code-review A 15 tokens
- Skill flow-deliver A 71 tokens
- Skill skill-claw F 83 tokens
- Command octo-extract A 26 tokens
- Command octo-model-config A 9 tokens
- Command octo-plan A 26 tokens
- Command octo-embrace A 12 tokens
- Command octo-multi A 12 tokens
- Command octo-schedule A 22 tokens
- Command octo-auto A 11 tokens
- Command octo-brainstorm A 9 tokens
- Command octo-review A 18 tokens
- Command octo-costs A 11 tokens
- Command octo-discover A 11 tokens
- Command octo-factory A 13 tokens
- Command octo-prd A 19 tokens
- Command octo-retro A 12 tokens
- Command octo-security A 9 tokens
- Command octo-sentinel A 16 tokens
- Command octo-deliver A 17 tokens
- Command octo-design-ui-ux A 18 tokens
- Command octo-history A 14 tokens
- Command octo-loop A 13 tokens
- Command octo-prd-score A 14 tokens
- Command octo-research A 9 tokens
- Command octo-define A 15 tokens
- Command octo-develop A 15 tokens
- Command octo-staged-review A 11 tokens
- Command octo-tdd A 9 tokens
- Command octo-debate A 21 tokens
- Command octo-parallel A 15 tokens
- Command octo-scheduler A 13 tokens
- Command octo-dev A 12 tokens
- Command octo-doctor A 16 tokens
- Command octo-freeze A 9 tokens
- Command octo-km A 12 tokens
- Command octo-resume A 15 tokens
- Command octo-spec A 14 tokens
- Command octo-claw A 25 tokens
- Command octo-deck A 8 tokens
- Command octo-quick A 12 tokens
- Command octo-debug A 8 tokens
- Command octo-docs A 13 tokens
- Command octo-meta-prompt A 15 tokens
- Command octo-pipeline A 17 tokens
- Command octo-unfreeze A 5 tokens
- Command octo A 15 tokens
- Command octo-careful C 7 tokens
- Command octo-guard C 8 tokens
- Command octo-setup D 15 tokens
What ships with it
4 files beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 3d ago First seen · 128 lines scan A 858408c7cb23
octo is a plugin published in the GitHub repository CES-Ltd/Lumi (30 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.
Other plugins, from other repositories
rn-dev-agent
AI agent that fully tests React Native features on simulator/emulator — navigates the app, verifies UI, walks user flows, and confirms internal state.
humanizer
Rewrite AI-sounding text so it reads naturally without changing what it says.
nextjs
Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.
claude-plugins-official marketplace
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations.
knowledge-work-plugins marketplace
Plugin marketplace listing 98 plugins: noibu, productivity, enterprise-search, cowork-plugin-management, sales.
ecc
Harness-native ECC plugin for engineering teams - 68 agents, 286 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses.