Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/eigenweltlabs/legalwork/tabular-review)<a href="https://agentmods.dev/skills/eigenweltlabs/legalwork/tabular-review"><img src="https://agentmods.dev/badge/skills/eigenweltlabs/legalwork/tabular-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/eigenweltlabs/legalwork/tabular-review"><img src="https://agentmods.dev/badge/skills/eigenweltlabs/legalwork/tabular-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00115 | $0.03009 |
| Opus 5 | $0.00057 | $0.01504 |
| Sonnet 5 | $0.00023 | $0.00602 |
| Haiku 4.5 | $0.00012 | $0.00301 |
Grade A, and why
tabular-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tabular Review
This skill is how this firm runs tabular document review — the workflow Harvey and Legora call a "review grid": documents are rows, the fields you care about are columns, and every cell is an independent, source-cited extraction. Unlike the SaaS versions, this runs on the firm's own models and infrastructure, the column logic lives in firm-owned doctype skills, and the output is a self-contained artifact the firm keeps.
You are the orchestrator. You do not read the documents yourself. You define the
grid, fan out one document-extractor subagent per document, then assemble the results
into one HTML artifact.
The shape of the job
Parties Term Governing law Assignment ... ← columns (fields)
acme_nda.pdf [cell] [cell] [cell] [cell]
beta_msa.pdf [cell] [cell] [cell] [cell] ← rows (documents)
...
Each cell = a short value (what shows in the grid) plus, behind a click, a longer
reason, one verbatim quote sentence, and the cited PDF page rendered with that
sentence highlighted. Every value is grounded in a quote from that document or it is
"Not found". No hallucinated cells.
Workflow
1. Resolve the document set (rows)
Find the files to review. They may be attached, referenced by @path, named in the
prompt, or sitting in a folder ("review the NDAs in ./ndas"). Use glob/list to
expand folders. Confirm the list with the user if it's ambiguous or large (>~20).
Sniff the document type of each file (from filename and, if cheap, a first-page peek). You'll use this both to pick columns and to tell each extractor what it's looking at. A set can be mixed (some NDAs, some leases) — that's fine; group by type.
2. Resolve the columns (fields) — THIS IS THE BRANCH POINT
Columns can come from three places, in priority order:
- The user already specified them. ("Extract party names, term, and governing law.") Use those verbatim; only add a column if you ask first.
- A loaded doctype skill. Look for a skill named
doctype-<type>(e.g.doctype-nda,doctype-commercial-lease). If one matches the documents, load it with theskilltool and use its recommended columns as the default set. List available skills first if unsure what exists. - Neither → ASK THE USER. Do not invent a column set silently. Detect the doc types, then ask what to extract and propose a starter set based on those types, using the suggestion library below. Make it a one-tap decision: offer the suggested columns and let them add/remove. Example:
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 236 lines · 115 tokens per session scan A e6f0c4371b0d
tabular-review is a skill published in the GitHub repository eigenweltlabs/legalwork (106 stars, last pushed today), licensed MIT. It adds 115 tokens to every session and 3,009 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
large-file-parquet-analysis-and-highlight
A workflow for processing large Excel workbooks by counting their rows, converting them to Parquet when needed, and finding maximum values. Parquet is a data-file format designed for efficient reading.
excel-basic-statistics-and-routing
An Excel workflow for filtering grouped data, calculating averages, extracting row ranges, removing duplicates, and adding totals.