{
  "skill_name": "hive-network-infrastructure",
  "evals": [
    {
      "id": 1,
      "prompt": "Check whether this Ethereum transaction succeeded and summarize the receipt evidence.",
      "expected_output": "Uses network_infrastructure, asks for chain/tx hash if missing, inspects the transaction receipt schema, and ends with a Hive runtime evidence receipt containing block/freshness/status and receipt ids.",
      "files": [],
      "assertions": [
        "Chooses network_infrastructure.",
        "Selects transaction_debug for this intent and follows its ordered receipt/log steps.",
        "Requires chain and transaction hash.",
        "Reports transaction receipt/block evidence.",
        "Includes Hive runtime receipt ids."
      ]
    },
    {
      "id": 2,
      "prompt": "What's current gas on Base and are RPC reads healthy?",
      "expected_output": "Uses current chain/gas/RPC diagnostics, labels provider/source, and avoids broad health claims without diagnostics.",
      "files": [],
      "assertions": [
        "Uses gas or network state workflow.",
        "Reports provider/source.",
        "Caveats health based on available diagnostics."
      ]
    }
  ]
}
