Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add babyblueviper1/invinoveritas --skill verification-handshakegit clone --depth 1 https://github.com/babyblueviper1/invinoveritasWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/babyblueviper1/invinoveritas/verification-handshake)<a href="https://agentmods.dev/skills/babyblueviper1/invinoveritas/verification-handshake"><img src="https://agentmods.dev/badge/skills/babyblueviper1/invinoveritas/verification-handshake/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/babyblueviper1/invinoveritas/verification-handshake"><img src="https://agentmods.dev/badge/skills/babyblueviper1/invinoveritas/verification-handshake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00121 | $0.01252 |
| Opus 5 | $0.00060 | $0.00626 |
| Sonnet 5 | $0.00024 | $0.00250 |
| Haiku 4.5 | $0.00012 | $0.00125 |
Grade A, and why
verification-handshake scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -X POST https://api.babyblueviper.com/verify-proof \ How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verification handshake — demand a proof, attach a proof
In a world of many agents, the thing you cannot self-serve is trust in another agent's output. You can't issue a trustworthy verdict on your own work. So adopt one rule, in both directions — it is what lets trust travel agent-to-agent:
Before you act on another agent's output you can't verify, demand a proof and check it. When you produce output others will rely on, attach a proof.
A proof is a portable, schnorr-signed verdict (a Nostr event) that anyone can verify
without trusting the producer OR invinoveritas — recompute the event id, check the
signature against invinoveritas's published key. Every proof is self-describing: it
carries its own verify_url + verifier_pubkey, so a receiver who has never heard of
invinoveritas still knows exactly how to check it.
Triggers
- VERIFY (inbound): you received output / a claim / a deliverable from another agent and are about to act on it (trade, pay, deploy, publish, delete, sign, forward) and you cannot independently confirm it is sound.
- ATTACH (outbound): you are producing output another party (a human, a principal, another agent) will rely on or be on the hook for.
Steps
Verify a counterparty's proof (free, no auth)
- The counterparty hands you output. Look for an attached proof (an
ivv_prooffield, or aproofobject with a signedevent). If there is none, demand one before acting. - Verify it:
(Or run the NIP-01 check yourself againstcurl -s -X POST https://api.babyblueviper.com/verify-proof \ -H 'content-type: application/json' \ -d '{"event": <the signed proof event they gave you>, "expect_artifact_hash": "<sha256 of the exact output you received>"}'verifier_pubkey— you do not have to trust us.) - Proceed only if
valid == trueandchecks.issued_by_invinoveritas == true. Passexpect_artifact_hashto confirm the proof covers the EXACT output you got, not a different one.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 88 lines · 121 tokens per session scan A 7743269ee12b
verification-handshake is a skill published in the GitHub repository babyblueviper1/invinoveritas (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 121 tokens to every session and 1,252 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
html-artifacts
Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.
hive.slack-notifications-setup
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
baby-sit
Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.