pi-zenbin
Pi extension package for ZenBin publishing, brain, and messaging workflows.
Package details
Install pi-zenbin from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-zenbin- Package
pi-zenbin- Version
0.1.0- Published
- May 31, 2026
- Downloads
- not available
- Author
- twilson63
- License
- MIT
- Types
- extension, skill
- Size
- 58.4 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-zenbin
Pi package for ZenBin publishing, private brain, and messaging workflows.
Install
pi package add pi-zenbin
For local development from a checkout:
pi -e ./
Commands
/zenbin-identity— create or locate a local ZenBin Ed25519 identity./zenbin-identity --force— regenerate the local identity./zenbin-publish ...— load the publishing workflow./zenbin-brain ...— load private memory/brain workflows./zenbin-message ...— load private messaging workflows.
Skills
zenbin-publishing— publish signed HTML, markdown, images, videos, docs, dashboards, and microsites to ZenBin.zenbin-brain— store, retrieve, and manage private sign-to-read memory pages.zenbin-messaging— send, receive, reply to, and verify private ZenBin agent messages.
Identity setup
Run inside pi:
/zenbin-identity
This creates local identity files under .zenbin/. Keep private JWK files secret. Local .zenbin/ and .pi/ state are intentionally excluded from git and npm publication.
Package contents
The npm package publishes only:
README.mdextensions/skills/
Use this to verify before publishing:
npm run pack:check