Install
openclaw skills install @deepseekoracle/lygo-pxpipe-lygoMulti-tool vision context compression for LYGO (Anthropic, OpenAI, Grok/xAI, Gemini). Use before stuffing huge prompts or logs into pay-to-go APIs. Requires lygo-protocol-stack; read references/SECURITY.md. Agents run pxpipe_lygo_for_agent.py or local proxy — no auto publish/git push.
openclaw skills install @deepseekoracle/lygo-pxpipe-lygoSovereign pxpipe-style compression: bulky text → PNG for vision APIs, P0 gate, manifests under data/pxpipe_lygo/.
LYGO_STACK_ROOT or without reading references/SECURITY.md.npx clawhub@latest install deepseekoracle/lygo-pxpipe-lygo
export LYGO_STACK_ROOT=/absolute/path/to/lygo-protocol-stack
pip install -r "$LYGO_STACK_ROOT/requirements-pxpipe.txt"
cd "$LYGO_STACK_ROOT"
python tools/pxpipe_lygo_for_agent.py --shrink-file path/to/huge.txt --target grok
python tools/pxpipe_lygo_for_agent.py --file path/to/huge.txt --target anthropic --png .pxpipe_ctx.png
python tools/run_pxpipe_lygo_proxy.py
| Client | Base URL |
|---|---|
| Anthropic / Claude Code | http://127.0.0.1:47821 |
| OpenAI SDK | http://127.0.0.1:47821/v1 |
| Grok / xAI | http://127.0.0.1:47821/v1 |
Set the matching API key in the environment. Proxy forwards upstream; does not store keys in manifests.
references/SECURITY.md on first use..env contents.git push, ClawHub publish, or HF upload unless user explicitly asks.--shrink-file in chat threads; use full JSON blocks only when building API calls.lygo-api-token-saver → lygo-pxpipe-lygo → lygo-protocol-stack-operator
docs/BIOPHASE7_PXPIPE_LYGO.md in the stack repo.