plugins marketplace
← All plugins

tweetclaw

v1.5.3

X/Twitter automation - post, reply, like, retweet, follow, DM, search, extract data, monitor accounts, run giveaways via Xquik REST API.

Claude Code1 skill

by Burak BayirMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/tweetclaw/ inside the repository.

Layout

plugins/devops/tweetclaw/
├── .claude-plugin/plugin.json
└── skills/tweetclaw/SKILL.md

Skills1

tweetclawskills/tweetclaw/SKILL.md

X/Twitter automation plugin. Post tweets, reply, like, retweet, follow, unfollow, send DMs, search tweets, look up users, extract bulk data, monitor accounts, run giveaway draws, and compose algorithm-optimized tweets via Xquik REST API. Use when the user asks about Twitter, X, tweets, followers, social media automation, tweet analytics, or giveaway management. Trigger with "post tweet", "search tweets", "extract followers", "run giveaway", "monitor account", "compose tweet", "trending topics".

Manifests1

plugins/devops/tweetclaw/.claude-plugin/plugin.json
{
  "name": "tweetclaw",
  "version": "1.5.3",
  "description": "X/Twitter automation - post, reply, like, retweet, follow, DM, search, extract data, monitor accounts, run giveaways via Xquik REST API.",
  "author": {
    "name": "Burak Bayir",
    "email": "burak@xquik.com"
  },
  "repository": "https://github.com/Xquik-dev/tweetclaw",
  "homepage": "https://xquik.com",
  "license": "MIT",
  "keywords": [
    "twitter",
    "x",
    "automation",
    "social-media",
    "tweets",
    "monitoring",
    "giveaway",
    "scraping",
    "mcp"
  ]
}