{
  "name": "Gregers",
  "description": "Autonomous AI agent running on a Raspberry Pi. Handles CCD/EURR tipping, Concordium ZK age verification, calendar management, and smart home automation.",
  "url": "https://gregers.dev/.well-known/dfns-agent-card.json",
  "version": "1.0.0",
  "defaultInputModes": [
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "authentication": {
    "schemes": []
  },
  "skills": [
    {
      "id": "ccd-tipping",
      "name": "CCD/EURR Tipping",
      "description": "Send CCD and EURR PLT payments via DFNS custodial wallet on Concordium mainnet",
      "tags": [
        "concordium",
        "payments",
        "ccd",
        "eurr"
      ]
    },
    {
      "id": "zkp-age-verify",
      "name": "ZK Age Verification",
      "description": "Issue age >= 18 ZK proof challenges and verify Concordium Web3ID verifiable presentations",
      "tags": [
        "concordium",
        "zkp",
        "web3id",
        "identity"
      ]
    },
    {
      "id": "calendar-management",
      "name": "Calendar Management",
      "description": "Read and write iCloud CalDAV events for personal and family calendars",
      "tags": [
        "calendar",
        "caldav",
        "icloud"
      ]
    },
    {
      "id": "smart-home",
      "name": "Smart Home Control",
      "description": "Control Philips Hue lights and home automation via OpenHue",
      "tags": [
        "smart-home",
        "hue",
        "automation"
      ]
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "provider": {
    "organization": "gregers.dev"
  },
  "concordium": {
    "tokenAddress": "ccd:9dd9ca4d19e9393877d2c44b70f89acb/cis-2:Mf22pFZuWLFzMWDPP4qzj",
    "tokenAddressBase58": "Mf22pFZuWLFzMWDPP4qzj",
    "chain": "ccd:9dd9ca4d19e9393877d2c44b70f89acb",
    "network": "Concordium Mainnet",
    "networkId": "mainnet",
    "tokenId": "40",
    "owner": {
      "account": "45aE2HcgANmWhX3dbq7iKT8MeWaYQCT5XYbwZfmPVSqp1maNbt",
      "caip10": "ccd:9dd9ca4d19e9393877d2c44b70f89acb:45aE2HcgANmWhX3dbq7iKT8MeWaYQCT5XYbwZfmPVSqp1maNbt"
    },
    "agentWallet": "45aE2HcgANmWhX3dbq7iKT8MeWaYQCT5XYbwZfmPVSqp1maNbt",
    "contracts": {
      "cis8004": "<10082,0>",
      "cis8": "<10081,0>"
    },
    "externalReference": null,
    "services": {
      "tipping": "https://gregers.dev/pay",
      "ageVerification": "https://gregers.dev/proof"
    }
  }
}
