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 and agent access

Add programmatic access to Basic or Pro

The paid API and agent add-on includes the REST API, MCP server, Claude Skills, and AGENTS.md integration. It is not included with either scheduler 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

Connection failed

Set command to npx and provide args as an array. Restart the agent after changing its configuration.

API add-on required

MCP and REST API access require the paid add-on. View add-on details.

API key missing

Create a key in API settings. Keys begin with pq_live_ and belong in the MCP configuration environment block.

Rate limit reached

Basic allows 30 requests/minute and 5,000/day. Pro allows 120 requests/minute and 50,000/day. Read the rate-limit reference.

OpenClaw setup still failing

Check the developer documentation or email konark@arktechllc.net.

Setup guides for other agents

Each guide uses the same PostQuickAI API and MCP server with tool-specific configuration.

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.

View Plans