Buzz Job Verification Receipt (JVR) System

Generate tamper-proof verification receipts with SHA-256 hashes and REST endpoints.

5|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill buzz-job-verification-receipt-jvr-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Buzz Job Verification Receipt (JVR) System
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/bake/skills/buzz-jvr
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill buzz-job-verification-receipt-jvr-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of proving that each autonomous Buzz task actually ran and produced a specific result, with an integrity-checked record that cannot be easily altered after the fact.

Core Features & Use Cases

  • Universal verification receipts: Generate unique, human-readable receipt codes (AAB-XXXXXX-XXXXX) at the end of jobs.
  • Tamper-proof integrity: Compute a SHA-256-based short hash over receipt contents for later verification.
  • Operational traceability: Store receipts by date on disk, index them for fast querying, and include category/session/status/summary/details.
  • Notification support: Optionally send Telegram notifications for higher-signal categories.
  • Query + verification: Retrieve receipts, compute stats, and verify integrity via a REST API.

Quick Start

Tell your AI to create a verification receipt with category scan, session scanner-agent, status completed, a summary of what was scanned, and the token/chain metadata you discovered.

Frequently Asked Questions about Buzz Job Verification Receipt (JVR) System

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

FAQPage Schema
How do I generate tamper-proof audit trails for autonomous job execution?

Tamper-proof audit trails are generated by recording job outcomes as verification receipts with unique codes, SHA-256 integrity hashes, and stored JSON artifacts indexed by date. This ensures each autonomous task result cannot be easily altered after the fact.

What's the best way to verify the integrity of completed task records?

The best way to verify completed task records is using SHA-256-based short hashing computed over receipt contents. REST endpoints allow you to retrieve stored JSON artifacts and verify their integrity hashes to confirm the data remains unmodified.

How do I create a verification receipt for a completed scanning job?

Create a verification receipt by specifying the job category, session, status, and summary details. The system generates a unique human-readable receipt code in the format AAB-XXXXXX-XXXXX and stores the artifact on disk with date organization.

Can I send Telegram notifications when specific operational categories finish?

Yes, optional Telegram notifications can be sent for higher-signal operational categories. This allows you to monitor critical autonomous job outcomes across scanning, scoring, orchestration, API, and deploy categories in real-time.

Does the job verification receipt system require external dependencies to store artifacts?

No external dependencies are required. The system uses on-disk storage with date organization for JSON artifacts and maintains an internal index for fast querying, making it self-contained for receipt creation and retrieval operations.