/ Directory / Playground / social-media-caption-generator-claude
● Community rediumvex ⚡ Instant

social-media-caption-generator-claude

by rediumvex · rediumvex/social-media-caption-generator-claude

Turn any text, script, or screenshot into platform-tuned captions for Instagram, TikTok, Threads, Facebook, and YouTube Shorts.

social-media-caption-generator-claude is an opinionated caption-writing skill built on 280K-follower author experience: algorithm-aware openers, share/save/completion optimization, and format differences by platform (Reels vs Carousel vs TikTok vs Threads). Paste a script, a video transcript, or a screenshot and get posting-ready captions.

Why use it

Key features

Live Demo

What it looks like in practice

social-media-caption-generator-claude-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "social-media-caption-generator-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rediumvex/social-media-caption-generator-claude",
        "~/.claude/skills/social-media-caption-generator-claude"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "social-media-caption-generator-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rediumvex/social-media-caption-generator-claude",
        "~/.claude/skills/social-media-caption-generator-claude"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "social-media-caption-generator-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rediumvex/social-media-caption-generator-claude",
        "~/.claude/skills/social-media-caption-generator-claude"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "social-media-caption-generator-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rediumvex/social-media-caption-generator-claude",
        "~/.claude/skills/social-media-caption-generator-claude"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "social-media-caption-generator-claude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rediumvex/social-media-caption-generator-claude",
        "~/.claude/skills/social-media-caption-generator-claude"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "social-media-caption-generator-claude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/rediumvex/social-media-caption-generator-claude",
          "~/.claude/skills/social-media-caption-generator-claude"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add social-media-caption-generator-claude-skill -- git clone https://github.com/rediumvex/social-media-caption-generator-claude ~/.claude/skills/social-media-caption-generator-claude

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use social-media-caption-generator-claude

How to turn a single video into 5 platform-tuned captions

👤 Creators posting the same content across platforms ⏱ ~10 min beginner

When to use: You have one video and need captions that actually fit each platform's voice and limits.

Prerequisites
  • Skill cloned — git clone https://github.com/rediumvex/social-media-caption-generator-claude ~/.claude/skills/social-media-caption-generator-claude
Flow
  1. Describe the video
    My video is a 45-second demo of a productivity hack. Audience: knowledge workers. Generate captions for IG Reels, TikTok, Threads, FB Reels, Shorts.✓ Copied
    → 5 distinct captions with platform-appropriate openers and CTAs
  2. Pick hashtags / hashtag count
    Add hashtag strategy per platform — Threads and TikTok hate keyword-stuffing.✓ Copied
    → Per-platform hashtag counts/formats
  3. Variants for A/B
    Give me 2 openers per platform so I can A/B.✓ Copied
    → Opener variants labeled A/B

Outcome: Ready-to-paste captions that don't feel cross-posted.

Pitfalls
  • Same opener everywhere — Platforms reward different opener styles; enforce distinct hooks
  • CTA asks for impossible cross-platform action — Keep CTA platform-native (save on IG, share on Threads)
Combine with: filesystem

Combinations

Pair with other MCPs for X10 leverage

social-media-caption-generator-claude-skill + claude-shorts-skill

Caption each rendered Short automatically

For every Short in ./shorts/, generate IG Reels and TikTok captions.✓ Copied
social-media-caption-generator-claude-skill + claude-youtube-skill

Turn a YouTube video into social posts promoting it

From this YouTube video, generate 5 social posts driving traffic.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
platform-caption topic + video/script Per post 0
hashtag-strategy topic + platform After caption drafted 0
carousel-copy slide outline Carousel content 0

Cost & Limits

What this costs to run

API quota
none
Tokens per call
~1–3k per caption set
Monetary
free
Tip
Draft in one language first, then ask for translations — cheaper than parallel prompts

Security

Permissions, secrets, blast radius

Credential storage: none
Data egress: none

Troubleshooting

Common errors and fixes

Captions sound generic

Give Claude 2–3 of your own past captions as voice anchors

Threads caption too long

Specify the 500-character limit; ask for punchy version

Alternatives

social-media-caption-generator-claude vs others

AlternativeWhen to use it insteadTradeoff
claude-blog-skillYou're writing long-form, not short captionsDifferent form factor
claude-ads-skillPaid ad copy, not organic captionsPerformance-ad tone

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills