Monorepo for my personal Pi extensions.
| Package | Purpose | Install |
|---|---|---|
@zeldrisho/pi-gate |
Block or confirm bash commands from a user JSON config | pi install npm:@zeldrisho/pi-gate |
@zeldrisho/pi-web-fetch |
Fetch public web pages as bounded Markdown | pi install npm:@zeldrisho/pi-web-fetch |
@zeldrisho/pi-web-search |
Search the web with Brave Search | pi install npm:@zeldrisho/pi-web-search |
Install only the extensions you need using the commands above. See each package README for configuration, behavior, and usage.
Add -l to install a package only for the current project:
pi install -l npm:@zeldrisho/pi-gateRemove the project-local package with the same source:
pi remove -l npm:@zeldrisho/pi-gateSee the development guide for contributor setup and verification.