From x-twitter-scraper
Generates batches of tweet ideas for X (Twitter) based on user niche, recent trends, and style profile. For ideation only before drafting or posting.
npx claudepluginhub xquik-dev/x-twitter-scraper --plugin x-twitter-scraperThis skill uses the workspace's default tool permissions.
Generate a batch of tweet topic ideas. Each idea is a short prompt - the user (or `write-tweets`) turns it into an actual draft.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Generate a batch of tweet topic ideas. Each idea is a short prompt - the user (or write-tweets) turns it into an actual draft.
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /compose (step=ideas) | Generate topic ideas | Compose tier |
| GET /trends | Seed ideas from current trends | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
POST /compose
{
"step": "ideas",
"niche": "indie saas",
"count": 10,
"seed_from_trends": true
}
-> { ideas: [{ prompt, rationale, format: "thread"|"single"|"poll" }] }
prompt to write-tweets to draft.Drafting: write-tweets. Threads: write-threads. Posting: post-tweets. Full API: x-twitter-scraper.