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/amyotoff/open-pipi/agents-mdgit clone --depth 1 https://github.com/amyotoff/open-pipiWrote 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/amyotoff/open-pipi/agents-md)<a href="https://agentmods.dev/instructions/amyotoff/open-pipi/agents-md"><img src="https://agentmods.dev/badge/instructions/amyotoff/open-pipi/agents-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.00336 | $0.00336 |
| Opus 5 | $0.00168 | $0.00168 |
| Sonnet 5 | $0.00067 | $0.00067 |
| Haiku 4.5 | $0.00034 | $0.00034 |
Grade C, and why
open-pipi AGENTS.md scanned grade C with 1 finding 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 5d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- rm -rf What it actually says
Mission
Open PiPi — a Telegram-first, owner-operated assistant runtime with memory, planning, and research skills.
Stack
- Node.js 24+ / TypeScript
- pnpm as the package manager
- SQLite (better-sqlite3) for runtime state
- Runs on anything from a Raspberry Pi to a VPS (see Dockerfile / docker-compose files)
Commands
- pnpm install
- pnpm dev
- pnpm lint
- pnpm test
- pnpm build
- pnpm setup:check -- --json
- pnpm verify
Installation requests
- Follow CODING_AGENT_INSTALLATION.md for the safe, deterministic coding-agent workflow.
- Default to a native full dependency install. Secrets, Docker, deployment, personalization, and persistent startup remain explicit opt-ins.
Rules
- Plan before editing.
- Use minimal diffs.
- Do not edit .env files.
- Do not touch production configs.
- Do not run destructive commands without explicit approval.
- Do not modify files outside the project root.
- Add or update tests for behavior changes.
- Summarize changed files, commands run, test results, and risks.
Forbidden without explicit approval
- rm -rf
- git reset --hard
- git clean -fdx
- docker system prune
- database migrations
- cloud deploys
- changing auth / payments / permissions
- editing secrets or credentials
Definition of Done
- relevant tests pass
- lint/build pass or failures are explained
- diff is minimal
- no secrets leaked
- risks are listed
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.
- 5d ago First seen · 49 lines · 336 tokens per session scan C 6c90ae87d3f0
open-pipi AGENTS.md is an instructions file published in the GitHub repository amyotoff/open-pipi (20 stars, last pushed 16d ago), licensed MIT. It adds 336 tokens to every session, about $0.0017 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
dograh AGENTS.md
AGENTS.md instructions for dograh-hq/dograh, covering dograh - project overview, project structure, tech stack, local development and environment configuration.
Gladys AGENTS.md
AGENTS.md instructions for GladysAssistant/Gladys, covering agents.md, cursor cloud specific instructions, running the app (dev mode), non-obvious caveats and feature specs (spec-first process).
Observal AGENTS.md
AGENTS.md instructions for Observal/Observal, covering agents.md, what observal is, harness capability support, architecture at a glance and how the modularisation works.
commonly CLAUDE.md
Claude Code instructions for Team-Commonly/commonly, covering claude.md / agents.md, 🧠 product vision & architecture philosophy, what commonly is, the architecture model and key concepts.
romm CLAUDE.md
Claude Code instructions for rommapp/romm, covering romm - repository guide for contributors & agents, the stack at a glance, deep-dive references, the frontend has two uis - know which you're in and skills - load the focused guide for your task.
ai-agent-automation AGENTS.md
AGENTS.md instructions for vmDeshpande/ai-agent-automation, covering agents.md, repo structure, dev commands, git hooks and code style.