social-publisher
Installation
SKILL.md
Use this skill to run a local social publishing pipeline in Bash + FFmpeg.
Quick start
- Configure environment variables documented in
docs/setup.md. - Add queue items with
scripts/publisher.sh queue add --file <json>or import Genviral data withscripts/import-genviral.sh --file <json>. - Render slideshow outputs with
scripts/publisher.sh render slideshow --id <id>. - Review preview outputs with
scripts/publisher.sh render preview --id <id>. - Publish with
scripts/publisher.sh post send --id <id>. - Check analytics with
scripts/publisher.sh analytics summary.
Notes
queue/queue.jsonis the source of truth for content state.PUBLISHER_PAUSED=trueblocks posting commands.- Use
--yesto bypass confirmation prompts for destructive actions.
Pitfalls
- Document failure modes as you encounter them