Install
openclaw skills install zipsaLocal-first privacy gateway for LLM applications. Use when the user needs to process sensitive, private, or proprietary information (PII, health records, internal business strategy, SSNs, credentials) while still utilizing cloud models (Claude, Gemini, GPT). Zipsa reformulates queries locally to remove identity and secrets before routing to the cloud, then synthesizes the answer back to the local context.
openclaw skills install zipsaZipsa is a local-first privacy gateway that sits between OpenClaw and cloud LLMs. It ensures that raw private context never leaves the local environment while still allowing the use of powerful frontier models for reasoning.
Trigger this skill whenever the user provides or asks to process:
Zipsa operates as an OpenAI-compatible gateway (default: http://localhost:8000/v1).
When the user's request contains sensitive data, explain that Zipsa will be used to protect their privacy.
Instead of calling the standard cloud providers directly, use the Zipsa endpoint. Zipsa will:
OpenClaw can be configured to use Zipsa as its backend:
OPENAI_BASE_URL=http://localhost:8000/v1OPENAI_API_KEY=zipsa-keyOPENAI_MODEL=zipsaFor conversation continuity, always pass a session_id.
{
"model": "zipsa",
"messages": [...],
"extra_body": { "session_id": "unique-session-id" }
}
Zipsa includes an enterprise Admin Console for security teams and CISOs.
Key capabilities:
For full Admin Console spec, see references/admin-dashboard.md.
For detailed configuration and advanced examples, see references/README.md.