Hand social posting to your AI agent.
Keep your drafts, media, and rules where they already live. Give your agent one prompt, connect Meta in the browser, review the post, and publish to Facebook or Instagram. Public Meta access is live. Posting now is free; pay only when you want scheduled posts to run later.
Public access
Facebook and Instagram are live
Install sfeed, connect the accounts you control, and publish from your terminal or AI agent. No invite or separate product account required.
curl -fsSL https://sfeed.dev/install.sh | sh Read https://sfeed.dev and help me set up AI-powered social posting.
If this agent supports installable skills, install the main sfeed skill from nem035/sfeed first; otherwise use the CLI directly.
Ask me where my posts, media, and rules should live. If sfeed is missing, install it with https://sfeed.dev/install.sh. Connect my Meta accounts, inspect my Facebook Pages and Instagram accounts, and create a simple workflow I can keep using.
Before publishing anything, show me the post, the account it will publish to, and whether it will post now or be scheduled. Drafts, media, and rules stay on your machine.
Your agent asks what it needs and configures sfeed.
You see the post and destination before publishing.
Pay only to schedule posts for later.
$ sfeed auth facebook connect
// Opening secure Facebook connection...
SUCCESS: Connected My Page
$ sfeed auth instagram connect
// Opening secure Instagram connection...
SUCCESS: Connected my.account
$ sfeed status
Connected: My Page, my.account
$ codex "Read ./social/today.md and post after I approve"
Draft ready for My Page:
"Queue UI is live. Scheduling now has previews."
$ codex "Approved"
Published facebook: https://facebook.com/...
Published instagram: https://instagram.com/... Agent Native
CLI first. MCP when useful.
sfeed handles auth, Page discovery, uploads, posting, scheduling, previews, and queue actions. Your agent keeps using the local context it already has.
MCP docs arrow_forwardWhy agents fit here
No dashboard migration
inventory_2Keep drafts, prompts, images, videos, and approval rules where they already live.
Works before MCP
hubAgents with shell access can run the CLI. MCP adds typed tools for repeatable runs.
Approval stays human
fact_checkPrompt your agent to draft, summarize, and ask before posting. sfeed runs after approval.
How the workflow splits up
Your files
Drafts, media, prompts, and rules stay on your own machine.
Your agent
Reads local context, chooses the draft, and asks for approval.
sfeed
Get started
Install the CLI locally, connect your accounts, and ask your agent to post after you approve.
curl -fsSL https://sfeed.dev/install.sh | sh
sfeed auth facebook connect
sfeed auth instagram connect For structured agent tools, add the plugin marketplace:
codex plugin marketplace add nem035/sfeed --sparse .agents/plugins --sparse plugins
codex plugin add sfeed@sfeed
claude plugin marketplace add nem035/sfeed
claude plugin install sfeed@sfeed