skills/facebook-posting/SKILL.md
Use this skill when the user wants to publish or schedule Facebook Page posts with sfeed. Check that sfeed is installed, run sfeed status, use sfeed pages when more than one Page is connected, ask where drafts and media already live, show the post and destination before publishing, and handle Facebook post shapes such as text-only posts, single-image posts, multi-image posts, and single-video posts.
npx skillsauth add nem035/sfeed facebook-postingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the task is specifically about posting to Facebook Pages with sfeed.
sfeed --versionsfeedsfeed statussfeed auth facebooksfeed pages when page choice is ambiguousImportant constraints:
sfeed posts to Facebook Pages, not personal profilesThe paths below are examples only. Use the user's actual files and folders.
User request:
Read
./content/queue/2026-04-15-launch.md, show me the Facebook copy first, then post it to the Acme Robotics page with./content/media/launch-card.jpg.
Useful command flow:
sfeed status
sfeed pages
sfeed post "Launch day. v0.1.3 is live." \
--to facebook \
--page "Acme Robotics" \
--media ./content/media/launch-card.jpg
Agent behavior:
sfeed pages before posting if page selection is ambiguousUser request:
Publish the restored Easter photos to the Made To Delight page as one Facebook post with all three images.
Useful command flow:
sfeed post "Found the Easter egg hunt photo from 1988. The restored set is live." \
--to facebook \
--page "Made To Delight" \
--media ./content/media/restoration/1.jpg,./content/media/restoration/2.jpg,./content/media/restoration/3.jpg
User request:
Schedule tomorrow's product update for 9am local time on the Acme Robotics page, then let me inspect the queue.
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 open
sfeed schedule calendar
testing
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 status, explain that posting now is free and hosted scheduling is paid, confirm hosted scheduling is available, and manage the queue with the schedule commands while keeping timezone handling and Instagram media requirements explicit.
tools
Use this skill when the user wants to post or schedule content on Facebook Pages or Instagram with sfeed, especially from local drafts, media files, or agent-driven workflows. Guide first-time setup, ask where posts and media already live, install sfeed if it is missing, connect Meta accounts with sfeed auth facebook, inspect Pages and Instagram accounts, and use the CLI or MCP tools to publish or schedule work after approval.
testing
Use this skill when the user wants to publish or schedule Instagram posts with sfeed. Check that sfeed is installed, verify that the Instagram account is a professional account linked to a Facebook Page, ask where drafts and media already live, ensure media is present, show the caption, media, and destination before publishing, and handle Instagram-specific post shapes such as single-image posts, single-video posts, and image-only carousels.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".