Back to Xquik

Card snapshot

xquik.com · 2026-05-23 01:28:00 UTC · f9d2279814c4c4aac7908b71f7801526a19fd8dcf88ab0c4bbed34f3c19c8398

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.

{
  "schemaVersion": "0.2.0",
  "protocolVersion": "0.2.0",
  "name": "Xquik",
  "description": "X automation platform with REST API, webhooks, MCP server, and agent-ready X data tools.",
  "version": "1.0.0",
  "url": "https://xquik.com",
  "provider": {
    "organization": "Xquik",
    "url": "https://xquik.com"
  },
  "documentationUrl": "https://docs.xquik.com",
  "iconUrl": "https://xquik.com/logo-square.png",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/csv"
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "REST",
      "protocolVersion": "1.0",
      "url": "https://xquik.com/api/v1"
    },
    {
      "protocolBinding": "MCP",
      "protocolVersion": "2025-11-25",
      "url": "https://xquik.com/mcp"
    }
  ],
  "endpoints": {
    "api": "https://xquik.com/api/v1",
    "mcp": "https://xquik.com/mcp"
  },
  "skills": [
    {
      "id": "search-x-posts",
      "name": "Search X Posts",
      "description": "Search public X posts by keyword, account, or operator query.",
      "tags": [
        "x",
        "search",
        "posts"
      ],
      "examples": [
        "Search recent posts about AI agents",
        "Find posts from @xquikcom"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "extract-followers",
      "name": "Extract Followers",
      "description": "Export X followers for an account with pagination support.",
      "tags": [
        "x",
        "followers",
        "export"
      ],
      "examples": [
        "Extract followers for @xquikcom"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/csv"
      ]
    },
    {
      "id": "compose-post",
      "name": "Compose Post",
      "description": "Draft, refine, and publish X posts through Xquik.",
      "tags": [
        "x",
        "compose",
        "write"
      ],
      "examples": [
        "Compose a launch post",
        "Rewrite this post in my style"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "draw-giveaway",
      "name": "Draw Giveaway",
      "description": "Run a transparent X giveaway draw from post engagement.",
      "tags": [
        "x",
        "giveaway",
        "draw"
      ],
      "examples": [
        "Pick 3 winners from this giveaway post"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "monitor-keyword",
      "name": "Monitor Keyword",
      "description": "Create X keyword monitors for real-time events and webhooks.",
      "tags": [
        "x",
        "monitoring",
        "webhooks"
      ],
      "examples": [
        "Monitor mentions of Xquik",
        "Send webhook events for a keyword"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}