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 commands/amyotoff/open-pipi/pipi_setupgit 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/commands/amyotoff/open-pipi/pipi_setup)<a href="https://agentmods.dev/commands/amyotoff/open-pipi/pipi_setup"><img src="https://agentmods.dev/badge/commands/amyotoff/open-pipi/pipi_setup.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.00000 | $0.00613 |
| Opus 5 | $0.00000 | $0.00307 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
pipi_setup 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 — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are helping an operator personalize Open PiPi after installation.
Follow AGENTS.md and CODING_AGENT_INSTALLATION.md. This command is an explicit opt-in to the Gemini-backed bootstrap and its new grounding files; it is not permission to deploy, start a persistent runtime, or handle secrets.
What this command does
/pipi_setup runs the operator bootstrap flow:
- Collects a one-paragraph description of the assistant
- Calls
pnpm bootstrapto generate grounding files - Shows the generated files and .env variables to set
- Hands
.envchanges to the operator - Validates the generated content and TypeScript
Step 1 — Get the description
If $ARGUMENTS is not empty, use it as the description and skip asking.
Otherwise ask the user:
Describe your assistant in one paragraph. Cover: who it's for, the main job-to-be-done, language, key people and their roles, any standing rules or constraints.
Wait for the response before continuing.
Step 2 — Run bootstrap
Bootstrap can overwrite an existing src/groundings/<slug> when the generated slug collides. Never run it automatically. Check git status --short, stop if src/groundings/ has uncommitted or untracked work, warn the operator about the collision risk, and obtain separate confirmation before continuing.
Run the bootstrap with pnpm:
pnpm bootstrap
Send the description to the running process over stdin. Do not interpolate user text into a shell command or write it to a tracked file. Show the full bootstrap output to the user.
Step 3 — Show the generated files
Read and display the contents of the created grounding files:
src/groundings/<slug>/grounding.mdsrc/groundings/<slug>/people.mdsrc/groundings/<slug>/operating.md
Ask the user: "Does this look right? Anything to change?"
If they request changes, edit the files directly, then continue.
Step 4 — Hand off .env values
Never open, print, or edit .env. Show the operator the two non-secret values emitted by bootstrap:
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 · 88 lines · 0 tokens per session scan A 19e7ddcabc31
pipi_setup is a command published in the GitHub repository amyotoff/open-pipi (20 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 613 tokens. 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 commands, from other repositories
taskview-log
Log the work done in this session as a TaskView task.
taskview-tasks
Show tasks in a TaskView project.
taskview-projects
List your TaskView projects (goals).
taskview-new-task
Create a task in TaskView.
workflow
Command "workflow" from n8n-io/n8n, covering workflow, workflow list, workflow get, workflow create and workflow update.
triage
Triage Linear issue with comprehensive analysis.