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/waynesutton/markdown-site/agents-mdgit clone --depth 1 https://github.com/waynesutton/markdown-siteWhat 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.05876 | $0.05876 |
| Opus 5 | $0.02938 | $0.02938 |
| Sonnet 5 | $0.01175 | $0.01175 |
| Haiku 4.5 | $0.00588 | $0.00588 |
Grade C, and why
markdown-site AGENTS.md scanned grade C with 3 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.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
3. Internal action `compileWiki` sends context to GPT-4.1 mini with structured output instructions Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -X POST https://yoursite.example.com/vfs/exec -H "Content-Type: application/json" -d '{"command": "ls /wiki"}' Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl https://yoursite.example.com/vfs/tree How it starts
The opening of the file, as written. The whole thing — 682 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Instructions for AI coding agents working on this codebase.
Project overview
Your content is instantly available to browsers, LLMs, and AI agents.. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex.
Default and legacy modes
- Default auth mode:
convex-auth - Default hosting mode:
convex-self-hosted - Legacy compatibility mode:
workosauth +netlifyhosting
Key features:
- Markdown posts with frontmatter
- Four themes (dark, light, tan, cloud)
- Full text search with Command+K
- Semantic search with OpenAI embeddings and Ask AI (Cmd+J)
- Real-time analytics at
/stats - RSS feeds and sitemap for SEO
- API endpoints for AI/LLM access
- Virtual filesystem HTTP interface (
/vfs/tree,/vfs/exec) with no auth required - Source ingest pipeline with Firecrawl scraping and OpenAI embeddings
- LLM wiki compilation with GPT-4.1 mini driven synthesis and daily cron
- Knowledge bases with Obsidian vault uploads, per-KB API access, and visibility controls
- Interactive knowledge graph visualization per wiki and KB
- Anonymous demo mode at
/dashboardwith 30-minute auto-cleanup - Admin dashboard with content management, config editor, sync buttons, and KB management
- Newsletter automation with AgentMail integration
Current Status
- Site Name: markdown sync
- Site Title: markdown sync framework
- Site URL: https://yoursite.example.com
- Total Posts: 24
- Total Pages: 4
- Wiki Pages: 49
- Latest Post: 2026-04-14
- Last Updated: 2026-04-27T06:32:41.458Z
Tech stack
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript, Vite |
| Backend | Convex (real-time serverless database) |
| Styling | CSS variables, no preprocessor |
| Hosting | Convex self-hosting (default) or Netlify (legacy) |
| Auth | @robelest/convex-auth (default) or WorkOS (legacy) |
| Content | Markdown with gray-matter frontmatter |
Setup commands
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 · 682 lines · 5,876 tokens per session scan C a8027fcf9f05
markdown-site AGENTS.md is an instructions file published in the GitHub repository waynesutton/markdown-site (631 stars, last pushed 3mo ago), licensed MIT. It adds 5,876 tokens to every session, about $0.0294 per session on Opus 5. A static security scan graded it C with 3 findings (asks the agent to reveal its instructions, sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
shieldcn AGENTS.md
Instructions for jal-co/shieldcn, covering agents.md — shieldcn, what this is, monorepo structure, packages/core (@shieldcn/core) and packages/web (@shieldcn/web).
flowwink CLAUDE.md
Instructions for magnusfroste/flowwink, covering claude.md, commands, development (auto-runs migrations before starting), production build and lint.
reboot-cms AGENTS.md
Instructions for shaack/reboot-cms, covering agents.md, what this is, project layout, routing: file = url and pages.
mainbranch AGENTS.md
Instructions for noontide-co/mainbranch, covering agent instructions, product shape, daily operating loop, quick start and repository layout.
mainbranch CLAUDE.md
Instructions for noontide-co/mainbranch, covering claude code instructions, repository role, product loop to preserve, how to work here and engine vs business repo.
context CLAUDE.md
Claude Code instructions for Supa-Media/context, covering agent instructions — context, non-negotiables, 1. the customer owns the storage, 2. tenancy is bucket-level, never prefix-level and 3. plain files stay canonical.