checksum

star 1

Compute checksums (MD5, SHA-256) for text or files.

pcingola By pcingola schedule Updated 2/25/2026

name: checksum description: Compute checksums (MD5, SHA-256) for text or files.

Checksum

When to use this skill

Use this skill when asked to compute a hash or checksum of any text or file content.

How to use

Run the bundled script:

python scripts/checksum.py '<text>'

The script outputs MD5 and SHA-256 checksums for the given input.

Verification

Always verify computed checksums against known test vectors when available. Read the test_vectors.md reference to compare results.

Install via CLI
npx skills add https://github.com/pcingola/book_agentic_patterns --skill checksum
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator