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 commands/coltonbearden/carrel/packgit clone --depth 1 https://github.com/coltonbearden/carrelWhat 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.00028 | $0.00593 |
| Opus 5 | $0.00014 | $0.00296 |
| Sonnet 5 | $0.00006 | $0.00119 |
| Haiku 4.5 | $0.00003 | $0.00059 |
Grade A, and why
pack 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 2d 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
Pack these paths into an LLM-ready context document: $ARGUMENTS
Run the carrel CLI via Bash. Map the user's request onto these real flags of carrel pack (verify with carrel pack --help if unsure — never invent flags):
carrel pack PATHS... [-o FILE] [--format md|xml|json] [--include GLOB] [--exclude GLOB]
[--no-gitignore] [--max-bytes N] [--max-file-bytes N] [--chunk TOKENS]
[--tree-only] [--ocr] [--stats]
--format md(default) = header + fenced tree + per-file fenced sections;xml=<context><tree/><file/></context>with CDATA (Claude-friendly);json={meta, tree, files}.-o FILE: write to a file instead of stdout — strongly prefer this for anything nontrivial so stdout stays readable.--include/--exclude GLOB(repeatable): narrow what gets packed.--chunk TOKENS(requires-o): split intoOUT.part1..N, each within the token budget.--max-bytes/--max-file-bytes N: byte budgets; omissions are noted in the pack header.--tree-only: structure without contents — good first pass on unknown folders.--stats: per-file token table (the pack is still written when-ois given).--ocr: also read images/scanned PDFs (needs tesseract/ocrmypdf)..gitignoreis honored by default (--no-gitignoredisables);.gitand.carrelare always skipped; unsupported binaries are listed in the tree, never inlined.
Workflow: for an unfamiliar or large folder, run --stats or --tree-only first to gauge size, then pack with an appropriate --chunk/--exclude. Afterwards report the output path(s) and the token estimate, and consult the context-packing skill of this plugin for budgeting guidance.
Requires the carrel CLI on PATH. If carrel is not found, tell the user to install it with uv tool install <path-to-carrel-repo> (see the repo's INSTALL notes), or run it as uv run carrel ... from the carrel repo root.
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.
- 2d ago First seen · 30 lines · 28 tokens per session scan A e76a92194e5f
pack is a command published in the GitHub repository coltonbearden/carrel (1 stars, last pushed 21d ago), licensed MIT. It adds 28 tokens to every session and 593 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-31.
Other commands, from other repositories
document-app
Reverse-engineer an AI-built codebase into the system documents reviewers and auditors need — a core set (architecture, flows, permissions, variables) plus conditional docs (emails, cron, SEO, automation) when they apply.
sheet-report
Analyze a Numbers or Excel file and generate a report with charts.
csv-to-excel
Convert a CSV into a formatted Excel workbook.
csv-to-numbers
Convert a CSV into a formatted Numbers workbook.
doc-to-deck
Turn a Pages or Word document into a compelling slide deck.
excel-to-numbers
Convert an Excel workbook to Numbers.