← スキル一覧に戻る

social-post-creator
by strategiert
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: social-post-creator description: Creates platform-optimized social media posts from pillar content. Generates variations for LinkedIn, Instagram, Facebook, TikTok, X/Twitter, and Pinterest. Handles hashtags, mentions, CTAs, and character limits per platform. Differentiates between company and personal account styles. Use when repurposing content for social distribution.
Social Post Creator
Transformiert Pillar-Content (SEO-Artikel) in plattform-optimierte Social Media Posts.
Quick Start
Input: Artikel-Inhalt (Markdown)
Output: Posts für alle Plattformen in JSON-Format
Workflow
- Artikel analysieren → Kernaussagen, Hooks, Zitate extrahieren
- Platform auswählen → Specs aus PLATFORM_SPECS.md laden
- Account-Typ bestimmen → Company vs. Personal (siehe TONE_GUIDELINES.md)
- Posts generieren → Templates aus
/templates/{platform}/nutzen - Hashtags hinzufügen → Strategien aus HASHTAG_STRATEGIES.md
- Output formatieren → JSON mit allen Varianten
Output Format
{
"article_id": "uuid",
"created_at": "ISO-8601",
"posts": [
{
"platform": "linkedin",
"account_type": "company",
"content": "Post-Text...",
"hashtags": ["#hashtag1", "#hashtag2"],
"cta": "Link in Bio",
"image_prompt": "Beschreibung für Bild-Generierung",
"scheduled_time": "ISO-8601 (optional)"
}
]
}
Platform-Specific Guidelines
| Platform | Siehe Template |
|---|---|
| templates/linkedin/ | |
| templates/instagram/ | |
| templates/facebook/ | |
| TikTok | templates/tiktok/ |
| X/Twitter | templates/twitter/ |
| templates/pinterest/ |
Company vs. Personal Posts
Company Account:
- Formeller Ton
- Marken-Voice
- Produkt-fokussiert
- "Wir" statt "Ich"
Personal Account (Employee Advocacy):
- Persönliche Perspektive
- Storytelling
- Thought Leadership
- Authentische Erfahrungen
Details: TONE_GUIDELINES.md
Hooks & Attention Grabbers
Erste Zeile entscheidet über Engagement. Bewährte Formate:
- Kontroverse Aussage: "Die meisten machen [X] falsch..."
- Überraschende Statistik: "97% der [Zielgruppe] wissen nicht..."
- Persönliche Story: "Letzte Woche ist mir etwas passiert..."
- Direkte Frage: "Kennst du das Gefühl, wenn...?"
- Bold Statement: "[Unpopuläre Meinung] ist eigentlich [Wahrheit]"
CTA Library
Siehe CTA_LIBRARY.md für plattform-spezifische Call-to-Actions.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です