@ramarivera/pi-grok-build
Pi extension providing Grok Build / Grok CLI integration.
Package details
Install @ramarivera/pi-grok-build from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ramarivera/pi-grok-build- Package
@ramarivera/pi-grok-build- Version
0.0.4- Published
- May 16, 2026
- Downloads
- not available
- Author
- ramarivera
- License
- MIT
- Types
- extension
- Size
- 35.6 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-grok-build
Pi coding-agent extension providing Grok Build / Grok CLI integration.
Install
npm install @ramarivera/pi-grok-build
Then add to your Pi agent settings:
{
"packages": ["@ramarivera/pi-grok-build"]
}