用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danielrosehill/Claude-Digital-Evidence-Plugin --skill hash-evidence命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | hash-evidence |
| description | Use when computing cryptographic hashes (SHA-256, BLAKE3) for files or directories. |
| model | haiku |
Compute SHA-256 (and optionally BLAKE3) hashes for files or directories to establish baseline integrity.
--blake3 flag (optional; compute BLAKE3 in addition to SHA-256)--out <manifest-path> (optional; write manifest to custom location; defaults to <path>.sha256 or <path>.blake3)sha256sum <path> and capture output.find <path> -type f -exec sha256sum {} \; and write results to manifest file <path>.sha256.--blake3 given: also run b3sum <path> (for file) or find <path> -type f -exec b3sum {} \; (for dir), append to manifest or write to <path>.blake3.--out given: write manifest to specified path instead of default location.<dir>.sha256, <dir>.blake3, or custom --out paths)./legal-investigative log-evidence for registration.verify-bundle for that./log-evidence for chain-of-custody.