From sfeed
Use when the user wants to post, schedule, inspect, preview, or manage Facebook Page or Instagram content with sfeed CLI or MCP. Always confirm before publishing or scheduling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sfeed:sfeedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
sfeed is a CLI and MCP server for posting to Facebook Pages and Instagram. It handles auth, posting, hosted scheduling, previews, queue management, billing checks for hosted scheduling, and problem reports.
sfeed is a CLI and MCP server for posting to Facebook Pages and Instagram. It handles auth, posting, hosted scheduling, previews, queue management, billing checks for hosted scheduling, and problem reports.
sfeed does not generate copy by itself. Draft the post from the user's request, then use sfeed to validate, publish, or schedule it.
Before posting or scheduling, check state:
sfeed_status.sfeed status.sfeed auth facebook.sfeed_pages or run sfeed pages before drafting the final action.sfeed_status or sfeed status.dry_run first when the user is testing or when media validation is useful.sfeed_post or run sfeed post.Use MCP tools when they are available:
{
"content": "Shipping v0.2.1 today.",
"platforms": ["facebook"],
"page_id": "112233445566778",
"dry_run": true
}
For real posting, set dry_run to false or omit it after the user approves.
For scheduling, pass schedule_at as an ISO 8601 timestamp with a timezone:
{
"content": "Launch day.",
"platforms": ["instagram"],
"media": ["./assets/launch-card.jpg"],
"page_id": "112233445566778",
"schedule_at": "2026-04-01T13:00:00Z",
"dry_run": true
}
Use the CLI if MCP tools are not available:
sfeed status
sfeed pages
sfeed post "Shipping v0.2.1 today." --to facebook --page "Acme Robotics" --dry-run
sfeed post "Shipping v0.2.1 today." --to facebook --page "Acme Robotics"
For scheduled posts:
sfeed post "Launch day." --to instagram --page "Acme Robotics" --media ./assets/launch-card.jpg --at "2026-04-01T13:00:00Z" --dry-run
sfeed post "Launch day." --to instagram --page "Acme Robotics" --media ./assets/launch-card.jpg --at "2026-04-01T13:00:00Z"
Use:
sfeed auth facebook
This opens the browser. The user approves access, and sfeed stores the local auth state. Facebook auth also enables Instagram when the user's Facebook Page is linked to an Instagram professional account.
Facebook:
Instagram:
Hosted scheduling is the scheduling mode. It requires an active subscription.
schedule_at in MCP or --at in CLI.sfeed_schedule_preview_url or sfeed schedule preview <id> to inspect one scheduled post.sfeed_schedule_dashboard_url or sfeed dashboard for the hosted queue UI.| Tool | Purpose |
|---|---|
sfeed_status | Complete overview of auth, subscription, Pages, and schedule |
sfeed_auth_status | Check authenticated platforms |
sfeed_pages | List connected Page IDs and Instagram linkage |
sfeed_post | Publish, schedule, or dry-run a post |
sfeed_schedule_status | Queue counts, next scheduled posts, and recent failures |
sfeed_schedule_dashboard_url | Signed browser URL for the hosted queue UI |
sfeed_schedule_preview_url | Signed browser preview URL for one scheduled post |
sfeed_schedule_list | List scheduled posts |
sfeed_schedule_reschedule | Move a pending scheduled post |
sfeed_schedule_duplicate | Copy a scheduled post into a new pending job |
sfeed_schedule_cancel | Cancel a scheduled post |
sfeed_report_problem | Send a user-approved problem report |
Only call sfeed_report_problem after the user asks to report a problem. Do not include tokens, auth codes, payment details, or private post content in reports.
npx claudepluginhub nem035/sfeed --plugin sfeedProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.