agent-bridge-pi
Pi Host package for delegating to Claude, Codex, Grok, and Antigravity through AgentBridge.
Package details
Install agent-bridge-pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:agent-bridge-pi- Package
agent-bridge-pi- Version
0.1.22- Published
- Aug 31, 2026
- Downloads
- 124/mo · 5/wk
- Author
- hellopanghu
- License
- MIT
- Types
- skill
- Size
- 200.8 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
agent-bridge-pi
agent-bridge-pi is the official Pi Host package for AgentBridge, a compatibility-first bridge between local coding-agent CLIs.
Pi is a Host only. The package lets Pi delegate to these existing Targets:
- Claude Code
- Codex
- Grok Build
- Antigravity
It ships 16 Agent Skills: plan, review, rescue, and result-handling for each Target.
Installation
Install the npm package named agent-bridge-pi as a user-level Pi Package. Project-local installation with pi install -l is not supported in V1. See the Pi installation guide for the current release status and verified command.
On first Skill use, the package installs the shared engine and Pi-locked wrapper under:
~/.agent-bridge/engine/
~/.agent-bridge/bin/agent-bridge-pi
The package discovery root honors:
${PI_CODING_AGENT_DIR:-$HOME/.pi/agent}
Compatibility and Safety
- CLI-only integration; no MCP interface and no Pi Extension registration.
- The wrapper locks
AGENT_BRIDGE_LOCKED_HOST=pi; Pi session metadata is not trusted as authorization. - Pi is not added as a Target, and the package contains no Pi Target adapter.
plan,review, and defaultrescueremain read-only.- Write-enabled rescue requires explicit user intent.
- No bare/minimal session flags, yolo mode, or dangerous approval bypasses.
- Nested AgentBridge delegation is rejected.
- AgentBridge never commits or pushes automatically.
AgentBridge uses one shared Core and version across its Claude Code, Codex, Grok Build, and Pi distribution surfaces. Changes are validated against the full Host/Target compatibility matrix rather than Pi alone.
Documentation
License
MIT