{
  "$schema": "https://agent-skills-protocol.org/schemas/index.json",
  "source": "https://veri5.technology",
  "updated": "2026-06-17T00:00:00Z",
  "skills": [
    {
      "name": "create-passport-account",
      "type": "action",
      "description": "Create a Veri5 Passport account — one single sign-on for the whole Veri5 ecosystem. Register with email; you receive a managed blockchain wallet and a verifiable on-chain identity. This is the starting point for using any Veri5 app.",
      "url": "https://id.veri5.technology/register"
    },
    {
      "name": "sign-in",
      "type": "action",
      "description": "Sign in to your Veri5 Passport account.",
      "url": "https://id.veri5.technology/login"
    },
    {
      "name": "passport-oidc-discovery",
      "type": "information",
      "description": "OpenID Connect / OAuth2 discovery for Veri5 Passport. Apps add single sign-on via Authorization Code + PKCE.",
      "url": "https://id.veri5.technology/.well-known/openid-configuration"
    },
    {
      "name": "notarize-document",
      "type": "action",
      "description": "Notarize a document with Veri5 Notary (存证): it is encrypted, pinned to IPFS, and a SHA-256 fingerprint + timestamp are anchored on the Veri5 chain — a tamper-proof, shareable, publicly verifiable proof. Requires a Veri5 Passport account.",
      "url": "https://notary.veri5.technology"
    },
    {
      "name": "verify-document",
      "type": "information",
      "description": "Publicly verify a notarized document by its SHA-256 hash — confirms it existed at a point in time, is unaltered, and shows the (optionally KYC-verified) issuer. Free, no account needed.",
      "url": "https://notary.veri5.technology/v/{sha256}"
    },
    {
      "name": "ecosystem-overview",
      "type": "documentation",
      "description": "Overview of the Veri5 ecosystem and its live apps (Markdown).",
      "url": "https://veri5.technology/index.md"
    }
  ]
}
