Stats
Actions
Tags
From digital-evidence
Use when archiving a URL as a self-contained offline HTML file with hash verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-evidence:capture-webpagehaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Archive a URL as a self-contained HTML file (via single-file), compute its hash, and report metadata.
Archive a URL as a self-contained HTML file (via single-file), compute its hash, and report metadata.
single-file <url> <dest_dir>/<sanitised-title>-<timestamp>.html where:
<sanitised-title> is the page title with spaces and special chars removed (or a sanitised URL slug)<timestamp> is ISO-8601 or Unix epoch (e.g., 2026-04-30T22-18-00Z)sha256sum <output.html> and capture the hash.--browser-args)./legal-investigative log-evidence for custody registration.<dest_dir>/<sanitised-title>-<timestamp>.html — self-contained webpage archive./log-evidence for that).Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidence