A field guide to the pi coding agent bazaar
A curated map of the pi-mono ecosystem, collecting scattered extensions and skills so you don't have to dig through GitHub for a notification hook.

What it does
This is an awesome list—a curated directory—cataloging community-built resources for the pi coding agent (pi-mono). It tracks three categories: TypeScript/JavaScript extensions that hook into agent events and UI; natural-language SKILL.md workflows that guide the agent through complex tasks; and external utilities like sandboxes, dashboards, and mobile clients.
The interesting bit
The ecosystem has already stratified into distinct architectural layers. There are security-first hooks that redact API keys and block dangerous bash commands, observability tools that log tool calls to SQLite and render cost dashboards, and whimsical UI extensions that add AI-generated session emojis or rainbow “ultrathink” animations. The community is treating the agent less like a chatbot and more like an extensible shell.
Key highlights
- Security and safety:
filter-outputredacts secrets before the LLM sees them;securityblocks dangerous commands and protects sensitive paths;safe-gitrequires approval for destructive git operations. - Remote and isolated execution:
pi-ssh-remoteredirects all file operations to a remote host;nonoandgondolinprovide kernel-enforced or micro-VM sandboxes. - Cost and observability:
pi-cost-dashboard,usage-extension, andtoolwatchtrack API spending and tool calls with SQLite logging. - Skills as CLI wrappers: community
SKILL.mdfiles add Brave Search, browser automation via Chrome DevTools Protocol, Groq Whisper transcription, and Google Workspace integration. - Whimsy is a feature: extensions include arcade-style interactions, a sketch pad for browser drawings, and a Knight Rider shimmer effect.
Caveats
- This is a directory, not a framework; you still have to visit individual repositories to install anything.
- The ecosystem is fragmented, with multiple unrelated repositories all named
pi-extensionsby different authors. - The provided README truncates during the Tools & Utilities section, so the list may continue beyond what is visible.
Verdict
Bookmark this if you are actively using pi-mono and want to avoid rebuilding notification hooks or cost trackers from scratch. Skip it if you are looking for a single integrated platform; this is a bazaar, not a cathedral.
Frequently asked
- What is qualisero/awesome-pi-agent?
- A curated map of the pi-mono ecosystem, collecting scattered extensions and skills so you don't have to dig through GitHub for a notification hook.
- Is awesome-pi-agent open source?
- Yes — qualisero/awesome-pi-agent is open source, released under the MIT license.
- What language is awesome-pi-agent written in?
- qualisero/awesome-pi-agent is primarily written in JavaScript.
- How popular is awesome-pi-agent?
- qualisero/awesome-pi-agent has 1.1k stars on GitHub.
- Where can I find awesome-pi-agent?
- qualisero/awesome-pi-agent is on GitHub at https://github.com/qualisero/awesome-pi-agent.