skills/casedev/vaults/SKILL.md
Manages case.dev encrypted document vaults for legal workflows. Creates vaults, uploads files and directories, lists and downloads objects, and runs semantic search across vault contents. Use when the user mentions "vault", "upload documents", "document storage", "download files", "vault search", or needs to manage case files and discovery documents.
npx skillsauth add casemark/skills vaultsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Encrypted document storage with automatic OCR, chunking, and semantic search. Each vault is an isolated container for a case, project, or document collection.
Requires the casedev CLI. See setup skill for installation and auth.
casedev vault create --name "Smith v Jones Discovery" --description "Phase 1 documents" --json
Flags: --name (required), --description, --disable-graph, --disable-indexing.
casedev vault list --json
casedev vault list --wide --json # includes description column
casedev vault object upload ./contract.pdf --vault VAULT_ID --json
Flags: --name (override filename), --content-type, --no-ingest (skip indexing).
casedev vault upload ./discovery-docs/ --vault VAULT_ID --json
casedev vault object list --vault VAULT_ID --json
casedev vault download --vault VAULT_ID --object OBJECT_ID --out ./output/ --json
casedev vault download --vault VAULT_ID --out ./all-docs/ --json
casedev vault download --vault VAULT_ID --path "exhibits/" --out ./exhibits/ --json
casedev search vault "force majeure clause" --vault VAULT_ID --json
Search methods:
--method hybrid (default) — combines vector + keyword search--method fast — keyword-only, faster--limit / -l — max results (default 10)--object OBJECT_ID — restrict to specific object(s), repeatableIf hybrid mode returns a server error, retry with --method fast.
# 1. Create vault
casedev vault create --name "Acme v Beta" --json
# 2. Upload documents
casedev vault upload ./case-files/ --vault VAULT_ID --json
# 3. Wait for ingestion
casedev vault object list --vault VAULT_ID --json
# 4. Search
casedev search vault "indemnification obligations" --vault VAULT_ID --json
casedev focus set --vault VAULT_ID
casedev vault object list --json # no --vault needed
casedev search vault "damages" --json
"Missing vault ID": Provide --vault VAULT_ID or set focus with casedev focus set --vault.
Upload fails with HTTP 4xx: Check file size (max 500MB per object), verify vault ID, confirm auth.
Search returns no results: Ensure objects have completed ingestion. Try --method fast if hybrid fails.
tools
Audits the complete in-scope medical-record universe in a litigation matter and produces an attorney-facing, Bates-cited analysis of treatment gaps, missing records or providers, baseline coverage, material billing or production mismatches, and complaint evolution. Use when asked to find missing medical records, analyze treatment gaps or first-care timing, identify absent providers, assess whether a production is complete, or prepare a records-request target list. Use medical-record-chronology instead when the primary request is a chronological clinical narrative.
development
Drafts a legally compliant Private Placement Memorandum for Regulation D offerings (Rule 506(b)/506(c)), covering full disclosure framework including risk factors, capitalization, securities terms, use of proceeds, and investor qualification requirements. Enforces SEC anti-fraud compliance under Section 10(b)/Rule 10b-5, blue sky law considerations, and accredited investor verification under Rule 501. Use this skill when drafting PPMs, offering memorandums, Reg D disclosure documents, or private offering circulars for issuers raising capital from sophisticated investors. Also trigger when the user mentions private placement disclosure, offering memorandum, Reg D fundraising, or accredited investor verification. Even if the user just says "PPM" or "draft our offering memo," use this skill.
data-ai
Generates structured privacy and data protection law briefings across US, EU, UK, and other jurisdictions. Organizes by jurisdiction with compliance deadlines, enforcement actions, and legislative changes. Use when preparing privacy law briefings, compliance updates, regulatory change summaries, or data protection landscape reviews.
testing
Generates structured summaries of prior art references for patent prosecution, validity analysis, and freedom-to-operate assessments. Maps disclosures to claim elements with precise citations. Use when summarizing prior art, analyzing patent landscapes, mapping references to claims, or preparing office action responses.