A Claude Code skill that turns Claude into an expert assistant for building document certification, file integrity, and notary applications with the UVerify SDK and API — backed by the Cardano blockchain.
Type /uverify in any Claude Code session and Claude instantly knows:
- How to use
@uverify/sdkto issue and verify certificates - How to build a custom certificate template with
@uverify/core - All types (
UVerifyCertificate,UVerifyMetadata,UVerifyCertificateExtraData, …) - The CLI scaffold workflow (
npx @uverify/cli init) - Template registration, whitelisting, theming
- Built-in template IDs and when to use each
- GDPR-safe URL-split pattern for personal data
- Bootstrap Datum / white-label platform setup
/plugin marketplace add UVerify-io/uverify-claude-skill
/plugin install uverify@uverify-pluginsIn any Claude Code session, type:
/uverify
Claude will ask what you want to build and guide you with working code.
/uverify— I want to issue diploma certificates from a Node.js backend/uverify— Build a custom template that shows a product passport/uverify— How do I verify a file's integrity without a wallet?/uverify— Set up a white-label notary service for my organisation
This skill covers three builder paths:
| Path | Tools |
|---|---|
| Programmatic issuing / verifying | @uverify/sdk |
| Custom certificate UI | @uverify/core, @uverify/cli |
| White-label platform | Bootstrap Datum, state management |
Apache-2.0