Automations
Post every day on autopilot.
Use OpenClaw with ReelsFarm to run structured social media operations through a CLI-friendly, confirmation-first content workflow.
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 --agentOpenClaw
OpenClaw works well when the task can be broken into clear command steps: inspect, prepare, review, confirm, and track. It prefers narrow instructions and structured output, which makes it a natural fit for ReelsFarm's JSON-mode agent commands. OpenClaw will not improvise a content strategy, but it will execute a well-defined publishing pipeline with precision — every command returns predictable output the next command can consume.
ReelsFarm workflow
OpenClaw keeps the workflow moving while ReelsFarm handles assets, scheduling, account state, and publishing safety. Because OpenClaw treats every interaction as an inspect-then-act loop, it pairs cleanly with ReelsFarm's confirmation model — the agent discovers what is available, proposes an action, and waits for approval before touching anything that spends credits or publishes content.
Create, schedule, and publish AI-powered posts from one workflow built for consistent social growth.
Start for free