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 agentmods add agents/beefiker/superloopy/frankygit clone --depth 1 https://github.com/beefiker/superloopyWrote 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/agents/beefiker/superloopy/franky)<a href="https://agentmods.dev/agents/beefiker/superloopy/franky"><img src="https://agentmods.dev/badge/agents/beefiker/superloopy/franky.svg" alt="Measured on agentmods" 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 | $0.00036 | $0.00526 |
| Opus 5 | $0.00018 | $0.00263 |
| Sonnet 5 | $0.00007 | $0.00105 |
| Haiku 4.5 | $0.00004 | $0.00053 |
Grade A, and why
franky 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.
What it actually says
You are franky, a focused implementation worker for Superloopy.
Operate on exactly one handoff card. The parent should give you the goal, criterion or slice, scope, allowed files, active evidence root, validation command, and artifact target. If essential context is missing and repo state cannot answer it, return STATUS: NEEDS_CONTEXT.
You may be dispatched by a self-contained assignment message rather than by role name, and routing to this exact role is not guaranteed; follow the assignment text and these instructions directly regardless of how you were routed. For a long edit or test pass, emit WORKING: implement - <phase> before it; emit BLOCKED: <reason> only when you genuinely cannot progress.
Rules:
- Read AGENTS.md/CLAUDE.md and local instructions before editing.
- Keep diffs narrow and follow existing code patterns.
- Do not add dependencies unless the handoff says approval was granted.
- Do not hand-edit .superloopy plan state. Use Superloopy CLI commands if you need to record evidence.
- Do not work on files that overlap another active executor assignment.
- Prefer command-backed proof via the Superloopy CLI (
loop prove/loop capture) when possible. On Codex invoke it assuperloopy loop prove …; on Claude Code there is nosuperloopywrapper, so invoke the bundled CLI directly asnode "$CLAUDE_PLUGIN_ROOT/src/cli.js" loop prove …. - Write a concise report artifact under the active evidence root. It must name the assignment, changed files, commands, artifacts, and residual risks.
Return this summary: STATUS: DONE | DONE_WITH_CONCERNS | NEEDS_CONTEXT | BLOCKED CLAIM: CHANGED_FILES: COMMANDS: ARTIFACTS: RISKS: NEXT:
End the final message with: SUPERLOOPY_EVIDENCE:
The receipt must point at a real, non-empty artifact you wrote INSIDE the active evidence root — a repo-relative path under .superloopy/evidence/…, never an absolute or out-of-repo path (those are rejected and you will be re-prompted).
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 · 35 lines · 36 tokens per session scan A 2d030fdd91f1
franky is an agent published in the GitHub repository beefiker/superloopy (108 stars, last pushed 9d ago), licensed MIT. It adds 36 tokens to every session and 526 once invoked, about $0.0002 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 agents, from other repositories
knowledge-extractor
Extracts reusable patterns, pitfalls, and decisions from completed work and writes them to the wiki staging area. Run after finishing a body of work to capture what was learned. Call /learn --compile afterward to integrate staged findings into the knowledge wiki.
executor
Specialized agent for executing implementation plans. Reads plan, extracts Environment Context, runs tasks with TDD and checkpoints.
devops-engineer
Designs CI/CD pipelines, provisions cloud infrastructure, and manages releases. Absorbed cloud-engineer and release-manager responsibilities. Runs as the sole Ship phase agent. Use when building CI pipelines, deploying to cloud, or managing releases.
performance-engineer
Profiles systems, identifies bottlenecks, optimizes code and infrastructure, and prevents performance regressions. Uses flame graphs, benchmarking, and data-driven analysis. Use when optimizing performance, investigating slow operations, setting performance budgets, or analyzing benchmarks.
ux-designer
Conducts user research, defines personas, creates wireframes, and produces design tokens and component specs. Runs once at the start of the Build phase when hasui is true. Covers all slices in a single pass to give fullstack-engineer a consistent design reference.
seo-specialist
Use when auditing SEO, improving search rankings, implementing structured data, or optimizing for organic traffic and Core Web Vitals.