← 返回 Skills 市场
maxsonderby

case.dev

作者 max · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
423
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install casedev
功能描述
case.dev — a legal AI platform with encrypted document vaults, OCR, audio transcription, and legal search. This skill installs the casedev CLI and provides s...
使用说明 (SKILL.md)

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.

安全使用建议
This skill appears to be a coherent set of instructions for using the third-party casedev CLI. Before installing or providing credentials: 1) Verify the CLI source — check the Homebrew tap and the GitHub repo/install script contents (do not run curl | sh unless you inspected it). 2) Prefer installing from a vetted package manager (Homebrew) and review the formula/repo. 3) Protect your CASE_API_KEY: don't paste it into chat; use a scoped key if available and set it as an env var or CLI config. 4) Be cautious with uploads — files you upload to the service (vaults) will be transmitted to case.dev. 5) Avoid using --api-url or --no-auth pointing to unknown endpoints unless you trust them. If you need higher assurance, ask the publisher for a homepage/repo and review the installer and CLI code before use.
功能分析
Type: OpenClaw Skill Name: casedev Version: 1.0.0 The skill is classified as suspicious due to several high-risk capabilities exposed to the AI agent, creating significant prompt injection vulnerabilities. The `setup/SKILL.md` file documents the `curl -fsSL ... | sh` installation method, which is a supply chain risk allowing arbitrary code execution if the remote script is compromised. More critically, `setup/SKILL.md` exposes `casedev api` for raw API access and the `--api-url` global flag, enabling the agent to make arbitrary HTTP requests to any external endpoint. This capability, combined with local file upload features in `vaults/SKILL.md`, could be abused by a prompt-injected agent for data exfiltration or unauthorized network access, even though the skill itself does not explicitly instruct such malicious behavior.
能力评估
Purpose & Capability
The name/description claim a CLI for case.dev plus sub-skills (OCR, vaults, transcription, search). The SKILL.md exclusively documents using the casedev CLI and related workflows (install, auth, upload, search, transcribe), which is coherent with the stated purpose.
Instruction Scope
Instructions tell the agent to run casedev CLI commands and to upload local files to vaults, check job status, and call raw API routes. These are within the expected scope. Notable points: the docs expose a raw API access mode (--api-url, --api-key, --no-auth) which allows pointing requests at arbitrary endpoints if the user supplies them, and workflows require uploading local files (expected for vaults/OCR/transcription). The SKILL.md mentions the config path (~/.config/case/config.json) and env var CASE_API_KEY but does not instruct reading unrelated system files.
Install Mechanism
The package has no install spec (instruction-only). The docs recommend two common install paths: a Homebrew formula (casemark/casedev/casedev) and a GitHub raw curl | sh installer. Recommending curl | sh is a high-risk install pattern in general — it's an instruction to the user, not executed by the skill — so verify the Homebrew tap and review any install script before running it.
Credentials
The skill itself declares no required env vars, but the docs correctly instruct users/agents to provide a CASE_API_KEY for the service (sk_case_... prefix). Requesting a single API key for service access is proportionate. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill is instruction-only, has no install mechanism performed by the platform, and does not request permanent inclusion (always:false). It references the CLI's local config path for storing an API key, but it does not instruct modifying other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install casedev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /casedev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug casedev
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

case.dev 是什么?

case.dev — a legal AI platform with encrypted document vaults, OCR, audio transcription, and legal search. This skill installs the casedev CLI and provides s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 423 次。

如何安装 case.dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install casedev」即可一键安装,无需额外配置。

case.dev 是免费的吗?

是的,case.dev 完全免费(开源免费),可自由下载、安装和使用。

case.dev 支持哪些平台?

case.dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 case.dev?

由 max(@maxsonderby)开发并维护,当前版本 v1.0.0。

💬 留言讨论