V2 of the model stamp system for OpenClaw.
This version does not patch OpenClaw dist files and does not rewrite the gateway service. Instead it:
- uses native
messages.responsePrefixto emit a structured marker with the real provider and model - installs a tiny managed plugin that converts that marker into a compact suffix
- keeps alias maps in one plugin config block inside
openclaw.json
Example suffixes:
codex-cli/gpt-5.4 -> opK/gpt54@Aclaude-cli/opus-4.6 -> anO/o46@A
curl -fsSL https://raw.githubusercontent.com/bkochavy/openclaw-postfix-pack/main/install.sh | bashmessage-stamp-suffixthroughopenclaw plugins installmessages.responsePrefix = "[[ocstamp:{provider}:{model}:{identityname}]]"- install metadata under
plugins.installs.message-stamp-suffix - plugin config entry in
~/.openclaw/openclaw.json
- no dist patching
- no wrapper script
- no self-heal daemon
- survives OpenClaw updates cleanly
- suffix uses the real provider/model chosen at runtime
bash uninstall.shThis package removes legacy postfix-pack v1 artifacts if they are present:
- old patcher scripts
- wrapper scripts
- self-heal launch agent / timer
postfix:responsePrefix config