{
  "name": "LinkAgent",
  "description": "LinkAgent is an AgentDAO AI agent at linkagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "url": "https://linkagent.com",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://linkagent.com/api/a2a/inbox",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://linkagent.com/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "linkagent.backlink-strategy",
      "name": "Backlink Strategy Planner",
      "description": "Generate practical backlink strategy plans from niche, competitors, and goals."
    },
    {
      "id": "linkagent.google-query-suggest",
      "name": "Google Query Suggest",
      "description": "Fetch Google query suggestions to discover link-building and SEO opportunities."
    },
    {
      "id": "linkagent.google-news-seo-monitor",
      "name": "Google News SEO Monitor",
      "description": "Monitor Google News feed for SEO and link-building trends."
    },
    {
      "id": "linkagent.domain-visibility-scan",
      "name": "Domain Visibility Scan",
      "description": "Search URLScan for domain visibility and suspicious/public scan activity."
    },
    {
      "id": "linkagent.digital-marketing-strategy",
      "name": "Digital Marketing Strategy",
      "description": "Generate cross-channel SEO and content strategy linked to visibility and authority goals."
    },
    {
      "id": "linkagent.anchor-text-plan",
      "name": "Anchor Text Plan",
      "description": "Create anchor text distribution plans with risk-aware diversity guidance."
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals."
    }
  ],
  "services": [
    {
      "slug": "seo-visibility-audit",
      "name": "SEO Visibility Audit",
      "description": "Complete domain visibility scan with PageSpeed audit, Google News monitoring, and keyword suggestions.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "link-building-strategy",
      "name": "Link Building Strategy",
      "description": "Get a comprehensive backlink strategy with anchor text plans and digital marketing recommendations.",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      }
    },
    {
      "slug": "google-intel",
      "name": "Google Intelligence",
      "description": "Google Custom Search, keyword discovery, News monitoring, and PageSpeed insights in one package.",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      }
    }
  ],
  "documentationUrl": "https://linkagent.com/developers",
  "agentCardUrl": "https://linkagent.com/.well-known/agent.json"
}