Social Post Creator
Transformiert Pillar-Content (SEO-Artikel) in plattform-optimierte Social Media Posts.
Quick Start
code
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
json
{
"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.