From digital-evidence
Use when anchoring a file hash to Bitcoin via OpenTimestamps for immutable proof-of-existence.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceThis skill uses the workspace's default tool permissions.
Create or verify OpenTimestamps proofs for files, anchoring their hash to Bitcoin's immutable ledger.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Create or verify OpenTimestamps proofs for files, anchoring their hash to Bitcoin's immutable ledger.
--verify-only flag (optional; verify existing .ots proof instead of creating new one)--verify-only not given: run ots stamp <file> to create <file>.ots proof file.--verify-only given: run ots verify <file> (which checks the existing <file>.ots against the file's current hash and local timestamp cache).ots upgrade <file>.ots later (after several hours/days) to fold in Bitcoin attestations once blocks are confirmed..ots file path, current verification state (pending, valid, or failure reason), and a pointer to the OpenTimestamps documentation for understanding the proof.<file>.ots created (stamping) or verified (verify-only)..ots proof file must be kept alongside the original file for verification to work.