返回 Skill 列表
extension
分类: 开发与工程无需 API Key

case.dev

case.dev 是一个法律 AI 平台,具备加密文档库、OCR、音频转录和法律搜索功能。此技能安装 casedev CLI 并提供...

person作者: maxsonderbyhubclawhub

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.