Automate Facebook marketing for your app with visual carousel posts. Use when creating Facebook posts, analyzing engagement, or managing Facebook content strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automate Facebook marketing for your app with visual carousel posts. Use when creating Facebook posts, analyzing engagement, or managing Facebook content strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | |
| description | Automate Facebook marketing for your app with visual carousel posts. Use when creating Facebook posts, analyzing engagement, or managing Facebook content strategy. |
Automate Facebook carousel marketing via Dropspace. Visual platform using the same 6-slide pipeline as TikTok and Instagram.
All platforms share a common engine at ~/markus/. No per-platform scripts — everything runs through shared engines with platform config from platforms.js.
Data: ~/markus/apps/{app}/facebook/ (strategy.json, posts.json, failures.json, pending-batches.json, posts/)
App config: ~/markus/apps/{app}/app.json
~/markus/)# Create a carousel (auto-picks from queue)
node engines/create-visual-post-engine.js --app <APP> --platform facebook --next --schedule "2026-03-04T14:00:00Z"
# Pre-generate images via OpenAI Batch API
# Self-improve (analytics + strategy optimization)
node engines/self-improve-engine.js --app <APP> --platform facebook --days 14
# Validate setup
# Add posts to queue
echo '{"posts":[...],"notes":"..."}' | node scripts/add-posts.js --app <APP> --platform facebook
| Slide | Purpose | Text Style |
|---|---|---|
| 1 | HOOK — stop the scroll | Bold claim or relatable pain point |
| 2 | PROBLEM — deepen the pain | "You've probably tried..." |
| 3 | AGITATE — show consequences | "Meanwhile you're still..." |
| 4 | SOLUTION — reveal the tool | Introduce the product |
| 5 | PROOF — show results | Screenshots, specifics |
Note: Slide 6 (CTA) is engine-appended. The LLM generates 5 content slides only.
[hook matching slide 1]
[2-3 sentences of relatable struggle with line breaks]
So I found [APP NAME] that [what it does] —
you just [simple action] and it [result].
[funny/relatable closer]
Try it: <your-app-url>
{
"format": "story-slideshow",
"text": "Hook text (under 100 chars)",
"slideTexts": ["Slide 1 text", "...", "...", "...", "Slide 5"],
"slidePrompts": ["Full image prompt 1", "...", "...", "...", "Full image prompt 5"],
"caption": "Full storytelling caption",
"source": "x-research"
}
impressions, reactions, comments, shares, linkClicks
Note: The pipeline now uses engagement rate as the primary optimization signal. Raw view thresholds are secondary guidance.
Generate images and videos via Fal.ai API. Use when generating AI images (FLUX, nano-banana-2), AI videos (Veo 3.1), or any Fal.ai model. Supports queue-based async generation with polling, reference image editing, and file download. Also use when the content pipeline needs direct image/video generation bypassing Dropspace rate limits.
Content clipping engine — process videos and images from Google Drive into short-form content. Video clips via audio peak detection + FFmpeg. Image slideshows via Drive folder selection + canvas overlays. Use when user asks to clip videos, create slideshows from photos, process footage, or create short-form content from existing media.
Self-improving content pipeline for Dropspace. Analyzes post performance, generates new content across 6 platforms, schedules publishing, and compounds strategy over time. Run nightly for best results. Use when asked to run the content engine, generate social posts, or manage the content pipeline.
Extract short clips from DJ set recordings and schedule to TikTok/Instagram via Dropspace. Uses ffmpeg for audio analysis and video cropping. Use when asked to clip DJ sets, extract video highlights, or create short-form music content.
Turn event photos from Google Drive into TikTok/Instagram slideshows via Dropspace. Face-aware text positioning, community voice captions. Use when asked to create slideshows from event photos or manage photo-based social content.
Create and publish social media launches via the Dropspace API. Use when user wants to post to social media, create launches, manage personas, track post analytics, schedule content, or anything Dropspace-related. Supports 10 platforms (Twitter, LinkedIn, Reddit, Instagram, TikTok, Facebook, YouTube, Substack, Product Hunt, Hacker News) with per-post analytics and AI content generation.