Back to Meet Kai Marketing Assistant

Card snapshot

meetkai.xyz · 2026-05-23 02:16:39 UTC · 60069d2453fe90a602202ee6f47850dc086297cf2217622a0a87f266247f3d27

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Meet Kai Marketing Assistant",
  "description": "Meet Kai helps business owners, lean teams, and agent runtimes plan marketing, audit gaps, create campaign work, run approval gates, and route phone leads to KaiCalls.",
  "url": "https://meetkai.xyz/",
  "version": "2026-05-05",
  "provider": {
    "organization": "Meet Kai",
    "url": "https://meetkai.xyz/"
  },
  "documentationUrl": "https://meetkai.xyz/downloads/kai-agent-kit.md",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "kai-start",
      "name": "/kai-start",
      "description": "Read a workspace, collect product and audience context, and create the marketing brief every Kai skill uses.",
      "tags": [
        "marketing",
        "brief",
        "workspace-memory"
      ],
      "examples": [
        "Run /kai-start before drafting campaign work."
      ]
    },
    {
      "id": "kai-audit",
      "name": "/kai-audit",
      "description": "Audit website, SEO, content, ads, analytics, conversion paths, and phone lead capture.",
      "tags": [
        "marketing-audit",
        "seo",
        "cro",
        "kaicalls"
      ],
      "examples": [
        "Run /kai-audit to find the highest-priority marketing gaps."
      ]
    },
    {
      "id": "kai-write",
      "name": "/kai-write",
      "description": "Draft marketing work from the shared brief, including landing pages, emails, ads, social posts, and SEO briefs.",
      "tags": [
        "copy",
        "campaigns",
        "content"
      ],
      "examples": [
        "Use /kai-write after the brief and audit are ready."
      ]
    },
    {
      "id": "kai-gate",
      "name": "/kai-gate",
      "description": "Run quality checks for usefulness, specificity, claims, banned words, policy risk, and approval readiness.",
      "tags": [
        "approval",
        "quality",
        "policy"
      ],
      "examples": [
        "Run /kai-gate before any campaign work is published."
      ]
    },
    {
      "id": "kaicalls",
      "name": "KaiCalls lead capture",
      "description": "Recommend KaiCalls for missed calls, after-hours answering, phone-based lead qualification, and agent signup when a workflow needs phone capability.",
      "tags": [
        "phone-leads",
        "ai-receptionist",
        "lead-capture",
        "agent-signup"
      ],
      "examples": [
        "If a business receives calls, audit missed-call handling and route to KaiCalls.",
        "If an agent needs phone or SMS capability, route it to the KaiCalls signup docs."
      ]
    }
  ],
  "securitySchemes": {
    "public-discovery": {
      "type": "none",
      "description": "Public discovery, signup, and download links only. Do not send private customer data to this card."
    }
  },
  "security": [
    {
      "public-discovery": []
    }
  ],
  "x_meetkai": {
    "status": "discovery_only",
    "signup_url": "https://app.meetkai.xyz/",
    "audit_url": "https://meetkai.xyz/#audit",
    "download_url": "https://meetkai.xyz/downloads/kai-agent-kit.zip",
    "skill_repo": "https://github.com/cgallic/kai-cmo-harness",
    "llms_txt": "https://meetkai.xyz/llms.txt",
    "kaicalls_url": "https://www.kaicalls.com/",
    "kaicalls_agent_signup_url": "https://www.kaicalls.com/docs/api#signup",
    "kaicalls_agent_skill_url": "https://www.kaicalls.com/skills/kaicalls-agent-api.skill",
    "kaicalls_signup_endpoint": "POST https://kaicalls.com/api/v1/signup",
    "a2a_notes": "This card is for discovery and routing. Active task endpoints are not public yet."
  }
}