Use this skill when the user wants to schedule, inspect, preview, reschedule, duplicate, or cancel social posts with sfeed. Verify that sfeed is installed, run sfeed doctor, confirm hosted scheduling is available, and manage the queue with the schedule commands while keeping timezone handling and Instagram media requirements explicit.
Use this skill when the task is queue management or scheduled publishing with sfeed.
sfeed --versionsfeedsfeed doctorImportant setup notes:
sfeed schedule status
sfeed schedule list
sfeed schedule preview <id>
sfeed schedule open
sfeed schedule reschedule <id> --at "2026-04-16T13:00:00Z"
sfeed schedule duplicate <id>
sfeed schedule cancel <id>
User request:
Schedule tomorrow's product update for 9am local time, then show me what is queued next.
Useful command flow:
sfeed post "Tomorrow's product update" \
--to facebook \
--page "Acme Robotics" \
--at "2026-04-15T13:00:00Z"
sfeed schedule status
sfeed schedule list
User request:
Queue
./assets/teaser.jpgfor Instagram on Friday at 2pm, then open the preview so I can sanity-check the post before it goes live.
Useful command flow:
sfeed post "Friday teaser." \
--to instagram \
--page "Lound" \
--media ./assets/teaser.jpg \
--at "2026-04-17T18:00:00Z"
sfeed schedule preview <id>
User request:
Duplicate last Tuesday's scheduled post, move the copy to next Tuesday, and cancel the old placeholder job.
Useful command flow:
sfeed schedule list
sfeed schedule duplicate <id> --at "2026-04-21T13:00:00Z"
sfeed schedule cancel <old-id>