OpenClaw Integration

PostQuickAI for OpenClaw

The open-source AI agent framework meets social media automation. Text your OpenClaw agent over Signal, Telegram, WhatsApp, or Discord — it schedules posts, generates content, and pulls analytics.

1. Add to your character config

In your OpenClaw character file (characters/my-agent.json), add the MCP block:

{
  "name": "my-agent",
  "modelProvider": "anthropic",
  "plugins": [],
  "mcpServers": {
    "postquickai": {
      "command": "npx",
      "args": ["-y", "@postquickai/mcp"],
      "env": {
        "POSTQUICKAI_API_KEY": "pq_live_your_key_here"
      }
    }
  }
}

If you already have other MCP servers configured, add postquickai alongside them.

2. Restart the agent

pnpm start --character=./characters/my-agent.json

Watch the logs — you'll see [MCP] Connected to postquickai (40 tools) when it's ready.

3. Try it over messaging

Whatever messaging adapter you have configured (Telegram, Discord, WhatsApp, Signal):

"Hey bot, schedule a post for tomorrow at 9am about our launch — Twitter and LinkedIn"
"What's my best-performing post from last month?"
"Generate a 5-tweet thread about our Series A and post it to twitter_x, threads, bluesky"
"Run my daily digest — what posted today and how is it performing?"
"Retry all posts that failed overnight"

4. (Optional) Scheduled tasks

Run your agent on cron for autonomous workflows — nightly analytics digests, morning content-batch planning, weekly retrospectives. Each task exits cleanly; pair with your system's scheduler (cron, systemd timer, Railway cron).

API + Agent access

MCP server, Skills, and REST API are all included with the API add-on on any paid plan.

FAQ

Frequently Asked Questions

OpenClaw (formerly Clawdbot) is a free open-source AI agent framework with 150k+ GitHub stars. Agents run locally, connect to messaging platforms (Signal, Telegram, Discord, WhatsApp, X DMs) as their interface, and work with Claude, GPT, Gemini, Grok, or any model you bring.

OpenClaw supports MCP servers natively. Add the PostQuickAI config to your character file's `mcpServers` block, restart the agent, and all 40 social media tools appear automatically alongside your other plugins.

Yes. OpenClaw routes incoming messages to the agent loop, the agent picks tools to call (including PostQuickAI), and responses flow back through the same messaging adapter. Text your agent "schedule a post for tomorrow 9am" from WhatsApp — it works.

Absolutely. OpenClaw agents are designed for multi-plugin workflows. Chain PostQuickAI with the Twitter reader plugin, the news plugin, the image-gen plugin, etc. — one agent, many capabilities.

Only when you want real-time messaging. For purely scheduled work (nightly analytics digests, daily content batches), run the agent as a cron job with `pnpm start --character=./config.json --task=digest` and let it exit after the task completes.

Troubleshooting

"Failed to connect to postquickai"

Almost always a config format issue. Make sure command is just npx and args is an array — never put the whole command in one string. Also fully quit and restart your agent after editing config.

"API add-on required" / 403 errors

MCP and REST API access both require the API add-on on your plan. Enable it at postquick.ai/pricing.

"Missing POSTQUICKAI_API_KEY"

Generate a key at postquick.ai/dashboard/api. Keys start with pq_live_. Put it in the env block of your MCP config.

Rate limit exceeded

Basic plan: 30 req/min, 5k/day. Pro plan: 120 req/min, 50k/day. See rate limits in the API docs.

OpenClaw-specific issues

Still stuck? See the developer docs or email support@postquick.ai.

Also works with

PostQuickAI is agent-native — same API, same MCP server, same skills bundle across every major AI coding agent.

Self-hosted social media agent, zero code

Plug PostQuickAI into OpenClaw and your autonomous agent can post to 8 platforms, analyze performance, and iterate on its own content strategy.

Start free trial