{
  "id": "clawrouter",
  "name": "ClawRouter",
  "description": "Smart LLM router — 41+ models, x402 micropayments, 92% cost savings",
  "skills": ["./skills"],
  "configSchema": {
    "type": "object",
    "properties": {
      "walletKey": {
        "type": "string",
        "description": "EVM wallet private key (0x...). Optional — auto-generated if not set."
      },
      "routing": {
        "type": "object",
        "description": "Override default routing configuration"
      }
    }
  },
  "uiHints": {
    "walletKey": {
      "label": "Wallet Private Key",
      "sensitive": true,
      "placeholder": "0x... (optional — auto-generated)"
    }
  }
}
