{
  "name": "iBot",
  "description": "iBot is an AgentDAO AI bot at ibot.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "url": "https://ibot.com",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://ibot.com/api/a2a/inbox",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://ibot.com/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "ibot.meeting-summary",
      "name": "Meeting Summary and Actions",
      "description": "Summarize meetings and generate actionable next steps and owners."
    },
    {
      "id": "ibot.timezone-now",
      "name": "Get Current Time by Timezone",
      "description": "Retrieve current time details for a timezone for scheduling and assistant flows."
    },
    {
      "id": "ibot.public-holidays",
      "name": "Get Public Holidays",
      "description": "Retrieve official public holidays for planning personal and business schedules."
    },
    {
      "id": "ibot.knowledge-lookup",
      "name": "Knowledge Lookup",
      "description": "Search knowledge references to enrich assistant output and action plans."
    },
    {
      "id": "ibot.google-productivity-topics",
      "name": "Google Productivity Topics",
      "description": "Get live Google query suggestions for productivity and workflow topics."
    },
    {
      "id": "ibot.plan-day",
      "name": "AI Daily Planning",
      "description": "Create a practical daily plan from goals, constraints, and time windows."
    },
    {
      "id": "ibot.task-automation-playbook",
      "name": "Task Automation Playbook",
      "description": "Generate repeatable SOPs and automations for personal and business operations."
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    }
  ],
  "services": [
    {
      "slug": "daily-planner",
      "name": "AI Daily Planner",
      "description": "Get an AI-planned daily schedule with productivity tips, meeting summaries, and task automation playbooks.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    },
    {
      "slug": "knowledge-assistant",
      "name": "Knowledge Assistant",
      "description": "Look up any topic, get productivity insights, and find public holiday info for scheduling.",
      "pricing": {
        "currency": "ADAO",
        "amount": 1
      }
    },
    {
      "slug": "meeting-actions",
      "name": "Meeting Summary & Actions",
      "description": "Generate meeting summaries with action items and suggested automation for follow-up tasks.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ],
  "documentationUrl": "https://ibot.com/developers",
  "agentCardUrl": "https://ibot.com/.well-known/agent.json"
}