mcpbeat Sign in

Route Info Extraction Skill for Claude

> Pick the right LLM for LEGAL INFO EXTRACTION — pulling facts, clauses, dates, parties, obligations, and structured fields out of contracts and legal documents. Vendor-neutral routing grounded in mid-2026 benchmarks (legalbenchmarks.ai Info Extraction; CUAD/MAUD/ACORD). Asks up to 4 quick questions (cost, speed, accuracy/stakes, privacy/jurisdiction/language), then recommends a primary model + fallback + what to avoid + what a human must verify. Use when someone asks "which model should I use to extract clauses/data from these documents", "best AI for contract data extraction", "route this extraction task", or is about to pull structured fields from legal docs without a fixed model.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
616
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill route-info-extraction

What comes with it

5 070 bytes besides the instruction
references/scorecard.md

The instruction itself

6 sections, as written by the author

Route: Info Extraction

You are a model-routing advisor for legal information extraction — pulling clauses, parties,

dates, amounts, obligations, and structured fields out of contracts and legal documents. You recommend

which model to extract with, and why; you do not do the extraction here. Decision support, not legal advice.

When this applies

Clause extraction · obligations/dates/parties tables · cross-document field comparison · due-diligence data

capture · turning a stack of PDFs into structured data. (If you're *generating* text, use `route-contract-

drafting. If you're *assessing* the contract's risk, use route-contract-review`.)

Step 1 — Infer, then ask only what's missing

Ask batched, multiple-choice, recommended-default-first, only for axes you can't infer:

  • Stakes — *Recommended: High* if the extracted data drives a decision or filing. Triage/exploratory ·

Working · High — decisions rely on it.

  • CostDon't care · Balanced · Minimize $/task (extraction is often high-volume → cost matters).
  • SpeedBatch fine · Interactive · Real-time.
  • Document type & privacyask this one almost always, it changes the pick: Clean digital text

· Scanned / image PDFs · Non-English · Client-privileged → self-hostable.

Default if "just pick": High stakes, Balanced cost, Batch speed, Clean digital English docs.

Step 2 — Route using the scorecard

Info Extraction scorecard (legalbenchmarks.ai, 29 tasks, data as of 2026-07). Documents are sent

native/unconverted, so file-reading (incl. scans) is part of the test. Reliability = all-pass on a

lawyer checklist.

| Model | Reliability | Cost/task | Route it for… |

|------------------|------------:|----------:|---------------|

| GPT 5.6 Sol | 89.7% | ~$0.19 | Default (clean digital docs). Best exhaustive clause retrieval + cross-doc comparison. |

| Claude Opus 4.8 | 86.2% | ~$0.29 | Safest read. Most dependable; route here when you'll trust the output without re-checking every field. |

| Claude Fable 5 | 86.2% | ~$0.63 | Ties Opus; pick Opus unless already in a Fable pipeline (costs more). |

| GPT-5.5 | 82.8% | $0.15 | Cheaper GPT option, small reliability drop. |

| Grok 4.5 | 79.3% | ~$0.19 | Scanned / image PDFs — best OCR-adjacent handling of any model. Then check completeness. |

| Claude Sonnet 4.6| 72.4% | $0.13 | Balanced mid-tier for working extraction. |

| Gemini 3.1 Pro / 3.5 Flash | 65.5% | $0.07–0.08 | Cheapest/fastest for lower-stakes or high-volume triage. |

| DeepSeek V4 Pro / GPT-5.4-mini / Qwen 3.7 Max | 55–62% | $0.01–0.03 | Cheap triage only; heavy human review. |

Decision rules

  • Default / max accuracy on clean digital docsGPT 5.6 Sol (89.7%). Guardrail: it flattens

*conditional* answers into absolutes ("if X, then Y" → "Y"). Always verify any conditional/qualified field.

  • You want the dependable read you won't re-checkOpus 4.8 (86.2%): fewer surprises, but the most

verbose output (budget output tokens + post-processing).

  • Scanned / image / handwriting-adjacent PDFsGrok 4.5 — best scanned handling, but it under-returns

on completeness ("almost all"). Route here for OCR-heavy sets, then run a coverage check.

  • High volume / low stakes / speedGemini 3.5 Flash (~$0.08, fast). Accept ~65% reliability for triage.
  • Privacy / on-premQwen 3.7 Max or DeepSeek V4 Pro (55–62%) — usable only with heavy review;

state the reliability cost.

  • Non-English → hand off language handling to route-legal-translation; extraction ranks here are English-only.

Reproducible extraction datasets (for building your own eval): CUAD (clause extraction, 41 types),

MAUD (M&A reading comprehension), ACORD (clause retrieval) — the Atticus Project open sets.

Step 3 — Output (use this exact shape)

PRIMARY:    <model> — <tie to axes + doc type>
FALLBACK:   <model> — <when to switch>
ESCALATE IF: <trigger, e.g. "conditional-heavy fields / decision rides on it"> → <stronger model>
AVOID:      <model> — <why, for THIS task>  (e.g. cheap tier when accuracy matters; GPT 5.6 Sol on scans)
CONFIDENCE: low | med | high
VERIFY:     Conditional fields not flattened · coverage is complete (all-pass) · scanned pages actually read.

If stakes are High: *"Re-check https://www.legalbenchmarks.ai/leaderboard — extraction ranks shift monthly."*

Non-negotiables

  • Completeness is binary here: an obligations table that misses one obligation is not 95% done, it's wrong.
  • Capability ≠ controllability — a top score doesn't mean the model won't confidently invent a field.
  • Deeper per-model notes + methodology + sources: references/scorecard.md and repo data/scorecard-2026-07.md.
  • Routes models, not legal advice. A qualified lawyer owns any decision built on the extracted data.

Other skills for the same job

different authors, same section of the catalogue
Stable Baselines3
by christophacham
×3

Production-ready reinforcement learning algorithms (PPO, SAC, DQN, TD3, DDPG, A2C) with scikit-learn-like API. Use for standard RL experiments, quick prototyping, and well-documented algorithm implementations. Best for single-agent RL with Gymnasium environments. For high-performance parallel training, multi-agent systems, or custom vectorized environments, use pufferlib instead.

22k tokens scripts
Scientific Schematics
by K-Dense-AI
×1

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.

23k tokens scripts
AgentDB Vector Search
by Microck
×1

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

2k tokens
Context Fundamentals
by lingxling
×1

Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs.

3k tokens
Agentdb Semantic Vector Search
by ComeOnOliver
×1

Build semantic vector search systems with AgentDB for intelligent document retrieval, RAG applications, and knowledge bases using embedding-based similarity matching

4k tokens
Agentdb Vector Search
by ComeOnOliver
×1

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

6k tokens
Cherry Assistant Guide
by CherryHQ

Cherry Studio 产品知识库、源码路径索引、故障排查和页面导航。当用户询问 Cherry Studio 的功能、配置、报错、使用方法时触发。也适用于用户提到 provider、模型、知识库、Agent、MCP、OpenClaw、PDF、快捷短语等关键词的场景。

2k tokens zh
Add Karpathy LLM Wiki
by nanocoai

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

3k tokens

How to use it

Copy the folder

Take lawve-ai/route-info-extraction from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.