用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danielrosehill/Claude-Digital-Evidence-Plugin --skill onboard命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when packaging evidence into a BagIt-compliant archival container.
Use when archiving a URL as a self-contained offline HTML file with hash verification.
Use when assessing whether forensics CLI tools are installed and available.
基于 SOC 职业分类
正在显示 SKILL.md
| name | onboard |
| description | Use when setting up the digital-evidence plugin for the first time. |
First-run orchestrator to establish plugin state, verify dependencies, and configure defaults.
config.json exists)~/cases/ or the user's legal-investigative workspace parent)${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/digital-evidence/config.json exists. If yes, ask user whether to reconfigure or exit.environment-check to probe for forensics CLIs.install-dependencies if gaps exist. Await user confirmation.setup-storage-mounts.case_root directory:
~/cases/ (will be expanded to absolute path)config.json to standard location with structure:
{
"case_root": "~/cases/",
"version": "1.0.0",
"created": "ISO-8601-timestamp"
}
legal-investigative new-workspace --variant=evidence-management to scaffold a full case workspace, or digital-evidence hash-evidence <path> to begin processing.config.json written to standard location.config.json already exists with content, do not overwrite without explicit confirmation.