pi-zstack
Rob Zolkos' personal Pi stack as an installable meta package.
Package details
Install pi-zstack from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-zstack- Package
pi-zstack- Version
0.1.4- Published
- May 8, 2026
- Downloads
- 573/mo · 573/wk
- Author
- robzolkos
- License
- MIT
- Types
- extension, skill
- Size
- 4.1 KB
- Dependencies
- 4 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"node_modules/pi-autoresearch/extensions",
"node_modules/pi-disable-model-skill-invocation/extensions",
"node_modules/pi-skill-model-effort/extensions/skill-model-effort.ts",
"node_modules/pi-slopchop/src/index.ts"
],
"skills": [
"node_modules/pi-autoresearch/skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-zstack
My personal Pi stack.
pi-zstack can be installed as a Pi package, or bootstrapped from GitHub with a curl-to-bash installer.
The preferred install method is the bash installer below. It installs each package directly with pi install, which lets Pi keep those packages updated normally.
Preferred: install from GitHub
curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main | bash
Safer inspect-first version:
curl -fsSL -H "Accept: application/vnd.github.raw" https://api.github.com/repos/robzolkos/pi-zstack/contents/install.sh?ref=main -o /tmp/pi-zstack-install.sh
less /tmp/pi-zstack-install.sh
bash /tmp/pi-zstack-install.sh
The installer reads packages.txt, so updating the stack is just adding/removing lines there.
Alternative: install as a Pi package
pi install npm:pi-zstack
This installs pi-zstack as a meta package. Prefer the bash installer if you want Pi to manage and update each package individually.
Package list
See packages.txt.
Current packages: