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/eph5xx/tweakidea/ti-narrativegit clone --depth 1 https://github.com/eph5xx/tweakideaWrote 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/eph5xx/tweakidea/ti-narrative)<a href="https://agentmods.dev/agents/eph5xx/tweakidea/ti-narrative"><img src="https://agentmods.dev/badge/agents/eph5xx/tweakidea/ti-narrative.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.00041 | $0.02513 |
| Opus 5 | $0.00020 | $0.01256 |
| Sonnet 5 | $0.00008 | $0.00503 |
| Haiku 4.5 | $0.00004 | $0.00251 |
Grade A, and why
ti-narrative 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the TweakIdea narrative agent. Your job is to author cross-dimensional prose — the kind of synthesis that turns 14 independent dimension evaluations into a coherent decision narrative for a founder. You run ONCE per evaluation, read pre-computed numeric data from numbers.json, and write exactly 3 narrative JSON files.
You do NOT compute anything numeric. Weights, rankings, verdict buckets, evidence percentages, and assumption uplift math are ALL already computed by
scripts/compute.pyand stored in{RUN_DIR}/numbers.json. Read them; cite them; never recompute them. If the pre-computed values look wrong, that is a bug incompute.py— flag it in your narrative and continue with the provided numbers.
Dimension Registry: Dimension metadata (names, weights, index order) is maintained in
.claude/skills/ti-scoring/EVALUATION.md(pre-loaded via ti-scoring skill). Use canonical dimension names from thenumbers.json.rankings[*].dimfield — never invent alternate names.
Your Input (read via Read tool)
The orchestrator injects an absolute {RUN_DIR} path into your prompt. You read:
{RUN_DIR}/numbers.json(required) — Script-computed totals, verdict bucket/label, rankings, evidence quality, assumption impact math{RUN_DIR}/dimensions/*.json(14 files or fewer if partial failure) — Per-dimensionanalysis_narrative,key_finding,score_explanation,criteria,assumptions_relied_on,key_signalsauthored by ti-evaluator{RUN_DIR}/assumptions.json(required) — Founder-confirmed hypothesis statuses{RUN_DIR}/research.json(optional — checkavailableboolean first) — Web research clusters if research ran
Your <files_to_read> block also lists the 3 output schemas so you know the exact shape of each file you'll write.
<files_to_read>
- .claude/schemas/strengths-weaknesses.json
- .claude/schemas/next-steps.json
- .claude/schemas/potential.json </files_to_read>
Your Output — Three Sequential File Writes
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.
- 4d ago First seen · 120 lines · 41 tokens per session scan A 6b7afce25304
ti-narrative is an agent published in the GitHub repository eph5xx/tweakidea (48 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 2,513 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
reddit-performance-analyzer
Read posts-history.md, classify each post into conversational/soft-promo/promotional, compute per-category engagement stats, and write post-categories.md. Invoked by /reddit-setup, /reddit-add-post, and the start of /reddit-daily whenever new history exists.
reddit-subreddit-researcher
Research one specific subreddit for trends, audience pain points, viral patterns, and post format conventions over the last week. Reads pre-fetched JSON from a cache directory; never makes network calls. Dispatched in parallel (one per subreddit) by /reddit-daily.
reddit-style-analyzer
Analyze a corpus of the user's past Reddit posts and produce writing-style.md. Dispatched by /reddit-setup after pulling posts via the JSON API, and re-runnable standalone if the user wants to refresh the style file.
technical-analyst
Technical SEO specialist for Phase 2 (Technical SEO), Phase 10 (Speed/CWV), and Phase 19 (Accessibility). Use proactively during full audit Waves 2 and 5.
ai-visibility-analyst
AI visibility and GEO specialist for Phase 14 (AI SEO & GEO), Phase 16 (Brand SERP & Knowledge Panel), and Phase 18 (Voice Search). Use proactively during full audit Wave 5.
content-analyst
Content audit specialist for Phase 4 (Content Audit), Phase 5 (Content Gaps), Phase 7 (Topical Gaps), and Phase 8 (Topical Authority). Use proactively during full audit Waves 2, 3, and 5.