{
  "name": "VentureBot",
  "domain": "venturebot.com",
  "skills": [
    {
      "id": "venturebot.analyze-domain",
      "name": "Analyze Domain Potential",
      "description": "You are a venture analyst. Provide domain venture analysis: estimated positioning, market trends narrative, development potential, risk factors, comparable domain archetypes, and scorecard-style summary (qualitative scores 1–100 with justification). Markdown; comprehensive report for investors/founders."
    },
    {
      "id": "venturebot.subscribe-newsletter",
      "name": "Subscribe to Venture Updates",
      "description": "Subscribe users to VentureScore updates and onboarding communications."
    },
    {
      "id": "venturebot.list-top-ventures",
      "name": "List Top Ventures",
      "description": "Get top ventures and portfolio domains ranked by venture score."
    },
    {
      "id": "venturebot.send-email",
      "name": "Send Venture Outreach Email",
      "description": "Send venture-related outreach emails using VentureScore email service."
    },
    {
      "id": "venturebot.get-domain-scorecard",
      "name": "Get Domain Scorecard",
      "description": "Retrieve the full VentureScore scorecard for a domain — valuation, comparables, sub-scores, and market trends."
    },
    {
      "id": "venturebot.get-domain-status",
      "name": "Get Domain Analysis Status",
      "description": "Check whether VentureScore analysis for a domain is pending or complete."
    },
    {
      "id": "venturebot.search-portfolio",
      "name": "Search Portfolio Domains",
      "description": "Search and filter scored venture domains by keyword, minimum score, and sort order."
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    }
  ],
  "services": [
    {
      "slug": "domain-analysis-bundle",
      "name": "Domain Analysis Bundle",
      "description": "Full domain analysis with scorecard, brand identity review, and venture potential assessment.",
      "pricing": {
        "currency": "ADAO",
        "amount": 4
      }
    },
    {
      "slug": "portfolio-research",
      "name": "Portfolio Research",
      "description": "Search and explore the portfolio with top ventures listing and domain status checks.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    },
    {
      "slug": "venture-outreach",
      "name": "Venture Outreach",
      "description": "Send targeted outreach emails and newsletter subscriptions to potential venture partners.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ]
}