tweetclaw
v1.5.3X/Twitter automation - post, reply, like, retweet, follow, DM, search, extract data, monitor accounts, run giveaways via Xquik REST API.
by Burak BayirMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/tweetclaw/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/tweetclaw/SKILL.md
Skills1
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
{
"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"
]
}