hairyf/blockchain-skills

wormhole

Cross-chain messaging and Token Bridge integration with Wormhole (VAAs, guardians, governance, CCQ)

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill wormhole

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.24
More metadata
author
hairy
version
2026.2.24
source
Generated from https://github.com/wormhole-foundation/wormhole, scripts located at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,511 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Skill is based on Wormhole (reference implementation) at commit 612caaa, generated 2026-02-24.

Wormhole is a generic cross-chain messaging protocol: guardians observe finalized messages on connected chains, reach consensus, and produce Signed VAAs. Applications (Token Bridge, NFT Bridge, oracles) sit on top; the core does not hold assets or deliver messages. Use this skill to integrate contracts with the core bridge and Token Bridge, operate or reason about guardian nodes, and use Cross Chain Queries (CCQ).

Core References

Topic Description Reference
Overview Protocol model, VAA, core vs apps, flow [core-overview](references/core-overview.md)
VAA and Messaging VAA structure, postMessage, consistency levels [core-vaa-and-messaging](references/core-vaa-and-messaging.md)
Governance Governance packet, ContractUpgrade, GuardianSetUpgrade [core-governance](references/core-governance.md)
Token Bridge Payloads, attestToken, transfer, completeTransfer, createWrapped [core-token-bridge](references/core-token-bridge.md)

Features

Topic Description Reference
Guardian Node Components, observation lifecycle, reobservation, config [features-guardian-node](references/features-guardian-node.md)
Governor and Notary Chain limits, release/drop VAA, delay/blackhole [features-governor-and-notary](references/features-governor-and-notary.md)
Queries (CCQ) Cross Chain Queries, proxy server, permissions, call types [features-queries-ccq](references/features-queries-ccq.md)
Transfer Verifier Guardian transfer verification, enabled chains [features-transfer-verifier](references/features-transfer-verifier.md)

Best Practices

Topic Description Reference
Security Assumptions Gossip, finality, guardians, keys, dependencies [best-practices-security-assumptions](references/best-practices-security-assumptions.md)
Contract Integration Emitter filtering, replay, redeem timing, repairVaa [best-practices-contract-integration](references/best-practices-contract-integration.md)