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 instructions/olawoyin007/intentkeeper/claude-mdgit clone --depth 1 https://github.com/Olawoyin007/intentKeeperWrote 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/instructions/olawoyin007/intentkeeper/claude-md)<a href="https://agentmods.dev/instructions/olawoyin007/intentkeeper/claude-md"><img src="https://agentmods.dev/badge/instructions/olawoyin007/intentkeeper/claude-md.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.01953 | $0.01953 |
| Opus 5 | $0.00977 | $0.00977 |
| Sonnet 5 | $0.00391 | $0.00391 |
| Haiku 4.5 | $0.00195 | $0.00195 |
Grade A, and why
intentKeeper CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Before any PR: read
MERGE_CHECKLIST.mdBefore any release: runpython3 scripts/check_version.py
Project Overview
intentKeeper is a local-first content filter that classifies social media content by its underlying intent - ragebait, fearmongering, hype, or genuine insight. It runs entirely on local hardware via Ollama. No external API calls, no telemetry, no cloud.
Core philosophy: "The content isn't the problem. The intent behind it is."
Development Commands
# Install with dev dependencies
pip install -e ".[dev]"
# Start the classification server
intentkeeper-server
# or
uvicorn server.api:app --reload --port 8420
# Run unit tests (93 tests, Ollama not required - all mocked)
pytest tests/
# Run tests with coverage
pytest tests/ --cov=server
# Run the classification eval (requires Ollama running)
python eval/run_eval.py
python eval/run_eval.py --verbose # show every item
python eval/run_eval.py --filter ragebait # one intent only
# Version consistency check
python3 scripts/check_version.py
# Linting and formatting
ruff check server/
ruff check --fix server/
black server/
Required Environment Variables
Configure in .env (see .env.example):
Required:
OLLAMA_HOST- Ollama server URL (default:http://localhost:11434)OLLAMA_MODEL- Model name (default:mistral:7b-instruct)
Optional:
OLLAMA_TEMPERATURE- LLM temperature (default:0.1)OLLAMA_SEED- Pin sampling seed for reproducible output (unset = non-deterministic)OLLAMA_VISION_MODEL- Vision model for image/thumbnail analysis (e.g.moondream,llava:7b); when unset, image analysis is skipped and only text is classifiedINTENTKEEPER_HOST- Server bind address (default:127.0.0.1)INTENTKEEPER_PORT- Server port (default:8420)MANIPULATION_THRESHOLD- Score threshold for treatments (default:0.6)CACHE_TTL- Cache time-to-live in seconds (default:300)CACHE_MAX_SIZE- Max LRU cache entries (default:1000)DEBUG- Enable debug logging (default:false)
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 · 203 lines · 1,953 tokens per session scan A 0c4a2d1e93d4
intentKeeper CLAUDE.md is an instructions file published in the GitHub repository Olawoyin007/intentKeeper (11 stars, last pushed 3d ago), licensed MIT. It adds 1,953 tokens to every session, about $0.0098 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 instructions, from other repositories
row-bot AGENTS.md
Instructions for siddsachar/row-bot, covering agents.md, project identity, ground rules, repository map and before editing.
row-bot CLAUDE.md
Instructions for siddsachar/row-bot, a project described as: Row-Bot - Personal AI Sovereignty. A local-first AI assistant with integrated tools, a personal knowledge graph, voice, vision, shell, browser automation, scheduled tasks, health tracking, and messaging channels. Run locally via Ollama or add opt-in cloud…
chat-on-steroids CLAUDE.md
Claude Code instructions for totec448-spec/chat-on-steroids: Read and follow AGENTS.md before changing this repository.
anytype-ts AGENTS.md
AGENTS.md instructions for anyproto/anytype-ts, covering agents.md, project structure, state management with mobx, electron integration and inter-process communication (ipc).
cognithor CLAUDE.md
Claude Code instructions for Alex8791-cyber/cognithor, covering claude.md, what this is, source layout, architecture in one paragraph and critical conventions.
openquack AGENTS.md
AGENTS.md instructions for larryxiao/openquack, covering agents.md, posture, before you start, workflow and pr template (the required shape).