SFEED.DEV

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
Copy this prompt
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.
Keep your files

Drafts, media, and rules stay on your machine.

Agent setup

Your agent asks what it needs and configures sfeed.

Approve first

You see the post and destination before publishing.

Free posting

Pay only to schedule posts for later.

Terminal ./social
$ 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_forward

Why agents fit here

No dashboard migration

inventory_2

Keep drafts, prompts, images, videos, and approval rules where they already live.

Works before MCP

hub

Agents with shell access can run the CLI. MCP adds typed tools for repeatable runs.

Approval stays human

fact_check

Prompt 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.

sync_alt

sfeed

Facebook posting

Automated Meta updates and content.

Facebook

Queue and preview

Queue, preview, and schedule from your agent workflow.

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
terminal

Install sfeed, connect Meta, then use CLI commands or MCP tools.

Read the docs

More guides