首页openclaw插件 › TweetClaw — 插件工具

代码插件 安全

TweetClaw — 插件工具

v1.5.3

TweetClaw's code, config schema, and runtime instructions are internally consistent with an Xquik-backed X/Twitter automation plugin; requested credentials and behavior match the stated purpose.

0· 3·0 当前
by @kriptoburak·MIT
下载插件包 项目主页
License
MIT
最后更新
2026/4/6
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
TweetClaw's code, config schema, and runtime instructions are internally consistent with an Xquik-backed X/Twitter automation plugin; requested credentials and behavior match the stated purpose.
安全有层次,运行前请审查代码。

License

MIT

可自由使用、修改和再分发,需保留版权声明。

版本

latestv1.5.32026/3/30
● 无害

安装命令 点击复制

官方npx clawhub@latest install @xquik/tweetclaw
镜像加速npx clawhub@latest install @xquik/tweetclaw --registry https://cn.clawhub-mirror.com

插件文档

TweetClaw

[image: npm] [image: License: MIT]

GitHub stars
GitHub stars

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. Reads from $0.00015/call - 33x cheaper than the official X API.

Pricing

TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.

vs Official X API

Xquik (via TweetClaw)X API BasicX API Pro
Monthly cost$20$100$5,000
Cost per tweet read$0.00015~$0.01~$0.005
Cost per user lookup$0.0003~$0.01~$0.005
Write actions$0.0015LimitedLimited
Bulk extraction$0.00015/resultNot availableNot available
Monitoring + webhooksFreeNot availableNot available
Giveaway draws$0.00015/entryNot availableNot available

Per-Operation Costs

OperationCreditsCost
Read (tweet, search, timeline, bookmarks, etc.)1$0.00015
Read (user profile, verified followers, followers you know)2$0.0003
Read (favoriters)1$0.00015
Read (trends)3$0.00045
Follow check, article7$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)2/result$0.0003/result
Extraction (articles)5/result$0.00075/result
Draw1/entry$0.00015/entry
Monitors, webhooks, radar, compose, drafts, integrations0Free

Pay-Per-Use (No Subscription)

Two options:

    • Credits: Top up credits via the API ($10 minimum). 1 credit = $0.00015. Works with all 120 endpoints.
    • MPP: 16 read-only X-API endpoints accept anonymous on-chain payments via Machine Payments Protocol. No account needed. SDK: npm i mppx viem.

Free Operations

Tweet composition, style analysis, drafts, curated radar (7 sources), account management, integrations, automations, support tickets - all free, no credits consumed.

Install

openclaw plugins install @xquik/tweetclaw

Configure

Option A: API key (full access, 120 endpoints)

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.

Option B: Credits (pay-per-use, no subscription)

Top up credits from the Xquik dashboard or via POST /credits/topup. All 120 endpoints available. 1 credit = $0.00015.

Option C: MPP pay-per-use (no account needed, 16 read-only endpoints)

MPP (Machine Payments Protocol) lets agents pay per API call without an account, API key, or subscription. 16 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).

Optional settings

openclaw config set plugins.entries.tweetclaw.config.pollingEnabled true
openclaw config set plugins.entries.tweetclaw.config.pollingInterval 60

Tools

TweetClaw uses Xquik's 2-tool approach to cover the entire API:

explore (free, no network)

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

tweetclaw (execute API calls)

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

Commands

Instant responses, no LLM needed:

CommandDescription
/xstatusAccount info, subscription status, usage, credit balance
/xtrendsTrending topics from curated sources
/xtrends techTrending topics filtered by category

Event Notifications

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
    • Follower changes: Gained or lost followers on monitored accounts

Set up a monitor first:

You: "Monitor @elonmusk for new tweets and follower changes"

API Coverage

120 endpoints across 12 categories:

CategoryExamplesCost
Write ActionsPost tweets, reply, like, retweet, follow, unfollow, DM, update profile, avatar, banner10 credits
MediaUpload media via URL, download tweet media, get gallery links1-2 credits
TwitterSearch tweets, look up users, user tweets/likes/media, favoriters, mutual followers, check follows, articles, bookmarks, notifications, timeline, DM history1-5 credits
CompositionCompose, refine, score tweets; manage drafts; analyze writing stylesFree
ExtractionRun extraction jobs (23 tool types: replies, followers, communities, favoriters, user_likes, user_media, etc.)1-5 credits/result
DrawsRun giveaway draws on tweets, export results1 credit/entry
MonitoringCreate monitors, view events, manage webhooksFree
AutomationsCreate flows, add steps, test runs, inbound webhooksFree
AccountManage API keys, subscription, connected X accountsFree
CreditsCheck balance, top up creditsFree
TrendsX trending topics, curated radar from 7 sources3 credits / Free
SupportCreate tickets, reply, track statusFree

Links

License

MIT

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务