Post tweets, reply, like, retweet, follow, DM & more - directly from your chat. Full X/Twitter automation for OpenClaw.
Powered by Xquik, the all-in-one X automation platform. Post reads from $0.00015/call - about 33x cheaper than official X API post reads.
TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.
| Xquik (via TweetClaw) | Official X pay-per-usage | Notes | |
|---|---|---|---|
| Access model | $20/month full API, plus pay-per-use options | No subscriptions or commitments | Basic and Pro are legacy package names |
| Cost per post read | $0.00015 | $0.005 per resource | Xquik is about 33x cheaper |
| Cost per user lookup | $0.00015 | $0.010 per resource | Xquik is about 67x cheaper |
| Cost per trend read | $0.00045 | $0.010 per resource | Xquik is about 22x cheaper |
| Write actions | $0.0015 | $0.015 content or interaction create; $0.200 content create with URL | Xquik is 10x cheaper for matching $0.015 write classes |
| Bulk extraction | $0.00015/result | Charged per returned resource | Built-in extraction jobs are included with Xquik |
| Monitoring + webhooks | Free | No direct monitor product in pricing table | Real-time delivery is included |
| Giveaway draws | $0.00015/entry | No comparable draw product | Draw engine is included |
Source: official X API pricing, which lists current pay-per-usage read and write rates.
| Operation | Credits | Cost |
|---|---|---|
| Read (tweet, search, timeline, bookmarks, etc.) | 1 | $0.00015 |
| Read (user profile, verified followers, followers you know) | 1 | $0.00015 |
| Read (favoriters) | 1 | $0.00015 |
| Read (trends) | 3 | $0.00045 |
| Follow check, article | 7 | $0.00105 |
| Write (tweet, like, retweet, follow, DM, etc.) | 10 | $0.0015 |
| Extraction (tweets, replies, quotes, mentions, posts, likes, media, search, favoriters, retweeters, community members, people search, list members, list followers) | 1/result | $0.00015/result |
| Extraction (followers, following, verified followers) | 1/result | $0.00015/result |
| Extraction (articles) | 5/result | $0.00075/result |
| Draw | 1/entry | $0.00015/entry |
| Monitors, webhooks, radar, compose, drafts | 0 | Free |
Two options:
- Credits: Top up credits via the API. 1 credit = $0.00015. Works with all 112 endpoints.
- MPP: 32 read-only X-API endpoints accept anonymous on-chain payments via Machine Payments Protocol. No account needed. SDK:
npm i mppx viem.
Tweet composition, style analysis, drafts, curated radar (7 sources), account management, support tickets - all free, no credits consumed.
openclaw plugins install @xquik/tweetclawNote:
@xquik/tweetclawis the only official npm package. Any other scope (for example@intentsolutionsio/tweetclaw) is an unofficial redistribution and may ship stale metadata or outdated endpoint counts.
Get an API key at dashboard.xquik.com. Store it in an environment variable and configure TweetClaw to use it:
openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY"Security: Always reference your key via an environment variable - never paste raw keys into shell commands or config files.
Top up credits from the Xquik dashboard or via POST /credits/topup. All 112 endpoints available. 1 credit = $0.00015.
MPP (Machine Payments Protocol) lets agents pay per API call without an account, API key, or subscription. 32 read-only endpoints. Create an MPP account with mppx account create. The signing key stays local and is only used to sign payment proofs.
npm i mppx viem
openclaw config set plugins.entries.tweetclaw.config.tempoSigningKey "$MPP_SIGNING_KEY"Security: Always store your signing key in an environment variable - never paste raw keys into shell commands or config files.
MPP-eligible endpoints: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article lookup ($0.00105), media download ($0.00015/media), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).
openclaw config set plugins.entries.tweetclaw.config.pollingEnabled true
openclaw config set plugins.entries.tweetclaw.config.pollingInterval 60TweetClaw uses Xquik's 2-tool approach to cover the entire API:
Search the API spec to find endpoints. No API calls are made.
You: "What endpoints are available for tweet composition?"
AI uses explore → filters spec by category "composition"
→ Returns matching endpoints with parameters and response shapes
Execute authenticated API calls. Auth is injected automatically - the LLM never sees your API key.
You: "Post a tweet saying 'Hello from TweetClaw!'"
AI uses tweetclaw → finds connected account, posts tweet
→ Returns { tweetId, success: true }
You: "Search tweets about AI agents"
AI uses explore → finds /api/v1/x/tweets/search
AI uses tweetclaw → calls the endpoint with auth
→ Returns tweet results
Instant responses, no LLM needed:
| Command | Description |
|---|---|
/xstatus |
Account info, subscription status, usage, credit balance |
/xtrends |
Trending topics from curated sources |
/xtrends tech |
Trending topics filtered by category |
When polling is enabled (default), TweetClaw checks for new events every 60 seconds and delivers them to your chat:
- Monitor alerts: New tweets, replies, quotes, retweets from monitored accounts
Set up a monitor first:
You: "Monitor @elonmusk for new tweets, replies, and retweets"
112 endpoints across 10 categories:
| Category | Examples | Cost |
|---|---|---|
| Account | Account settings, API keys, subscription | Free |
| Composition | Compose, drafts, writing styles, radar | Free / Mixed |
| Credits | Check balance, top up credits | Free |
| Extraction | 23 extraction tools, giveaway draws, exports | 1-5 credits/result |
| Media | Upload media via URL, download tweet media, get gallery links | 1-2 credits |
| Monitoring | Create monitors, view events, manage webhooks | Free |
| Support | Create tickets, reply, track status | Free |
| Search, lookups, timelines, articles, trends, bookmarks, notifications | 1-7 credits | |
| X Accounts | List, inspect, and disconnect connected accounts | Free |
| X Write | Post, reply, like, retweet, follow, remove follower, DM, profile, communities | 10 credits |
- Xquik Platform
- API Documentation
- Billing & Pricing
- Framework guides: Mastra, CrewAI, LangChain, Pydantic AI, Google ADK, Microsoft Agent Framework, n8n, Zapier, Make, Pipedream, Composio migration
- npm Package
- OpenClaw
MIT