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/tdimino/claude-code-minoan/quotegit clone --depth 1 https://github.com/tdimino/claude-code-minoanWrote 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/commands/tdimino/claude-code-minoan/quote)<a href="https://agentmods.dev/commands/tdimino/claude-code-minoan/quote"><img src="https://agentmods.dev/badge/commands/tdimino/claude-code-minoan/quote.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.1 | $0.00000 | $0.00252 |
| Opus 5 | $0.00000 | $0.00126 |
| Sonnet 5 | $0.00000 | $0.00050 |
| Haiku 4.5 | $0.00000 | $0.00025 |
Grade A, and why
quote 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 6d 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
Capture Notable Phrase
Capture a notable phrase or excerpt from the current session with optional
tags. Stored in tracker.db and searchable via /quote-search.
Arguments
$ARGUMENTS - the phrase text (required), optionally followed by
--tags tag1,tag2 and/or --source user|assistant.
Instructions
if [ -z "$ARGUMENTS" ]; then
echo "Usage: /quote \"phrase text\" [--tags tag1,tag2] [--source user|assistant]"
exit 1
fi
node ~/.claude/skills/claude-tracker-suite/scripts/quote-session.js capture $ARGUMENTS
Examples
/quote "assumptions are the enemy"— capture a phrase/quote "assumptions are the enemy" --tags principle,design— with tags/quote "use ON CONFLICT instead of INSERT OR REPLACE" --source assistant --tags sqlite,pattern— assistant quote with tags
Related
/quote-search— search captured phrases/checkpoint— create session checkpoint/tag— attach keyword tags to sessions
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.
- 6d ago First seen · 33 lines · 0 tokens per session scan A 6c0276d9343e
quote is a command published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 252 tokens. 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 commands, from other repositories
app-doc
Automates the complete workflow for creating a new Sumo Logic app integration doc with proper structure, frontmatter, and navigation setup.
release-note-cse
Automates the creation of Cloud SIEM (CSE) release notes with proper formatting, frontmatter, and structure.
remove-doc
Automates the complete workflow for removing or moving a Sumo Logic doc while preventing broken links and maintaining SEO health.
gpd:settings
Configure autonomy, unattended execution budgets, runtime permission sync, workflow preset bundles, model-cost posture, runtime-specific tier model overrides, review cadence, and git preferences.
canvas
AI-orchestrated visual canvas production — create, populate, layout, present, generate, and export Obsidian canvases.
control
Initialize a cross-session cmux control center. Discovers active workspaces, lets the user pick which to monitor, captures the day's focus, and starts a background watcher that surfaces decisions / idle / done events to the calling session.