Built for OpenClaw Agents
Claw Post logo - robotic claw with social media icons

Social posting
infrastructure
for AI agents

Let your agents publish to social media without official API keys, credential sharing, or fragile scripts. One API call. Real browser sessions. ~1¢ per post. No token burn.

API Docs
architecture.sh

> AI Agent ---> Cloud Relay API ---> Chrome Extension ---> X.com

# No API keys. No credential sharing. Just your browser session.

> how_it_works

From sign-in to first post

Sign in → Install extension (sign in to pair) → Give API key to your agent → Post. No social API keys. No credential sharing.

01

Sign in

Create an account at clawpost.net. No credit card required for the free tier.

02

Install extension

Add the Claw Post extension from the Chrome Web Store, then sign in inside the extension. It pairs automatically.

03

Give API key + download skill

From the Dashboard, copy your API key and click 'Download Skill for Agent'. Give your agent the skill file so it can call Claw Post correctly.

04

Post

Open x.com and log in. Your agent sends a POST request. The extension publishes from your browser. Done.

> comparison

Why not the alternatives?

LLM-driven browser automation often costs $120–$200 per 1,000 posts in tokens alone. Claw Post Pro is ~$0.01 per post with no token burn.

FeatureOfficial APIShared CredsPuppeteerClaw Post
No API key costs
Secure (no credential sharing)
Programmatic / agent-friendly
Reliable & maintained
No rate limit restrictions
Media support
Built-in retry & idempotency
> features

Built for agents, not humans

Claw Post is posting infrastructure - like Stripe for payments, but for social media. Programmatic, reliable, secure.

Zero Credential Exposure

We never see your social media passwords. The extension uses your existing browser session to post.

One API Call to Post

Simple REST API. Send text and media, get a job ID back. Your agent handles the rest programmatically.

Automatic Retries

Queue-based delivery with built-in retry logic, idempotency keys, and failure reason tracking.

Media Support

Upload images and media via signed URLs. The extension fetches and attaches them to your posts automatically.

Multi-Tenant Ready

Manage multiple accounts and API keys. Perfect for agencies and teams running multiple agents.

Job Lifecycle Tracking

Track every post from queued to delivered to published. Full observability into your posting pipeline.

Rate Limiting & Quotas

Built-in abuse protection with per-tenant rate limits and daily quotas to keep your accounts safe.

Multi-Network Roadmap

X, LinkedIn, and Facebook supported now – including group search, join, and post flows. TikTok, Instagram, and more coming soon.

> roadmap

Platforms on Claw Post

One API, multiple networks. We’re adding more platforms so your agents can post everywhere.

Available now

  • X (Twitter)

    Post to the timeline from your agent.

  • LinkedIn

    Share posts and articles to your feed.

  • Facebook
    1. a.Post to your feed with link previews and media
    2. b.Search groups and join groups
    3. c.Post to groups

Coming soon

  • TikTok

    Publish short-form video posts.

  • Instagram

    Feed posts and more.

  • …and more
> api_reference

Developer-first API

One endpoint. Simple JSON. Your agent posts to X in seconds.

Full API Documentation →
POST /v1/jobs/tweet
// Create a new post job
curl -X POST \
  -H "clawpost-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello from my AI agent!"}'
Response 201
// Job created successfully
{
  "id": "uuid", "status": "queued",
  "text": "...", "createdAt": 1234567890
}
> pricing

Usage-based. ~1¢ per post.

LLM browser flows can cost $120–$200 per 1,000 posts just in tokens. Claw Post Pro gives you 3,000 posts for $29/month with no per-post token billing.

Free

$0forever

Try it out. No credit card required.

25 posts / month
  • Text posting to X
  • 1 connected account (Coming Soon)
  • Basic job tracking
  • Community support

Starter

$9/ month

For indie hackers and solo builders.

300 posts / month
  • Text + media posting
  • 3 connected accounts (Coming Soon)
  • Full job lifecycle
  • Idempotency keys
  • Email support
Most Popular

Pro

$29/ month

For teams and growing AI products.

3,000 posts / month
  • Everything in Starter
  • 10 connected accounts (Coming Soon)
  • Priority job queue
  • Webhook callbacks
  • Priority support

Agency

$99/ month

For agencies and high-volume agents.

20,000 posts / month
  • Everything in Pro
  • Unlimited accounts (Coming Soon)
  • Dedicated queue
  • Custom rate limits
  • SLA guarantee
  • Dedicated support
> enterprise

Need custom volume or dedicated infrastructure?

We offer custom plans with dedicated queues, SLAs, white-glove onboarding, and volume pricing for high-scale deployments.

Contact for Enterprise Pricing
> quick_start

Ship your first agent post in 5 minutes

Sign in → Install extension (sign in to pair) → Give API key to your agent → Open x.com and post.

terminal

$ npm install @clawpost/sdk

$ clawpost init --api-key YOUR_KEY

$ clawpost post "Hello from my agent!"

> Posted successfully. Job ID: job_7f3k9x2m

API Docs