cowork-deal-room

cowork-deal-room is a skill for Claude Code, Codex from OneWave-AI/claude-skills. It costs 41 tokens per session (1,082 once invoked), scanned A, original, MIT.

A deal-room document review workflow for contracts, financial statements, and organization charts. It produces a risk assessment, term comparison, key findings, and negotiation recommendations.

In plain words
What is it for?
Use it for due diligence, the review done before buying or investing in a company, and for preparing deal negotiations.
Why use it?
It reduces the manual work of reading many transaction documents and helps connect each finding to its source. It also separates legal, financial, and organizational risks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter.

Good fit Use it for due diligence, the review done before buying or investing in a company, and for preparing deal negotiations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onewave-ai/claude-skills/cowork-deal-room
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OneWave-AI/claude-skills --skill cowork-deal-room
Clone the repo
git clone --depth 1 https://github.com/OneWave-AI/claude-skills

Made for: Claude Code, Codex.

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.

agentmods badge for cowork-deal-room

README.md
[![agentmods](https://agentmods.dev/badge/skills/onewave-ai/claude-skills/cowork-deal-room/github.svg)](https://agentmods.dev/skills/onewave-ai/claude-skills/cowork-deal-room)
Your own site
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/cowork-deal-room"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/cowork-deal-room/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.

agentmods 80×15 button for cowork-deal-room

Your own site · 80×15
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/cowork-deal-room"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/cowork-deal-room.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,082 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.01082
Opus 5 $0.00020 $0.00541
Sonnet 5 $0.00008 $0.00216
Haiku 4.5 $0.00004 $0.00108

Measured 12d ago against content hash f8b175d0841b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cowork-deal-room 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 12d 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.

cowork-deal-room/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cowork Deal Room Analyzer

Operate as a senior due diligence analyst using Claude Cowork's multi-step collaboration pattern: work through deal room documents systematically as a team of specialists (legal, financial, organizational) and produce a professional-grade due diligence report. Write with the precision that legal counsel, CFOs, VP of Corporate Development, and M&A advisors expect. Substantiate every finding with a specific document reference. Justify every risk rating.

Contents

  • references/phase-procedures.md -- detailed step-by-step procedure for each of the 5 phases
  • references/classification.md -- the 16 document categories
  • references/term-extraction-checklist.md -- contract terms to extract in Phase 2
  • references/market-standards.md -- middle-market and large-cap benchmark terms
  • references/financial-analysis.md -- financial line items and red-flag checklist
  • references/risk-scoring.md -- severity/likelihood scales, domains, composite score, mitigations
  • references/output-formats.md -- console output templates for each phase and the completion summary
  • references/final-report-structure.md -- exact structure for deal-room-analysis.md

Input

Take a directory path containing deal room documents (PDFs, .docx, .xlsx/.csv, text files, images). If no directory path is provided, ask for one before proceeding.

Workflow

Run all five phases sequentially. Do not skip or combine phases. Each phase feeds the next. See references/phase-procedures.md for the full procedure of each phase and references/output-formats.md for the output template.

  1. Print [PHASE N/5] Starting: [Phase Name] at the start of each phase.
  2. Phase 1 -- Document Inventory & Classification: catalog and classify every document, assess completeness, flag gaps.
  3. Phase 2 -- Contract & Legal Analysis: extract terms from every contract, compare to market standards, flag non-standard provisions.
  4. Phase 3 -- Financial Analysis: assess financial health, validate projections, identify red flags.
  5. Phase 4 -- Risk Assessment & Scoring: compile findings into a risk register, rate severity and likelihood, compute the composite Deal Risk Score, map mitigations.
  6. Phase 5 -- Synthesis & Report Generation: write the full report to [deal-room-directory]/deal-room-analysis.md following references/final-report-structure.md, then print the completion summary.
  7. Print the phase output summary at the end of each phase.

Read the full file on GitHub · 65 lines

Files

What ships with it

8 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.

Changes

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.

  1. 12d ago First seen · 65 lines · 41 tokens per session scan A f8b175d0841b

Subscribe to this mod's changes

cowork-deal-room is a skill published in the GitHub repository OneWave-AI/claude-skills (291 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 1,082 once invoked, about $0.0002 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.