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.
npx skills add Mininglamp-OSS/octo-cli --skill octo-loopgit clone --depth 1 https://github.com/Mininglamp-OSS/octo-cliWrote 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.
[](https://agentmods.dev/skills/mininglamp-oss/octo-cli/octo-loop)<a href="https://agentmods.dev/skills/mininglamp-oss/octo-cli/octo-loop"><img src="https://agentmods.dev/badge/skills/mininglamp-oss/octo-cli/octo-loop.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00218 | $0.02247 |
| Opus 5 | $0.00109 | $0.01123 |
| Sonnet 5 | $0.00044 | $0.00449 |
| Haiku 4.5 | $0.00022 | $0.00225 |
Grade C, and why
octo-loop scanned grade C with 1 finding 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 8d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
trap 'rm -rf "$body_dir"' EXIT How it starts
The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Octo Loop
Use the loop namespace for Fleet control-plane operations. Product names are
task, expert, expert-team, and execution; do not use the legacy
issue/agent/squad names.
Terminology (legacy → current): agent → expert, squad → expert-team, issue → task, assign a task to an expert/expert-team and trigger its run → dispatch.
When to use / not use
Use this skill when the request targets a specific Loop workspace or task: reading or writing tasks, comments, projects, or metadata; working with experts or expert-teams (dispatch, schedule, trigger a run); replying to a comment, creating or triaging a task, updating status, or reading progress.
Do not use it for chat unrelated to Loop, for pure local file work, or when "issue" clearly means GitHub/Jira rather than Loop.
Authentication
Set OCTO_BOT_TOKEN to a bearer credential Fleet accepts directly, such as
bf_, uk_, or octo_loop_. The CLI does not infer a
human, device, or execution principal from a token prefix. Fleet verifies the
credential and constructs the principal.
Outside daemon task mode, if a command fails with an auth error, check
octo-cli auth status and let the user run octo-cli auth login. In
OCTO_CREDENTIAL_MODE=task, those profile diagnostics are unavailable: report
the auth failure so the daemon can refresh or replace the injected credential.
Do not fabricate credentials. Never leak or
store tokens, config keys, or API base URLs, and do not bypass workspace
permissions with direct HTTP calls.
All Loop commands use the same gateway as every other domain. The embedded
paths include the Fleet module namespace, so requests resolve under
$OCTO_API_BASE_URL/fleet/api/v1/*.
Workspace selector
Workspace-scoped Loop commands require the --workspace-id <id> flag (sent as
the X-Workspace-ID header). There is no environment fallback for it — pass it
explicitly. Discover available workspaces first:
octo-cli loop workspace list
octo-cli loop workspace member list <workspace-id> --workspace-id <workspace-id>
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.
- 8d ago First seen · 220 lines · 218 tokens per session scan C c46c037787f5
octo-loop is a skill published in the GitHub repository Mininglamp-OSS/octo-cli (673 stars, last pushed 2d ago), licensed Apache-2.0. It adds 218 tokens to every session and 2,247 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.
linctl
Use linctl as the Linear control surface for agent-safe issue, project, Cycle, ProjectMilestone, organization, user, team, search, release, initiative, customer, notification, attachment, comment, and metadata work. Prefer it over Linear MCP, raw GraphQL, or ad hoc API calls when linctl covers the operation; use…
working-with-lacquer
Use when working in a lacquer-managed project (one with a .lacquer.toml) and anything about that management comes up: the drift audit inside the "Detect changed paths" CI job fails, lacquer audit exits 3/4/6, a lint config or CI workflow you edited reverts on the next sync, a hook or workflow needs changing, the…
exploring-an-idea
Use at the very start of a new product idea — before a PRD, PCD, repo, or name exists, and any time someone says "I have an idea for", "should we build", "let's scope out", or asks for a PRD/PCD from scratch. Separates what is known from what is assumed, and forces the load-bearing assumptions to be measured before…
revops
When the user wants help with revenue operations, lead lifecycle management, or marketing-to-sales handoff processes. Also use when the user mentions 'RevOps,' 'revenue operations,' 'lead scoring,' 'lead routing,' 'MQL,' 'SQL,' 'pipeline stages,' 'deal desk,' 'CRM automation,' 'marketing-to-sales handoff,' 'data…
quality
Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.