tweetclaw

OpenClaw plugin for X/Twitter automation. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, monitor accounts via Xquik. 40+ endpoints, 2 tools (explore + tweetclaw), 2 commands (/xstatus, /xtrends), background event poller.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tweetclaw" with this command: npx skills add kriptoburak/tweetclaw

TweetClaw

OpenClaw plugin for X/Twitter automation powered by Xquik. Install via:

openclaw plugins install @xquik/tweetclaw

Configuration

Set your Xquik API key (get one at xquik.com/account-manager):

openclaw config set plugins.entries.tweetclaw.config.apiKey 'xq_YOUR_KEY'

Tools

TweetClaw registers 2 tools that cover the entire Xquik API (40+ endpoints):

explore (free, no network)

Search the API spec to find endpoints. No API calls are made.

Example: "What endpoints are available for tweet composition?"

The agent writes an async arrow function that filters the in-memory endpoint catalog:

async () => spec.endpoints.filter(e => e.category === 'composition')

tweetclaw (execute API calls)

Execute authenticated API calls. Auth is injected automatically.

Example: "Search tweets about AI agents"

async () => {
  const results = await xquik.request('/api/v1/x/tweets/search', { query: { q: 'AI agents' } });
  return results;
}

Commands

CommandDescription
/xstatusAccount info, subscription status, usage
/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:

  • Monitor alerts: new tweets, replies, quotes, retweets from monitored accounts
  • Follower changes: gained or lost followers on monitored accounts

Common Workflows

Post a tweet

You: "Post a tweet saying 'Hello from TweetClaw!'"
Agent uses explore -> finds POST /api/v1/x/tweets
Agent uses tweetclaw -> posts the tweet with auth

Search tweets

You: "Search tweets about AI agents"
Agent uses explore -> finds GET /api/v1/x/tweets/search
Agent uses tweetclaw -> calls the endpoint

Run a giveaway draw

You: "Pick 3 random winners from replies to this tweet: https://x.com/..."
Agent uses tweetclaw -> creates draw with filters

Monitor an account

You: "Monitor @elonmusk for new tweets and follower changes"
Agent uses tweetclaw -> creates monitor with event types

Compose an optimized tweet

You: "Compose a tweet about our product launch"
Agent uses tweetclaw -> 3-step compose/refine/score workflow (free)

API Categories

CategoryExamplesFree
Write ActionsPost tweets, reply, like, retweet, follow, DM, update profileNo
MediaUpload media, download tweet mediaNo
TwitterSearch tweets, look up users, check followsNo
CompositionCompose, refine, score tweets; manage draftsYes
StylesAnalyze tweet styles, compare, performanceMixed
ExtractionReply/follower/community extraction (20 tools)No
DrawsGiveaway draws, export resultsNo
MonitoringCreate monitors, view events, webhooksNo
AccountAPI keys, subscription, connected X accountsYes
TrendsX trending topics, curated radar from 7 sourcesMixed

Pricing

Free tier (no subscription): tweet composition, style analysis, drafts, curated radar, account management, integrations.

Subscription ($20/month): write actions, search, media, extractions, draws, monitors, X trending.

When a paid endpoint returns 402, TweetClaw provides a checkout URL.

When NOT to Use

  • Reading tweets in a browser or basic browsing (use a browser skill instead)
  • X/Twitter analytics dashboards (TweetClaw returns raw data, not visualizations)
  • Scheduling tweets for future posting (Xquik posts immediately)
  • Managing X/Twitter ads or promoted content (not supported)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Fast.io

Workspaces for agentic teams. Complete agent guide with all 19 consolidated tools using action-based routing — parameters, workflows, ID formats, and constra...

Registry SourceRecently Updated
3.6K1dbalve
Automation

Tozil

Track every AI dollar your agent spends. Per-model cost breakdown, daily budgets, and alerts.

Registry SourceRecently Updated
Automation

ComfyUI Controller Pro

支持批量生成10-100个修仙视频和图片,集成LTX2多版本模型与自动化浏览器及工作流管理功能。

Registry SourceRecently Updated
Automation

Baidu Yijian Vision

百度一见专业级视觉 AI Agent:支持图片/视频/及实时视频流分析。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:作业 SOP 合规与关键步骤完整性校验;工业质检与表面缺陷精密...

Registry SourceRecently Updated