/ Diretório / Playground / claude-legal-skill
● Comunidade evolsb ⚡ Instantâneo

claude-legal-skill

por evolsb · evolsb/claude-legal-skill

AI contract review with CUAD-based risk detection, market benchmarks, and lawyer-ready redlines — not a replacement for counsel, but a fast first pass.

Claude Legal Skill runs a contract through CUAD-trained risk detection plus market-benchmark comparison and produces lawyer-ready redlines. Good for founders triaging vendor contracts before sending to counsel, or legal ops teams speeding up initial review. Works across Claude Code, Cursor, Codex, and 26+ tools.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-legal-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-legal-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/evolsb/claude-legal-skill",
        "~/.claude/skills/claude-legal-skill"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-legal-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/evolsb/claude-legal-skill",
        "~/.claude/skills/claude-legal-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-legal-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/evolsb/claude-legal-skill",
        "~/.claude/skills/claude-legal-skill"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-legal-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/evolsb/claude-legal-skill",
        "~/.claude/skills/claude-legal-skill"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-legal-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/evolsb/claude-legal-skill",
        "~/.claude/skills/claude-legal-skill"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-legal-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/evolsb/claude-legal-skill",
          "~/.claude/skills/claude-legal-skill"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-legal-skill -- git clone https://github.com/evolsb/claude-legal-skill ~/.claude/skills/claude-legal-skill

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: claude-legal-skill

How to triage a vendor MSA before sending to counsel

👤 Founders and ops leaders reviewing vendor contracts ⏱ ~45 min intermediate

Quando usar: Vendor sent an MSA, you need to know what's unusual before your $600/hr lawyer looks at it.

Pré-requisitos
  • Skill installed — git clone https://github.com/evolsb/claude-legal-skill ~/.claude/skills/claude-legal-skill
  • The contract as markdown or PDF — Skill extracts text; best with machine-readable PDFs
Fluxo
  1. Extract and classify clauses
    Review vendor-msa.pdf with claude-legal-skill. Classify all clauses and flag anything outside market norms.✓ Copiado
    → Per-clause classification + deviation flags
  2. Generate redlines
    For each flagged clause, produce a tracked-changes redline with rationale.✓ Copiado
    → Markdown with strikethrough + bold for changes
  3. Produce a counsel brief
    Summarize the top 5 issues in a 1-page brief for my lawyer.✓ Copiado
    → 1-pager with issue, risk, proposed fix

Resultado: A prioritized issues list + redlines that save billable hours.

Armadilhas
  • Treating output as legal advice — This is a triage tool. Anything material goes to licensed counsel.
  • Benchmark ranges are US-centric — Tell the skill your governing law; ranges shift by jurisdiction

Compare two vendor drafts side-by-side

👤 Procurement leads evaluating competing vendors ⏱ ~30 min intermediate

Quando usar: Two vendors for the same service sent you their paper; you want to see which is friendlier.

Fluxo
  1. Load both
    Compare vendor-A.pdf and vendor-B.pdf. For each of: liability cap, IP assignment, termination, payment terms — show both and call the winner.✓ Copiado
    → Side-by-side table per clause

Resultado: A leverage document for negotiation.

Armadilhas
  • Picking a winner on every clause without context — Ask Claude to call 'similar' explicitly when the diff is immaterial

Review an NDA in 5 minutes

👤 Founders signing lots of NDAs ⏱ ~5 min beginner

Quando usar: Someone sent an NDA; it's boilerplate-ish but you want to be sure.

Fluxo
  1. Quick scan
    Quick NDA review — flag only: non-compete, unilateral return/destruction, jurisdiction weirdness, and term > 3 years.✓ Copiado
    → Short list, green if clean

Resultado: A 5-minute clean/unclean verdict with specific asks.

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-legal-skill + startup-skill

Startup skill sizes vendor choice, legal skill reviews the paper

Choose between vendor A and B with startup-skill, then legal-review both with claude-legal-skill.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
Clause classification contract_path: str First pass on any contract Claude tokens (high for long contracts)
Risk flagging classified contract, jurisdiction? After classification Claude tokens
Redline generation flags When you intend to push back Claude tokens
Comparison contracts: list Multi-vendor evals Claude tokens
Counsel brief flags Before handing off to counsel Claude tokens

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
20-100k tokens per contract (long docs are expensive)
Monetário
Free (consumes Claude subscription)
Dica
Chunk long contracts by section; don't re-analyze unchanged sections on each pass.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials. Contracts stay local except for Claude inference.
Saída de dados: Contract text is sent to Anthropic for inference. Confidential contracts should use a workspace with data retention disabled.

Solução de problemas

Erros comuns e correções

PDF text extraction garbled

Convert to markdown first with a tool like marker or pandoc; image-based PDFs need OCR.

Redlines touch boilerplate the other side will reject

Ask skill to distinguish 'must-have' from 'nice-to-have' and drop the latter

Alternativas

claude-legal-skill vs. outros

AlternativaQuando usarTroca
Harvey / IroncladEnterprise legal teams with compliance requirementsPaid, not in Claude Code

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills