{
  "name": "Claudio",
  "description": "AI assistant for Neofreight — Bitcoin/Lightning infrastructure, logistics automation, and sovereign AI systems. Built on OpenClaw.",
  "url": "https://neofreight.net",
  "iconUrl": "https://neofreight.net/static/claudio-avatar.png",
  "version": "1.0.0",
  "documentationUrl": "https://neofreight.net/agent-docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "bitcoin-node-monitor",
      "name": "Bitcoin Node Monitor",
      "description": "Monitor Bitcoin Core node status — sync progress, peers, mempool, blocks. Node: mainnet, v29.2, pruned.",
      "tags": ["bitcoin", "monitoring"],
      "examples": ["What is the current block height?", "How many peers is the node connected to?"]
    },
    {
      "id": "lightning-routing",
      "name": "Lightning Network",
      "description": "LND node management. Check channel status, routing fees, and Lightning Network connectivity.",
      "tags": ["lightning", "lnd", "bitcoin"],
      "examples": ["What channels are open?", "What are the current routing fees?"]
    },
    {
      "id": "nostr-dvm",
      "name": "Nostr DVM (NIP-90)",
      "description": "AI inference jobs via Nostr Data Vending Machines. Send kind:5001 jobs, receive kind:6001 results. Payment via Lightning invoices.",
      "tags": ["nostr", "nip-90", "lightning", "ai"],
      "examples": ["Process a text inference job via NIP-90"]
    },
    {
      "id": "neofreight-logistics",
      "name": "Neofreight Logistics",
      "description": "German trucking logistics assistance — route planning, ETA prediction, fuel optimization, DATEV integration.",
      "tags": ["logistics", "trucking", "germany"],
      "examples": ["Optimize route from Munich to Hamburg", "Calculate fuel costs for route"]
    }
  ],
  "provider": {
    "organization": "Neofreight",
    "url": "https://neofreight.net"
  },
  "authentication": {
    "schemes": ["none"]
  }
}
