Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More

Anthropic has open-sourced Claude for Legal, a suite of plugins, managed-agent cookbooks, and MCP connectors designed for in-house, firm, and academic legal work. The repo is structured around practice areas: commercial, privacy, product, corporate, employment, litigation, regulatory, AI governance, IP, and law student clinics.
Key Agents and Commands
Each agent maps to a specific workflow and is invoked via a plugin command. Notable agents include:
- Vendor Agreement Reviewer —
/commercial-legal:review: Reviews vendor MSAs against your playbook and produces a redline memo. - NDA Triager —
/commercial-legal:review: GREEN/YELLOW/RED triage so only hard NDAs hit a lawyer's desk. - Amendment Tracer —
/commercial-legal:amendment-history: Traces contract changes across amendments. - Renewal Watcher — scheduled agent that scans for cancel-by and renewal deadlines.
- Deal Debrief — weekly sweep of signed agreements with playbook deviations.
Agents cover litigation, corporate, employment, privacy, regulatory, AI governance, IP, and law student use cases.
Architecture and Deployment
The system prompt and skills are shared across two deployment options:
- Claude Cowork / Claude Code plugin — install via marketplace instructions in QUICKSTART.md (60-second install).
- Claude Managed Agents API — deploy behind your own workflow engine.
Each plugin runs a cold-start interview that learns your playbook and a CLAUDE.md practice profile that every skill reads.
MCP Connectors
Connectors include general productivity tools (Slack, Google Drive, Box) and legal-specific systems:
- Ironclad
- DocuSign
- iManage
- Everlaw
- CourtListener
Guardrails and Disclaimers
Every output is treated as a draft for attorney review — not legal advice. Features include: source attribution on every citation, conservative defaults on privilege and subjective legal calls, jurisdiction assumptions surfaced, and explicit gates before anything is filed or sent. The repo explicitly states: "These plugins do not represent Anthropic's legal positions."
Getting Started
The README points to QUICKSTART.md for a 60-second install. The repo is open-source (starred 4.4k, forked 641) and accepts contributions via the CONTRIBUTING.md guidelines.
📖 Read the full source: HN AI Agents
👀 See Also

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.

Clawpage: A Tool That Converts OpenClaw Conversations to Static Websites
A developer created Clawpage, a skill that transforms OpenClaw session history into static web pages to preserve valuable conversations, including the back-and-forth, research, and debugging process. The tool is available on GitHub.

AGENTS.md Schema for LLM-Compiled Knowledge Bases with Learning Layer
AGENTS.md v1.0 provides a schema standard for Claude to build and maintain personal research wikis from raw sources, including a spaced repetition learning layer with automatic flashcard generation and knowledge gap tracking.