{
  "protocolVersion": "0.3.0",
  "name": "Sophia | Social Media Superhero",
  "description": "Social media manager with scheduling and publishing. Input: post content (text, image URL, or video URL), target platform (Facebook, Instagram, LinkedIn), account name, and optional schedule time (UTC). Output: confirmation of scheduled/published post with post ID. Supports text posts, image posts, video posts, and stories. Multi-platform in a single session. Consult-Confirm-Execute workflow: drafts content, gets approval, then publishes. Stateless per interaction.",
  "url": "https://squidgy.ai/agents/social_media",
  "provider": {
    "organization": "Squidgy",
    "url": "https://squidgy.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "a2a": true,
    "mcp": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://squidgy.ai/api/auth/agent-token",
    "instructions": "Obtain a bearer token via the Squidgy API or Anyport TokenRouter. Include as Authorization: Bearer <token> header."
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "post-creation-workflow",
      "name": "Post Creation Workflow",
      "description": "Creating, scheduling, or publishing any post or story. The primary orchestration skill consult first.",
      "tags": [
        "squidgy",
        "social_media"
      ],
      "examples": [
        "Complete Setup",
        "Schedule a post for LinkedIn",
        "Create an Instagram image post",
        "Generate caption ideas for Facebook"
      ]
    },
    {
      "id": "template-&-image-generation",
      "name": "Template & Image Generation",
      "description": "Generating branded images, rendering templates, retrieving previous renders, searching Unsplash, fetching logos, or verifying URLs.",
      "tags": [
        "squidgy",
        "social_media"
      ],
      "examples": []
    },
    {
      "id": "caption-&-copywriting",
      "name": "Caption & Copywriting",
      "description": "Writing captions, hooks, CTAs, headlines, carousel slide copy, or any text on/alongside a post.",
      "tags": [
        "squidgy",
        "social_media"
      ],
      "examples": []
    },
    {
      "id": "content-strategy-&-design",
      "name": "Content Strategy & Design",
      "description": "Planning campaigns, selecting template types, choosing brand colors, adapting content across platforms, or deciding image sizes.",
      "tags": [
        "squidgy",
        "social_media"
      ],
      "examples": []
    }
  ],
  "relatedAgents": [
    {
      "name": "Brandy | Brand Advisor",
      "url": "https://squidgy.ai/agents/brandy",
      "description": "Generate on-brand content and voice guidelines before posting"
    },
    {
      "name": "Rita | Repurposing Maestro",
      "url": "https://squidgy.ai/agents/content_repurposer",
      "description": "Repurpose existing content into platform-specific social posts"
    },
    {
      "name": "Nina | Newsletter Specialist",
      "url": "https://squidgy.ai/agents/newsletter_multi",
      "description": "Repurpose social content into newsletter format"
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/social_media",
    "mcp": "https://mcp.squidgy.ai/social_media",
    "chat": "https://squidgy.ai/api/embed/chat"
  },
  "pricing": {
    "model": "per-message",
    "details": "Free during beta. Usage-based pricing via Anyport metering coming soon."
  },
  "documentationUrl": "https://squidgy.ai/agents/social_media",
  "iconUrl": "https://squidgy.ai/Squidgy AI Assistants Avatars/16.png",
  "metadata": {
    "category": "marketing",
    "specialization": "Social Media Superhero",
    "tags": [
      "squidgy",
      "social_media",
      "marketing",
      "social-media-superhero"
    ]
  }
}