openclaw-latch
v0.1.4
Published
Latch security gate for OpenClaw — policy-based tool gating with audit logging
Downloads
393
Maintainers
Readme
openclaw-latch
Latch security gate plugin for OpenClaw. Adds policy-based tool gating with audit logging and optional WebAuthn approval flows.
Install
openclaw plugins install openclaw-latchThis will:
- Install the
latch-agentPython package (via pipx or pip) - Run
latch initto create the default config at~/.agent-2fa/ - Register
latch-serveas an MCP server in OpenClaw
Requirements
- Python 3.10+
- pipx (recommended) or pip
Manual Setup
If automatic installation doesn't work:
pipx install latch-agent
latch initThen add to your OpenClaw MCP config:
{
"mcpServers": {
"latch": {
"command": "latch-serve",
"args": []
}
}
}Configuration
Edit ~/.agent-2fa/policy.yaml to customize tool gating rules. See the latch-agent docs for policy format details.
