more-pi
OpenClaw-flavored pi wrapper that registers OpenClaw Codex models without patching pi packages
Package details
Install more-pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:more-pi- Package
more-pi- Version
0.1.5- Published
- May 21, 2026
- Downloads
- not available
- Author
- guocity
- License
- MIT
- Types
- extension
- Size
- 100.6 KB
- Dependencies
- 5 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./dist/extension.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
more-pi
OpenClaw-flavored wrapper for pi. It launches @earendil-works/pi-coding-agent with an extension that registers an openclaw-codex provider.
Usage
more-pi --provider openclaw-codex --model gpt-5.5
The provider reads OpenClaw-managed Codex credentials from:
~/.openclaw/agents/main/agent/auth-profiles.json
Override the path with:
OPENCLAW_AUTH_PROFILES_PATH=/path/to/auth-profiles.json more-pi
Package behavior
- Does not patch
@earendil-works/pi-aior@earendil-works/pi-coding-agent. - Reuses pi's built-in
openai-codex-responsestransport. - Mirrors the installed pi-ai
openai-codexmodel list intoopenclaw-codexat extension load time. - Can also be installed as a pi package; its
pi.extensionsmanifest points atdist/extension.js.
Development
pnpm run build
pnpm publish:npm