Automations
Post every day on autopilot.
Use NanoClaw with ReelsFarm for compact, repeatable UGC tasks where the agent prepares small actions and returns clean status.
Please make sure there is always a human in the loop.
Terminal
# Install the ReelsFarm agent CLI
npm install -g @reelsfarm/mcp-client
# Connect your ReelsFarm workspace
reelsfarm login --api-key rfmcp_xxx
# Inspect agent readiness and available commands
reelsfarm agent status
reelsfarm agent commands
# Use strict JSON envelopes for agent workflows
reelsfarm social connected --agent
# Prepare a scheduled post for human review
reelsfarm posts schedule \
--content-type slideshow \
--content-id sl_123 \
--when 2026-07-01T15:00:00Z \
--platforms tiktok:conn_123 \
--agent
# Confirm only after approval
reelsfarm confirm conf_123 --agentUse the CLI like a lightweight agent inbox: prepare posts, inspect accounts, and confirm actions from a simple message flow.
Install @reelsfarm/mcp-client and add the reelsfarm command to your agent workflow.
Use --agent or REELSFARM_AGENT_MODE=1 for strict JSON output your agent can parse.
Let your agent prepare content, inspect the summary, then run confirm after approval.
11 tools your AI can use to manage your entire social media presence.
Post every day on autopilot.
Make faces without a photoshoot.
Generate TikTok slideshows that convert, in a few clicks.
Generate UGC content with multiple AI-generated hooks.
Schedule your content a week or a month in advance.
Put your product anywhere.
Pick from 3,000+ ready prompts.
Publish directly to TikTok and YouTube.
Pull fresh images from Pinterest and Tumblr.
Generate AI clone videos with a face image and motion video.
Sync connected accounts from supported publishing tools.
The agent checks readiness, available commands, required flags, and connected publishing accounts before it changes anything.
Discovery
reelsfarm agent status
reelsfarm agent commands
reelsfarm social connected --agent
reelsfarm posts optimal-times --platform tiktok --agentIn agent mode, write workflows return strict JSON and prepared confirmations by default, giving the agent a reviewable next step.
Prepare
reelsfarm slideshows generate-text \
--prompt "Summer serum launch" \
--slide-count 6 \
--agent
reelsfarm posts schedule \
--content-type slideshow \
--content-id sl_123 \
--when 2026-07-01T15:00:00Z \
--platforms tiktok:conn_123 \
--agentThe agent confirms only after the user approves, then checks scheduled post status or recent events to close the loop.
Confirm
reelsfarm confirm conf_123 --agent
reelsfarm posts status --id post_123 --agent
reelsfarm events recent --limit 20 --agentNanoClaw
NanoClaw is useful for lightweight jobs where a smaller agent can handle one focused ReelsFarm task at a time. It runs best when given one small job with a clear success condition — prepare this slideshow, schedule this post, check this status. NanoClaw will not manage a campaign end-to-end, but it will run a hundred small ReelsFarm tasks without losing track of which ones still need confirmation.
ReelsFarm workflow
NanoClaw pairs best with ReelsFarm when each request has a clear input, a single outcome, and an approval checkpoint. The small scope is the feature — when an agent only has to do one thing, there is less to misinterpret and less to review before confirming.
Create, schedule, and publish AI-powered posts from one workflow built for consistent social growth.
Start for free