{
  "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
  "version": "0.2.0",
  "site": {
    "name": "PostEverywhere",
    "url": "https://posteverywhere.ai",
    "description": "AI-powered social media scheduling and publishing across 8 platforms."
  },
  "skills": [
    {
      "name": "schedule-post",
      "type": "api",
      "description": "Create and schedule a social media post to one or more connected accounts (Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, Pinterest).",
      "url": "https://developers.posteverywhere.ai/posts"
    },
    {
      "name": "list-accounts",
      "type": "api",
      "description": "List all connected social media accounts in the workspace.",
      "url": "https://developers.posteverywhere.ai/accounts"
    },
    {
      "name": "upload-media",
      "type": "api",
      "description": "Upload images or videos to the media library for use in scheduled posts.",
      "url": "https://developers.posteverywhere.ai/media"
    },
    {
      "name": "generate-ai-image",
      "type": "api",
      "description": "Generate an AI image from a text prompt using FLUX, Imagen 4, Ideogram, or Nano Banana Pro.",
      "url": "https://developers.posteverywhere.ai/ai"
    },
    {
      "name": "get-post-results",
      "type": "api",
      "description": "Retrieve per-platform publishing results for a scheduled post — which platforms succeeded, failed, and URLs.",
      "url": "https://developers.posteverywhere.ai/posts"
    },
    {
      "name": "mcp-server",
      "type": "mcp",
      "description": "PostEverywhere MCP server for Claude Code, Cursor, and other MCP-compatible clients. Schedule posts, upload media, generate AI content.",
      "url": "https://posteverywhere.ai/.well-known/mcp/server-card.json"
    }
  ]
}
