{
  "name": "Social Neuron",
  "description": "AI-powered content platform for social media: Ideation, Creation, Distribution, Analytics, and Optimization.",
  "url": "https://socialneuron.com",
  "version": "3.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitions": true
  },
  "defaultInputModes": ["text", "data"],
  "defaultOutputModes": ["text", "data", "file"],
  "skills": [
    {
      "id": "content-ideation",
      "name": "Content Ideation",
      "description": "Research topics, generate content ideas, and brainstorm post concepts using AI-powered analysis of trends, audience data, and brand context.",
      "tags": ["ideation", "research", "brainstorm", "topics", "content-planning"],
      "examples": [
        "Generate 10 LinkedIn post ideas about AI productivity for a B2B SaaS brand",
        "Research trending topics in sustainable fashion and suggest content angles"
      ]
    },
    {
      "id": "content-creation",
      "name": "Content Creation",
      "description": "Write social media posts, generate images and videos via AI models, and produce carousels with brand-consistent styling.",
      "tags": ["creation", "writing", "image-generation", "video", "carousel", "posts"],
      "examples": [
        "Write an Instagram carousel about 5 tips for remote work productivity",
        "Generate a brand-aligned hero image for a product launch announcement"
      ]
    },
    {
      "id": "brand-analysis",
      "name": "Brand Analysis",
      "description": "Extract brand voice, tone, and visual identity from authorised content, then review new content for brand alignment.",
      "tags": ["brand", "voice", "tone", "identity", "alignment", "analysis"],
      "examples": [
        "Analyze our last 20 posts and extract our brand voice profile",
        "Score this draft post for alignment with our established brand guidelines"
      ]
    },
    {
      "id": "content-scheduling",
      "name": "Content Scheduling",
      "description": "Schedule posts on validated self-serve rails (Instagram, YouTube, TikTok, X/Twitter). Bluesky connect/publish and LinkedIn personal-profile connect/publish are early access. LinkedIn Company Page publishing is unavailable pending approval and implementation; LinkedIn media scheduling is unvalidated, so use LinkedIn's native workflow.",
      "tags": ["scheduling", "publishing", "distribution", "social-media", "automation"],
      "examples": [
        "Schedule this post to Instagram and X/Twitter for tomorrow at 9am EST",
        "Create a weekly content calendar with posts scheduled at optimal engagement times"
      ]
    },
    {
      "id": "analytics",
      "name": "Analytics & Insights",
      "description": "Track post engagement metrics, generate performance insights, detect anomalies, and provide actionable recommendations to improve content strategy.",
      "tags": ["analytics", "metrics", "engagement", "performance", "insights", "reporting"],
      "examples": [
        "Show me engagement analytics for my posts from the last 30 days",
        "Identify which content types are performing best and suggest optimizations"
      ]
    },
    {
      "id": "content-repurposing",
      "name": "Content Repurposing",
      "description": "Transform content across formats and platforms. Turn YouTube videos into blog posts, podcasts into social threads, articles into carousels, and long-form into short-form.",
      "tags": ["repurpose", "transform", "cross-platform", "adaptation", "reformatting"],
      "examples": [
        "Repurpose this YouTube video transcript into a LinkedIn thread and Instagram carousel",
        "Turn this blog post into 5 platform-optimized social media posts"
      ]
    },
    {
      "id": "media-management",
      "name": "Media Management",
      "description": "Upload, store, and retrieve media files. Manage images, videos, and generated assets with organization-scoped access control.",
      "tags": ["media", "upload", "storage", "files", "assets"],
      "examples": [
        "Upload this product image and get a signed URL for use in scheduled posts",
        "List all media assets uploaded this week for our marketing campaign"
      ]
    },
    {
      "id": "niche-intelligence",
      "name": "Niche Intelligence",
      "description": "Monitor trending topics in your niche, track competitor content strategies, and surface emerging opportunities for content differentiation.",
      "tags": ["trends", "competitors", "monitoring", "niche", "intelligence", "market"],
      "examples": [
        "What topics are trending in the AI tools niche this week?",
        "Analyze competitor posting patterns and identify content gaps we can fill"
      ]
    }
  ],
  "authentication": {
    "schemes": ["oauth2", "bearer"],
    "credentials": {
      "oauth2": {
        "description": "OAuth 2.0 with PKCE. Discover endpoints and supported scopes from the published authorization-server and protected-resource metadata."
      },
      "bearer": {
        "description": "A scoped Social Neuron API key generated in Settings > Developer. API execution requires Pro or above.",
        "header": "Authorization",
        "format": "Bearer <token>"
      }
    }
  },
  "provider": {
    "organization": "Cosmo Codex Ltd",
    "url": "https://socialneuron.com"
  }
}
