Supported platforms

Let AI agents create, schedule and publish content.

The Agentic
Social Media Scheduler

Start free

Agentic scheduling

What makes a scheduler agentic

A traditional scheduler is a dashboard a human clicks through. An agentic social media scheduler is one your AI agents operate — you set direction and approve, the agent does the work across every connected account.

You direct, the agent executes

Give a brief in plain language. The agent drafts platform-specific posts, uploads media, schedules, publishes, and reports back — end to end.

Validated & approved

Every campaign is dry-run validated before publish, and agent-created posts can wait as drafts until you approve them.

Every interface an agent uses

Connect over a hosted MCP server, REST API, the social media CLI, or agent skills — Claude, ChatGPT, Codex, and OpenClaw all work.

How agents connect

See why AI Agents love SocialClaw →

MCP server

Give Claude and other MCP clients direct access to your workspace over streamable HTTP.

Add to Claude Code

claude mcp add --transport http socialclaw \
  https://getsocialclaw.com/mcp \
  --header "Authorization: Bearer sc_live_your_key"

Typical agent flow

list_accounts → account_capabilities → upload_asset → validate_schedule → apply_schedule → run_status

Connect accounts, upload media, schedule or publish — no per-tool setup.

View the MCP guide →

Workspace API

Schedule and publish from anywhere with a REST API and a bearer token.

Schedule a post

curl -X POST https://getsocialclaw.com/v1/posts/apply \
  -H "Authorization: Bearer sc_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"timezone":"America/New_York","mode":"scheduled","posts":[{"account":"linkedin:person:123","provider":"linkedin","description":"Hello from the API","publish_at":"2026-06-01T14:00:00-04:00"}]}'
Read the full API reference →

Command line

Post, schedule, and manage media from your terminal with the SocialClaw CLI.

Validate, then apply

npx socialclaw login --api-key sc_live_your_key
npx socialclaw validate -f schedule.json --json
npx socialclaw apply -f schedule.json --json
Explore the social media CLI →

Agent Skills

Install the SocialClaw skill so your coding agent can connect accounts and schedule posts for you.

Install the skill

npx skills add ndesv21/socialclaw

Then ask your agent: "Post 'Hey' to my X account" — it loads the skill and publishes for you.

Autonomous, not unsupervised

The agent runs the whole workflow. The one step that needs you is approval — everything else is validated, executed, and verified for you.

1 · Brief → drafted posts

Hand the agent a campaign brief. It drafts platform-specific posts for every connected channel and uploads media once, reusing the hosted assets everywhere.

agent
> upload_asset(launch.png)
✓ hosted → asset_101
> validate_schedule(campaign.yaml)
✓ 12 posts · 4 platforms · 0 errors

2 · Draft → your approval

The campaign lands as a draft run. Nothing publishes until you release it — in the dashboard or right in chat.

agent
> apply_schedule(mode: "draft")
✓ run_2841 — waiting for approval
# you approve →
> publish_draft("run_2841")
✓ 12 posts scheduled

3 · Publish → verified delivery

The agent confirms every post went live and pulls analytics to shape the next campaign. A post isn't "done" until it's verified.

agent
> run_status("run_2841")
✓ 12/12 delivered · 0 failed
> get_analytics("run_2841")
✓ impressions + engagement pulled
Validation before publish — errors surface in the dry run, not on your timeline
Draft mode with explicit approval for agent-created campaigns
Scoped workspace API keys — revoke one key, revoke the agent
Full audit trail — every post, attempt, error, and retry is inspectable
Timezone-aware scheduling across every campaign
Delivery verification — a post isn't "done" until it's confirmed live

How it works

Connect accounts

Post to all socials

Post and
Schedule

Manage
with AI

Integrate

Connect to your AI Agent

Generate
Content

Photos, videos, sound

Use with your favorite
AI Agents

Simply install the skill with this command

npx skills add ndesv21/socialclaw
Anthropic's Claude
OpenAI's Codex
Use with OpenClaw
Use with Hermes

Ready to put your
agents to work?

Start free
Supported social platforms

Frequently Asked Questions

An agentic social media scheduler is a scheduler AI agents can operate directly — creating, uploading, scheduling, publishing, and verifying posts through interfaces built for agents (MCP, API, CLI, and agent skills) instead of a human clicking through a dashboard. SocialClaw exposes the entire publishing workflow to agents while approval and account control stay with you.