@teelicht/pi-grepai
Pi extension package that bridges an installed grepai CLI into Pi slash commands and LLM tools
Package details
Install @teelicht/pi-grepai from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@teelicht/pi-grepai- Package
@teelicht/pi-grepai- Version
0.1.1- Published
- May 13, 2026
- Downloads
- 248/mo · 9/wk
- Author
- teelicht
- License
- MIT
- Types
- extension
- Size
- 39.7 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./src/extension/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@teelicht/pi-grepai
Pi package that bridges an already-installed grepai CLI into Pi slash commands and LLM tools.
This package does not install grepai, does not install official grepai skills and does not use MCP. It adds the following tools to Pi:
/grepai-watchslash command/grepai-statusslash commandgrepai_searchLLM toolgrepai_trace_callersLLM toolgrepai_trace_calleesLLM toolgrepai_trace_graphLLM toolgrepai_index_statusLLM tool
The documented grepai_refs_* and grepai_rpg_* MCP tools are temporarily disabled because grepai v0.35.0 does not expose matching CLI commands.
Install
- Install and configure grepai from the official grepai docs.
- Install this Pi package from npm with
pi install npm:@teelicht/pi-grepai, or usepi install /path/to/pi-grepaiduring local development. - Optionally, install all or selected grepai skills
- Run
grepai initin the project root.
Quick start
Run grepai init in your terminal to initialize a project. After that, use /grepai-watch, /grepai-status, and grepai LLM tools such as grepai_search.
See docs/configuration.md, docs/commands.md, docs/tools.md, and docs/releases.md.