skills/instagram-posting/SKILL.md
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.
npx skillsauth add nem035/sfeed instagram-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 Instagram publishing with sfeed.
sfeed --versionsfeedsfeed statussfeed auth facebooksfeed pages when page choice is ambiguousFor Instagram posting with sfeed, the account must be:
Meta setup help:
The paths below are examples only. Use the user's actual files and folders.
User request:
Read
./social/queue/2026-04-15-launch.md, use./social/media/launch-card.jpg, show me the caption first, then post it to Instagram on the Lound page.
Useful command flow:
sfeed status
sfeed pages
sfeed post "Launch day. v0.1.3 is live." \
--to instagram \
--page "Lound" \
--media ./social/media/launch-card.jpg
User request:
Post the three before-and-after images in
./content/media/restoration/as one Instagram carousel, and keep the caption under 120 words.
Useful command flow:
sfeed post "Found the Easter egg hunt photo from 1988. The color work is live." \
--to instagram \
--page "Made To Delight" \
--media ./content/media/restoration/1.jpg,./content/media/restoration/2.jpg,./content/media/restoration/3.jpg
Agent behavior:
User request:
Schedule this teaser video for next Tuesday at 9:30am Eastern and then show me the preview link.
Useful command flow:
sfeed post "Teaser drop next week." \
--to instagram \
--page "Lound" \
--media ./assets/teaser.mp4 \
--at "2026-04-21T13:30:00Z"
After scheduling, inspect with:
sfeed schedule status
sfeed schedule preview <id>
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 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.
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".