open-pipi AGENTS.md

open-pipi AGENTS.md is an instructions file for Codex, OpenCode from amyotoff/open-pipi. It costs 336 tokens per session, scanned C, original, MIT.

A project instruction file for Open PiPi, a Telegram-based assistant that runs on Node.js and stores its working data in SQLite. It documents the project’s tools, commands, installation process, and editing rules.

In plain words
What is it for?
Use it when installing dependencies, developing, testing, building, or verifying Open PiPi. It guides changes to this TypeScript project and explains which operations require explicit approval.
Why use it?
It gives a coding agent the project context and limits risky changes, such as editing production settings or environment files. It also makes the expected checks and test commands clear.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/amyotoff/open-pipi/agents-md
Clone the repo
git clone --depth 1 https://github.com/amyotoff/open-pipi

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for open-pipi AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/amyotoff/open-pipi/agents-md.svg)](https://agentmods.dev/instructions/amyotoff/open-pipi/agents-md)
Your own site
<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>
Per session 336 This file is loaded in full into every session.
When invoked 336 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 6c90ae87d3f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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
AGENTS.md · 49 lines

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
Changes

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.

  1. 5d ago First seen · 49 lines · 336 tokens per session scan C 6c90ae87d3f0

Subscribe to this mod's changes

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.