Pi package that makes OpenClaw operable from inside the Pi coding-agent CLI.
Not an OpenClaw plugin. Not a path into earendil-works/pi core — pure ecosystem package.
# try once
pi -e git:github.com/Bartok9/pi-openclaw-bridge
# user install
pi install git:github.com/Bartok9/pi-openclaw-bridge
pi update --extensions # after git pullsReview source before install. Packages run with your user privileges.
| Command | Action |
|---|---|
/openclaw-bridge |
Help |
/openclaw-status |
openclaw status + openclaw gateway status |
/openclaw-skew |
Pi CLI version + npm latest (@earendil-works vs @mariozechner) + OpenClaw nested pin |
/openclaw-doctor |
openclaw doctor without --fix |
/openclaw-context |
Orientation prompt template |
Same capabilities as agent tools: openclaw_status, openclaw_skew (full?: boolean), openclaw_doctor.
openclaw-bridge — harness mental model + skew explainer for the model.
- Allowlisted CLIs only:
openclaw,pi,npm view …, fixednode -ereads,bash -lc command -v …. - No arbitrary shell from the model.
- No
openclaw doctor --fix, config patch, send, or gateway restart. - Outputs truncated (~24KB) for context hygiene.
OpenClaw embeds Pi. Package names moved (@mariozechner/* → @earendil-works/*) while OpenClaw pins lag. Operators bounce between Telegram/OpenClaw and terminal Pi — this keeps live diagnostics one slash away.
cd /path/to/pi-openclaw-bridge
pi install "$(pwd)" # or reinstall git source after pushMIT