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 LJC-FVNR/LoopPlane --skill loopplanegit clone --depth 1 https://github.com/LJC-FVNR/LoopPlaneWrote 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/ljc-fvnr/loopplane/loopplane)<a href="https://agentmods.dev/skills/ljc-fvnr/loopplane/loopplane"><img src="https://agentmods.dev/badge/skills/ljc-fvnr/loopplane/loopplane/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.
<a href="https://agentmods.dev/skills/ljc-fvnr/loopplane/loopplane"><img src="https://agentmods.dev/badge/skills/ljc-fvnr/loopplane/loopplane.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00022 | $0.00479 |
| Opus 5 | $0.00011 | $0.00239 |
| Sonnet 5 | $0.00004 | $0.00096 |
| Haiku 4.5 | $0.00002 | $0.00048 |
Grade A, and why
loopplane 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.
What it actually says
LoopPlane Skill
Use this skill when the user wants to turn a natural-language objective into a persistent, auditable, recoverable workflow.
LoopPlane owns agent workflow orchestration, not the project's execution backend. Keep machine, resource, launcher, and storage instructions in project shared context, runner configuration, or optional project skills. Never add site-specific command interception or resource policy to the generic runtime.
Read references/PROTOCOL.md first when installing, operating, debugging, or
changing LoopPlane itself. Generated worker, recovery, validator, inspector,
and summary runs already receive their role contract in the prompt; they must
not reread the full protocol unless a concrete lifecycle or authority ambiguity
requires it.
Required install-time CLI bootstrap:
loopplane skill install --target <project>is not complete until the required external CLI runners are found, configured, and doctored.- Before planning, starting, or resuming a provider-backed workflow, configure Codex runners with the stable command
codex; LoopPlane resolves the current PATH or editor-extension binary at doctor and execution time. Find the Claude Code CLI path withcommand -v claudewhen Claude runners are used. - Configure the relevant runner(s) with
loopplane configure-agent --project <project> --command codexfor Codex or the discovered Claude command, then runloopplane doctor-agent --project <project> --runner <runner_id>orloopplane doctor-agent --project <project> --all. - If
skill install,skill update, ordoctor-agentreports*_waiting_configorrunner_readiness: waiting_config, do not continue toplan,activate-plan,start, orresume; resolve CLI discovery, authentication, or runner configuration first. - Do not ask the user to manually locate Codex or Claude until you have tried safe PATH discovery and the doctor output still cannot identify a usable installed/authenticated CLI.
Common operations:
- initialize a local workflow instance;
- turn a user brief into an audited
PLAN.md; - configure CLI agent runners;
- start, pause, resume, or inspect the workflow;
- open the dashboard;
- create change requests.
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.
- 10d ago First seen · 35 lines · 22 tokens per session scan A 84c217742c14
loopplane is a skill published in the GitHub repository LJC-FVNR/LoopPlane (11 stars, last pushed 15d ago), licensed Apache-2.0. It adds 22 tokens to every session and 479 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.
Other skills, from other repositories
docx
Create and edit Microsoft Word (.docx) documents to a professional standard — reports, proposals, contracts, letters, memos — with custom styles, multi-level lists, styled/merged tables, headers/footers, table of contents, hyperlinks, footnotes, tracked changes and comments. Use when the user asks Brigade to make…
hyperframes
Author HTML compositions that the rendervideo tool turns into deterministic MP4 video — animated charts and dashboards, data explainers, text/quote cards, kinetic typography, product teasers, and branded short-form social clips. Use when the user asks Brigade to make, render, animate, or produce a video from data…
xlsx
Build and edit professional Excel (.xlsx) spreadsheets, workbooks, and simple financial models — live formulas, number/date/currency formats, cell styling, conditional formatting, data-validation dropdowns, named ranges, frozen panes, merged cells, multi-sheet. Use when the user asks Brigade to make, fill, update…
github
GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…
Create and edit PDFs to a professional standard — generate from content, draw vector/precise layouts, embed custom (incl. CJK/Unicode) fonts, CREATE and fill AcroForm fields (text/checkbox/radio/dropdown), flatten, merge/split/rotate, stamp/watermark, encrypt, and extract text. Use when the user asks Brigade to make a…
oauth-setup
Connect an OAuth 2.0 service (Gmail, Google APIs, etc.) using the built-in oauthauthorize tool — get a click-to-authorize link, auto-capture the code, and seal the tokens. Use whenever the operator asks to connect Gmail / a Google API / any OAuth account.