{
  "$schema": "https://agent-skills-protocol.org/schemas/index.json",
  "source": "https://veri5.network",
  "updated": "2025-06-13T10:00:00Z",
  "skills": [
    {
      "name": "blockchain-status",
      "type": "information",
      "description": "Retrieve the current status of the Veri5 blockchain network, including block height, validator count, and recent activity.",
      "url": "https://veri5.network/api/status",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "block-lookup",
      "type": "information",
      "description": "Look up details of a specific block by block number or hash on the Veri5 blockchain.",
      "url": "https://veri5.network/api/block/{identifier}",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "transaction-lookup",
      "type": "information",
      "description": "Retrieve transaction details by transaction hash on the Veri5 blockchain.",
      "url": "https://veri5.network/api/transaction/{hash}",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "account-query",
      "type": "information",
      "description": "Query account balance and nonce for a given address on the Veri5 blockchain.",
      "url": "https://veri5.network/api/account/{address}",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "explorer-search",
      "type": "information",
      "description": "Search the Veri5 block explorer for blocks, transactions, accounts, and contracts.",
      "url": "https://explorer.veri5.network/search?q={query}",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "documentation",
      "type": "documentation",
      "description": "Full project documentation and overview of the Veri5 blockchain platform.",
      "url": "https://veri5.network/index.md",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    }
  ]
}
