Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
openclaw-latch-guard logo

openclaw-latch-guard

latchagent/latch

Otheropenclawby latchagent

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add latchagent/latch

Run in Claude Code. Add the marketplace first with /plugin marketplace add latchagent/latch if you haven't already.

README.md

Latch

Security guardrails for AI agents. Safe actions run automatically. Risky actions wait for approval.

What is Latch?

Latch is an open-source proxy for MCP (Model Context Protocol) servers. It sits between your AI agent and its tools, enforcing policies on what the agent can do:

  • Safe actions (reads, internal writes) → Pass through automatically
  • Risky actions (shell commands, external sends) → Require human approval
  • Forbidden actions (payments, destructive ops) → Blocked entirely

Quick Start

# Start Latch with Docker
git clone https://github.com/latchagent/latch
cd latch
docker compose up -d

Open the dashboard at http://localhost:3000, create an account, and get your API key.

# Wrap an MCP server through Latch
npx @latchagent/cli@latest run \
  --api-key "latch_YOUR_KEY" \
  --upstream "my-server" \
  --upstream-command "npx" \
  --upstream-args "-y,@modelcontextprotocol/server-filesystem,/tmp"

How It Works

AI AgentLatch CLILatch ServerMCP Server

1. Agent makes a tool call 2. Latch CLI intercepts and classifies the action 3. Policy is evaluated (allow / deny / require approval) 4. If allowed, call is forwarded to the MCP server 5. Everything is logged for audit

Action Classes

| Class | Default | Examples | |-------|---------|----------| | READ | Allow | File reads, API queries | | WRITE | Allow | File writes, updates | | SEND | Approval for external | Emails, messages | | EXECUTE | Require approval | Shell commands | | SUBMIT | Require approval | PRs, form submissions | | TRANSFER_VALUE | Deny | Payments, transfers |

Features

  • Policy engine — Rules based on action class, upstream, and tool
  • LLM-evaluated policies — Write conditions in plain English
  • Approval workflow — Single-use tokens, argument-bound
  • Audit log — Full history of all tool calls with redacted secrets
  • Telegram notifications — Approve from your phone
  • Self-hosted — Your data stays on your infrastructure

Documentation

Full documentation at latch.mintlify.app

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

MIT — see LICENSE

Related plugins

Browse all →