| name | social-media-orchestrator |
| description | Route a social-media task to the right skill among 8 specialists โ making the asset (image/video/audio via fal.ai, explainer animation via Manim, demo capture, video editing, video understanding), adapting copy per platform, and publishing/scheduling to X and 13 networks. USE WHEN a user wants to create, adapt, schedule, or publish social content but hasn't named the specific tool or platform. |
| cluster | social-media |
| version | 1.0.0 |
Social Media Orchestrator
The single entry skill for social-media work. It locates the task on the create โ adapt โ
publish pipeline and delegates to one of 8 specialist spokes. The cross-cutting model every
social task shares โ adapt-don't-duplicate per platform, draft-before-post approval, voice
reuse, and the platform/format matrix โ lives in social-media-core; read it before adapting
copy for more than one network or pushing anything live.
Routing map (intent โ spoke)
Make the asset (create)
- Image / video / audio from a prompt โ
fal-ai-media (Nano Banana, Seedance/Kling/Veo, TTS)
- Technical explainer / diagram / graph animation โ
manim-video
- Edit / cut / structure real footage (FFmpeg โ polish) โ
video-editing
- Record a product demo / walkthrough / screen capture โ
ui-demo
- See / understand / search existing video & audio, auto-clip moments โ
videodb
Adapt the copy (per platform)
- Distribute one idea across X / LinkedIn / Threads / Bluesky without duplicating โ
crosspost
(voice + per-platform rules in social-media-core)
Publish & schedule
- Direct X/Twitter API โ post, thread, media, search, analytics โ
x-api
- Multi-platform scheduling/publishing across 13 networks (SocialClaw) โ
social-publisher
Folded spokes (extended cluster-map)
Additional specialists folded into this cluster. Route to these the same way โ load on demand
(see "Loading spokes on demand" below). They extend the create โ adapt โ publish pipeline with
content strategy, per-platform CLIs, and bookmark-intake automation.
Strategy & ideation (before the asset)
- Plan content pillars, hooks, calendars, repurposing & engagement strategy across LinkedIn / X / IG / TikTok / FB โ
social-content
- Run the full source-to-distribution content pipeline (brief โ packet โ staging โ dry-run/publish), coordinating OpenClaw/Paperclip/Higgsfield/inference.sh adapters โ
ai-content-pipeline
Per-platform CLIs (read, engage, publish)
- X/Twitter via inference.sh apps โ post/create-with-media, like, retweet, DM, follow โ
twitter-automation
- X/Twitter via the local
bird CLI โ read timelines, search, threads/replies, bookmarks/likes, post (draftโconfirmโpost) โ bird-cli
- Instagram via the
gram/glam CLI โ login/cookie auth, download profiles/posts/stories/highlights โ gram-cli
- Reddit via the local
reddit-cli โ read subreddits/users/threads, monitor inbox/mentions, publish with confirmation โ reddit-cli
- Discord ops via the
message tool (channel=discord) โ send/read/react/poll/threads/search โ discord
Bookmark intake & opportunity mining
- Ingest X bookmarks + IG saves, dedupe, AI-enrich, route into a PARA/Obsidian vault โ
social-intake-orchestrator
- Convert X bookmark intake into actionable implementation opportunities + cadence-based Discord digests โ
x-bookmark-opportunity-skill
Standard Operating Flow
- Locate the task on the pipeline: are we creating an asset, adapting copy, or publishing? Most "post this" asks touch all three in that order.
- If the asset is the bottleneck, pick the right maker first: prompt-to-media โ
fal-ai-media; precise explainer โ manim-video; real footage โ video-editing; app demo โ ui-demo; understand/clip existing media โ videodb.
- If it lands on more than one platform, pull the adapt rules from
social-media-core and run crosspost โ never ship identical copy across networks.
- Publish via the narrowest path: single-network X work โ
x-api; multi-network scheduling/campaigns โ social-publisher. Draft for approval before posting unless the user explicitly said post now.
- Return: chosen spoke(s), the asset(s) produced, the platform-specific variants, scheduling/approval state, and the next action.
Guardrails
See social-media-core. In short: adapt, don't duplicate โ every platform gets a native
version, never the same copy in four costumes; draft before you post โ return for approval
unless told otherwise; reuse a captured VOICE PROFILE rather than re-inventing tone; keep
provider secrets in env vars, never in source or logs; treat rate limits and write-permission
tiers (especially X) as runtime facts to read, not static tables to hardcode. The cluster's
value is platform-fit content shipped safely โ don't quietly mass-broadcast or post unreviewed.
Loading spokes on demand
To keep CLI startup context lean, this cluster's spokes are not separately registered as skills โ only this orchestrator and its *-core are enumerated. When you route to a spoke named above, load it on demand by reading its file:
~/.agents/skill-clusters/skills/<spoke-name>/SKILL.md (or skills/<spoke-name>/SKILL.md inside the skill-clusters repo).