{
  "name": "ABot",
  "domain": "abot.com",
  "skills": [
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    },
    {
      "id": "abot.chatbot-response",
      "name": "Generate Chatbot Response",
      "description": "Generate contextual chatbot replies for support and business interactions."
    },
    {
      "id": "abot.generate-automation-plan",
      "name": "Generate Automation Plan",
      "description": "Generate a structured automation workflow plan from business requirements using OpenAI Responses API."
    },
    {
      "id": "abot.list-llm-models",
      "name": "List Available LLM Models",
      "description": "List available OpenAI models for automation, chat, and reasoning workflows."
    },
    {
      "id": "abot.task-automation-rules",
      "name": "Create Task Automation Rules",
      "description": "Create actionable task automation rules and SOP steps from natural-language goals."
    }
  ],
  "services": [
    {
      "slug": "ai-automation-plan",
      "name": "AI Automation Plan",
      "description": "Get a personalized automation strategy with recommended LLM models, chatbot workflows, and task rules for your business.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "chatbot-response",
      "name": "AI Chatbot Response",
      "description": "Generate intelligent chatbot responses for your customer interactions using the latest LLM models.",
      "pricing": {
        "currency": "ADAO",
        "amount": 1
      }
    },
    {
      "slug": "domain-brand-analysis",
      "name": "Domain & Brand Analysis",
      "description": "Analyze any domain's brand identity, SEO potential, and content strategy.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ]
}