verify

Verify digital content integrity by comparing it against a known hash.

Updated May 30, 2026
One-click install
npx skills add https://github.com/jeffpecky/vortex --skill verify-jeffpecky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/jeffpecky/vortex/tree/main/src/skills/bundled/verify
Command: npx skills add https://github.com/jeffpecky/vortex --skill verify-jeffpecky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the integrity and authenticity of content by comparing it against a predefined standard or a hash.

Core Features & Use Cases

  • Integrity Check: Compares content to its original source to confirm it hasn't been altered.
  • Hash Comparison: Verifies content matches a known hash to ensure it has not been tampered with.
  • Use Case: Use this Skill to verify the integrity of a software package downloaded from a website against its SHA256 hash.

Quick Start

Run the 'verify' skill with the original hash and content to confirm its integrity.

Frequently Asked Questions about verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should I not rely on hash comparison for content verification?▼

To verify content integrity, you compare the digital content against a predefined standard or SHA256 hash to ensure it has not been altered or tampered with.

What is the best way to check if a downloaded software package matches its original source?▼

Checking a downloaded software package involves running an integrity check that compares the file content directly against a known hash value to confirm authenticity.

Can I use this to validate a software update and digital signatures in distribution channels?▼

Yes, you can validate software updates and digital signatures in distribution channels by applying content verification to ensure the data matches a known standard.

How does hash comparison work for confirming content authenticity?▼

Hash comparison verifies content authenticity by generating a hash of the provided content and checking if it perfectly matches the predefined original hash.

Do I need to provide the original hash to perform an integrity check?▼

Yes, you must provide both the original known hash and the content so the integrity check can compare them and confirm whether the content has been modified.

When should I not rely on hash comparison for content verification?▼

Hash comparison only confirms content matches a known standard, so it should not be relied upon when you lack the original hash or need to verify the identity of the sender.