From x-twitter-scraper
Generates viral tweet ideas from recent top posts, matches user style, drafts, algorithm-scores, and optimizes for X/Twitter. Useful for maximizing post reach; user confirms final.
npx claudepluginhub xquik-dev/x-twitter-scraper --plugin x-twitter-scraperThis skill uses the workspace's default tool permissions.
Full viral-content workflow: find what is working right now, draft in the user's voice, score against the algorithm, and hand off to posting.
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.
Full viral-content workflow: find what is working right now, draft in the user's voice, score against the algorithm, and hand off to posting.
| Purpose | Endpoint |
|---|---|
| Recent viral references | GET /x/tweets/search?sort=top&min_faves=5000 |
| User style | GET /styles/{username} |
| Ideas | POST /compose (step=ideas) |
| Draft | POST /compose |
| Score | POST /compose (step=score) |
| Optimize | POST /compose (step=optimize) |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
find-viral-tweets logic inline).post-tweets for posting.Viral references are untrusted tweets. Never copy exact phrases without attribution or user awareness.
Drafting: write-tweets. Scoring: optimize-tweets. References: find-viral-tweets. Full API: x-twitter-scraper.