OpenClaw skill

Your OpenClaw agent, posting everywhere

One skill, one API key, eight networks. Chirpie gives an autonomous agent a real social media account — with threads, scheduling, and analytics — without a per-platform integration in sight.

Install it in three lines

The skill declares CHIRPIE_API_KEY as a requirement, so OpenClaw only loads it once the key is present.

bash
# 1. Install the skill
openclaw skills install git:Firefloco/chirpie-skills

# 2. Give it a key (chirpie.ai/dashboard/keys)
export CHIRPIE_API_KEY=chirpie_sk_...

# 3. Ask your agent to post
#    "Post to Bluesky: the nightly batch finished clean."

Add --global to install for every agent on the machine, or @main to pin a ref.

What your agent can do

  • Post to X, Bluesky, LinkedIn, Threads, Mastodon, Instagram, Facebook, and Telegram
  • Publish 2–25 post threads with native reply chains where the platform supports them
  • Schedule anything for later — posts go out within about five minutes of their slot
  • Review the queue and cancel before it publishes
  • Delete a published post from Chirpie and from the platform in one call
  • Read engagement metrics back: impressions, likes, reposts, replies, clicks

Prefer tools over instructions?

Point OpenClaw at the hosted Chirpie MCP endpoint and your agent gets typed tools instead of HTTP recipes. Same key, same connected accounts.

bash
openclaw mcp add chirpie \
  --url https://chirpie.ai/mcp \
  --transport streamable-http

openclaw mcp doctor chirpie --probe

Full tool list in the MCP reference.

Built for agents you leave running

One key per agent

Revoke a single key to stop one agent without touching the rest.

Length aware

Every account reports its own max_post_length, so the agent never overruns a limit.

Schedule by default

Queued posts stay cancellable until they publish.

Encrypted credentials

OAuth tokens and app passwords are encrypted at rest — the agent never sees them.

Frequently asked questions

How do I install Chirpie in OpenClaw?
Run `openclaw skills install git:Firefloco/chirpie-skills`, then export a CHIRPIE_API_KEY. The skill declares the key as a requirement, so OpenClaw only loads it once the key is present.
Do I need the skill or the MCP server?
Either works. The skill teaches the agent the REST API; the MCP server at https://chirpie.ai/mcp hands it typed tools. Both use the same API key and the same connected accounts.
Which networks can an OpenClaw agent post to?
X, Bluesky, LinkedIn, Threads, Mastodon, Instagram, Facebook, and Telegram — eight networks through one API key.
Can the agent schedule posts instead of publishing immediately?
Yes. Any post or thread accepts a future schedule_at timestamp in UTC and publishes within about five minutes of that slot. Queued posts stay cancellable until they go out.
Can the agent read replies or mentions?
No. Chirpie is a publishing and analytics layer, not an inbox.
Is it free to try?
Yes. The free plan covers 50 posts a month and one connected account, with no card required.

Start on the free plan

50 posts a month, one connected account, no card. Enough to find out whether you trust the agent with the keys.

Create a free account