casedev
v1.0.0case.dev — a legal AI platform with encrypted document vaults, OCR, audio transcription, and legal search. This skill installs the casedev CLI and provides sub-skills for each capability. Use when the user mentions case.dev, casedev, or needs legal AI tools for document processing, transcription, or...
Installation
Please help me install the skill `casedev` from SkillHub official store.
npx skills add maxsonderby/casedev
case.dev
case.dev is a legal AI platform. This skill bundle covers the CLI and all platform capabilities.
Sub-skills
| Sub-skill | What it does |
|---|---|
setup/ |
Install CLI, authenticate, diagnostics, API routes |
vaults/ |
Encrypted document vaults — create, upload, download, semantic search |
ocr/ |
Document OCR — PDF/image text extraction with word-level positioning |
transcription/ |
Audio/video transcription with speaker diarization |
search/ |
Web, legal, case law, patent, and vault search |
Start with setup/ to install and authenticate, then use the others as needed.
Quick start
# Install
brew install casemark/casedev/casedev
# Or via shell script
curl -fsSL https://raw.githubusercontent.com/CaseMark/homebrew-casedev/main/install.sh | sh
# Authenticate
export CASE_API_KEY=sk_case_YOUR_KEY
# or
casedev auth login
Then read the sub-skill for the task at hand.