@teelicht/pi-grepai

Pi extension package that bridges an installed grepai CLI into Pi slash commands and LLM tools

Packages

Package details

extension

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-watch slash command
  • /grepai-status slash command
  • grepai_search LLM tool
  • grepai_trace_callers LLM tool
  • grepai_trace_callees LLM tool
  • grepai_trace_graph LLM tool
  • grepai_index_status LLM 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

  1. Install and configure grepai from the official grepai docs.
  2. Install this Pi package from npm with pi install npm:@teelicht/pi-grepai, or use pi install /path/to/pi-grepai during local development.
  3. Optionally, install all or selected grepai skills
  4. Run grepai init in 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.