/ ディレクトリ / プレイグラウンド / social-media-caption-generator-claude
● コミュニティ rediumvex ⚡ 即起動

social-media-caption-generator-claude

作者 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.

なぜ使うのか

主な機能

ライブデモ

実際の動作

social-media-caption-generator-claude-skill.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/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
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

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
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"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
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.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 はマップではなくサーバーオブジェクトの配列を使用。

~/.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"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

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

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: 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

使うタイミング: You have one video and need captions that actually fit each platform's voice and limits.

前提条件
  • Skill cloned — git clone https://github.com/rediumvex/social-media-caption-generator-claude ~/.claude/skills/social-media-caption-generator-claude
フロー
  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.✓ コピーしました
    → 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.✓ コピーしました
    → Per-platform hashtag counts/formats
  3. Variants for A/B
    Give me 2 openers per platform so I can A/B.✓ コピーしました
    → Opener variants labeled A/B

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

注意点
  • 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)
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

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.✓ コピーしました
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.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
platform-caption topic + video/script Per post 0
hashtag-strategy topic + platform After caption drafted 0
carousel-copy slide outline Carousel content 0

コストと制限

運用コスト

APIクォータ
none
呼び出しあたりのトークン
~1–3k per caption set
金額
free
ヒント
Draft in one language first, then ask for translations — cheaper than parallel prompts

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: none
データ送信先: none

トラブルシューティング

よくあるエラーと対処法

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

代替案

social-media-caption-generator-claude 他との比較

代替案代わりに使う場面トレードオフ
claude-blog-skillYou're writing long-form, not short captionsDifferent form factor
claude-ads-skillPaid ad copy, not organic captionsPerformance-ad tone

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る