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/jeffgreendesign/textrawl/agents-mdgit clone --depth 1 https://github.com/jeffgreendesign/textrawlWhat 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.00510 | $0.00510 |
| Opus 5 | $0.00255 | $0.00255 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
textrawl AGENTS.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 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.
How it starts
The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Agent/developer operating guide for Textrawl.
For the full reference (commands, architecture, conventions, AX rules), see CLAUDE.md. This file holds only items that are agent-specific or not yet folded into CLAUDE.md.
Onboarding (first run)
pnpm install
pnpm setup
pnpm dev
# optional
pnpm desktop:dev
pnpm inspector
Safety rules
- Never log, print, or commit
DATABASE_URLorAPI_BEARER_TOKEN. - Keep server-only secrets server-side. Do not place database credentials in desktop renderer code, website bundles, or client config files.
- Treat desktop distribution as client-like: only call server APIs from the desktop app, never embed privileged database credentials.
MCP tool inventory
Kept here so scripts/tool-sync-check.sh can verify the list stays in sync with src/tools/ and README.md. See CLAUDE.md for groupings and README.md for full descriptions.
- Workflow (compact
normalsurface):ask,search,get_document,capture,remember,daily_briefing,timeline - Document/search:
search,get_document,list_documents,update_document,add_note - Memory:
remember_fact,build_knowledge,query_memory,relate_entities,forget_entity,extract_memories - Conversation:
save_conversation_context,query_conversations,delete_conversation - Insights:
get_insights,discover_connections,dismiss_insight - Stats:
get_stats,health_check - Unified:
ask,daily_briefing,save_url,timeline - Postgres:
pg_analyze,pg_recommendations,pg_report_history
Repo-specific gotchas
- CodeQL mode: this repo uses the advanced workflow in
.github/workflows/codeql.yml. Keep GitHub Code Scanning Default Setup disabled in repo settings — enabling it causes SARIF processing conflicts. pnpm-only:preinstallrunsonly-allow pnpm; npm/yarn installs will fail.- MCP stdout: any
console.login the MCP request path corrupts JSON-RPC. Useloggerfromsrc/utils/logger.js.
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 · 42 lines · 510 tokens per session scan A 874a2a8236a2
textrawl AGENTS.md is an instructions file published in the GitHub repository jeffgreendesign/textrawl (5 stars, last pushed 1mo ago), licensed MIT. It adds 510 tokens to every session, about $0.0026 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 instructions, from other repositories
mcp-memory-service CLAUDE.md
Instructions for doobidoo/mcp-memory-service, covering claude.md, non-negotiables (hard rules), critical directives, operational rules and auto-save learnings.
firecrawl CLAUDE.md
Claude Code instructions for firecrawl/firecrawl: Firecrawl is a web scraper API. The directory you have access to is a monorepo.
siyuan AGENTS.md
AGENTS.md instructions for siyuan-note/siyuan, covering agents.md, 1. non-negotiable constraints, do not hand-edit, verification and prohibited operations and 2. project-specific rules.
mq commit.instructions.md
Instructions for harehare/mq: Use the following format for commit messages.
core copilot-instructions.md
Instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.
codemark GEMINI.md
Instructions for DanielCardonaRojas/codemark, covering development workflow and debugging with the tui logging system.