{
  "name": "Prime Sentia GEO",
  "description": "A2A agent fleet for Generative Engine Optimization (GEO). Audits AI-search citation readiness, measures LLM visibility across providers, and produces actionable improvement roadmaps.",
  "url": "https://neogeo.primesentia.io",
  "version": "1.0.0",
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "capabilities": {
    "streaming": true
  },
  "skills": [
    {
      "id": "geo_strategy",
      "name": "End-to-End GEO Strategy",
      "description": "Full GEO pipeline: audit current assets, recommend improvements, and produce a 30/60/90-day implementation roadmap for AI search visibility and citation growth.",
      "tags": ["geo", "strategy", "orchestrator", "ai-search", "citation"],
      "examples": [
        "Run a full GEO analysis for my SaaS blog targeting B2B marketers",
        "I need a complete AI search visibility strategy for my e-commerce site",
        "Audit, recommend, and plan GEO improvements for my content hub"
      ]
    },
    {
      "id": "geo_audit",
      "name": "GEO Citation-Readiness Audit",
      "description": "Analyze site/content readiness for AI citations. Detects gaps in structure, entities, and retrievability.",
      "tags": ["geo", "audit", "ai-search", "citation"],
      "examples": [
        "Audit my blog for AI search citation readiness",
        "What are the biggest gaps in my content for Perplexity citations?"
      ]
    },
    {
      "id": "geo_recommendations",
      "name": "GEO Actionable Recommendations",
      "description": "Generate practical actions for AI citation growth across content, entities, and channel distribution.",
      "tags": ["geo", "recommendations", "citation", "strategy"],
      "examples": [
        "Give me recommendations to improve my AI search visibility",
        "What actions should I take to get cited by Perplexity?"
      ]
    },
    {
      "id": "geo_roadmap",
      "name": "GEO Implementation Roadmap",
      "description": "Convert GEO recommendations into a 30/60/90-day roadmap with owners, dependencies, and KPIs.",
      "tags": ["geo", "roadmap", "planning", "kpi"],
      "examples": [
        "Create a 90-day plan to improve our AI search citations",
        "Build a roadmap from these GEO recommendations"
      ]
    },
    {
      "id": "brand_audit",
      "name": "Brand Audit",
      "description": "Evaluate LLM visibility, UCP readiness, Generative Engine ranking, brand perception, and gap analysis for a brand.",
      "tags": ["brand", "audit", "geo", "visibility", "commerce"],
      "examples": [
        "Run a brand audit for https://example.com in the ecommerce industry"
      ]
    },
    {
      "id": "brand_context_extraction",
      "name": "Brand Context Extraction",
      "description": "Extracts a company's visual identity, messaging, products and personas from a public webpage.",
      "tags": ["brand", "identity", "scraping", "context"],
      "examples": [
        "Extract the brand profile from https://example.com",
        "Analyze this homepage and return company name, colors, voice and personas."
      ]
    },
    {
      "id": "brand_configuration",
      "name": "Brand Configuration",
      "description": "Build a structured brand configuration artifact covering visual identity, voice, products, personas, domains and guardrails.",
      "tags": ["brand", "configuration", "identity", "guardrails"],
      "examples": [
        "Create the brand configuration for this company",
        "Convert this brand context into a reusable configuration artifact"
      ]
    },
    {
      "id": "take_snapshot",
      "name": "Take GEO Snapshot",
      "description": "Capture a complete GEO snapshot of a URL using a headless browser. Extracts structured data (JSON-LD, Microdata, RDFa), meta tags, headings, links, images, and computes GEO signal scores.",
      "tags": ["capture", "snapshot", "geo", "seo", "audit"],
      "examples": [
        "Take a GEO snapshot of https://example.com"
      ]
    },
    {
      "id": "compare_snapshots",
      "name": "Compare Snapshots",
      "description": "Structural diff between two stored snapshots for before/after analysis.",
      "tags": ["compare", "diff", "snapshot"],
      "examples": [
        "Compare snapshot A with snapshot B"
      ]
    },
    {
      "id": "geo_task_resolution",
      "name": "GEO Task Resolver",
      "description": "Receives a specific GEO pipeline task and produces a concrete, implementable solution — rewritten copy, schema markup, link maps, meta tags, or step-by-step implementation guides.",
      "tags": ["geo", "task", "resolver", "solution", "implementation"],
      "examples": [
        "Resolve this GEO task: Add FAQ schema markup to the pricing page",
        "Resolve this GEO task: Rewrite the hero headline for citation readiness"
      ]
    },
    {
      "id": "probe_eeat_presence",
      "name": "Probe E-E-A-T Presence",
      "description": "Given a brand profile, checks whether the brand appears in E-E-A-T authority hubs: Wikipedia, GitHub, Crossref, OpenAlex, ORCID, OSF, Google Business Profile, and G2.",
      "tags": ["eeat", "authority", "presence", "wikipedia", "github"],
      "examples": [
        "Check E-E-A-T presence for Prime Sentia across authority hubs"
      ]
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "API key required. Contact api@primesentia.ai for access."
  },
  "provider": {
    "organization": "Prime Sentia",
    "url": "https://primesentia.ai"
  }
}
