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

✍️ OpenClawRadar📅 Published: May 15, 2026🔗 Source
Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More
Ad

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.

Ad

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

Ad

👀 See Also

Claude Code Plan Mode Reduces Redo Rate from 40% to Near Zero
Tools

Claude Code Plan Mode Reduces Redo Rate from 40% to Near Zero

A developer tracked 30+ coding sessions with Claude Code and found that skipping Plan Mode resulted in redoing tasks from scratch 40% of the time. With Plan Mode, the redo rate dropped to basically zero, with one feature taking 17 minutes total versus 35+ minutes without planning.

OpenClawRadar
Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs
Tools

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs

A free extension for Visual Studio 2022 connects directly to local Ollama endpoints, enabling private AI coding assistance without switching between tools. It supports models like DeepSeek and Llama 3 with cloud fallback options.

OpenClawRadar
Context-Engineered Study System for Claude Code Acts as Persistent Tutor
Tools

Context-Engineered Study System for Claude Code Acts as Persistent Tutor

A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

OpenClawRadar
nah: A context-aware permission guard for Claude Code
Tools

nah: A context-aware permission guard for Claude Code

nah is a PreToolUse hook that intercepts every tool call in Claude Code, classifying commands by action type like filesystem_read or git_history_rewrite and applying policies based on context. It runs a deterministic classifier in milliseconds with optional LLM escalation for ambiguous cases.

OpenClawRadar