cowork-data-room-builder

cowork-data-room-builder is a skill for Claude Code, Codex from OneWave-AI/claude-skills. It costs 65 tokens per session (712 once invoked), scanned A, original, MIT.

A preparation workflow for a data room, the organized document collection used by investors, buyers, or banks during company due diligence.

In plain words
What is it for?
It helps prepare document checklists for fundraising, acquisitions, or loans; match files to requests; and produce a prioritized gap report.
Why use it?
It shows which requested documents you already have, which are drafts or outdated, and which are missing before diligence begins.

Skill for Claude CodeCodex

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

Good fit It helps prepare document checklists for fundraising, acquisitions, or loans; match files to requests; and produce a prioritized gap report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onewave-ai/claude-skills/cowork-data-room-builder
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-data-room-builder
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-data-room-builder

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/cowork-data-room-builder"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/cowork-data-room-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 712 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.00065 $0.00712
Opus 5 $0.00032 $0.00356
Sonnet 5 $0.00013 $0.00142
Haiku 4.5 $0.00006 $0.00071

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

Security

Grade A, and why

cowork-data-room-builder 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-data-room-builder/SKILL.md · 35 lines

How it starts

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

Cowork Data Room Builder

Prepare a data room the way a banker's analyst does: know what the other side's diligence team will ask for before they ask, find it or flag it, and present it in the structure they expect. Inputs: the deal type (seed/Series A/growth round, acquisition, loan) and one or more folders of company documents.

Workflow

  1. Build the request list. Generate the diligence checklist for the stated deal type and stage: corporate records, cap table and securities, financials, material contracts, IP, employment, tax, insurance, litigation, and (for later stages) customer concentration and compliance. Present it for approval -- the user may know their acquirer's quirks.
  2. Sweep. Walk the provided folders and match every document to a checklist item. Classify each match FINAL (executed/signed), DRAFT, or STALE (superseded or older than the period requested). One file can satisfy multiple items.
  3. Gap report. Output the checklist with status per item: HAVE, HAVE-BUT-DRAFT, HAVE-BUT-STALE, MISSING. Rank the missing items by how early diligence will hit them (corporate formation docs and cap table before customer contracts). This report is the deliverable that saves the deal timeline.
  4. Organize. On approval, build the data room folder structure (numbered top-level sections matching the checklist), copy -- never move -- documents in with clean names (3.2-msa-acme-corp-executed-2025.pdf), and write INDEX.md mapping every checklist item to its file.
  5. Red-flag pass. Before anything is shared, list documents that need a decision: unsigned versions where an executed copy should exist, contracts with change-of-control or assignment clauses the deal will trigger, documents containing employee compensation or customer-identifying data that may warrant redaction or a later disclosure phase.

Rules

  • Copy, never move. The data room is a curated export; source folders stay untouched.
  • Never place a draft where a final belongs without labeling it DRAFT in the filename and index.
  • Never redact or exclude documents silently -- list redaction candidates and let counsel decide.
  • The gap report states what was searched, so "MISSING" means "not in the provided folders," not "does not exist."
  • Stage-appropriate depth: do not demand SOC 2 reports from a pre-seed company; do not omit them for a growth round.
  • This is preparation support, not legal or securities advice. Frame judgment calls for counsel.

Read the full file on GitHub · 35 lines

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 · 35 lines · 65 tokens per session scan A 7c85afc37df9

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

board-brief-agb

Für Board Brief AGB: erstellt Entwurf mit Antrag, Beweis und Anlagen; Ergebnis: Schriftsatz mit Begründungs- und Anlagenlogik.

Klotzkette/claude-fuer-deutsches-recht · 38 tokens

dokumentation-handbuch

Für Dokumentation Handbuch: ordnet Akte, Belege und Lücken; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 34 tokens

treatment-plans

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…

K-Dense-AI/scientific-agent-skills · 62 tokens

juristischer-argumentationskern

Schaltet sich ein, wenn in Agb Recht Prüfer ein juristisches Arbeitsprodukt tragfähig begründet werden muss; verbindet konkrete Aktenfundstellen mit Tatbestandsmerkmal, Beweislast, stärkster Gegenposition und Rechtsfolge.

Klotzkette/claude-fuer-deutsches-recht · 58 tokens

begriff-vorformuliert-digitalen-produkten-iso

Für AGB Begriff Vorformuliert 305: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: begriff-vorformuliert-digitalen-produkten-iso.

Klotzkette/claude-fuer-deutsches-recht · 78 tokens

aenderungsvorbehalt-308

Für Änderungsvorbehalt 308: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 41 tokens