Agent skill · Backend & API

x-twitter-scraper

Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, hosted Apify Actor runs, MCP tools, TweetClaw OpenClaw plugin installs, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill x-twitter-scraper --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/x-twitter-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X Twitter Scraper Use this skill when a user wants to integrate Xquik into an app, script, data pipeline, or AI agent workflow for X API and Twitter scraper tasks. ## Use Cases - Search tweets, fetch tweet details, read timelines, and download media. - Look up users, check relationships, and export followers or following. - Start extraction jobs for replies, reposts, quotes, likes, lists, communities, articles, and search results. - Create account monitors and verify HMAC-signed webhook events. - Add TypeScript, Python, Go, Java, Kotlin, C#, Ruby, PHP, CLI, or Terraform clients. - Run hosted tweet and audience collection through Apify Actors. - Connect agent runtimes through the Xquik MCP server. - Install TweetClaw when the workflow belongs inside OpenClaw and needs plugin-managed approvals for X account actions. ## Source Checks Before writing code, inspect the current Xquik source material: - REST API docs: https://docs.xquik.com/api-reference/overview - SDK index: https://docs.xquik.com/sdks - OpenAPI spec: https://xquik.com/openapi.json - MCP server docs: https://docs.xquik.com/mcp/overview - Skill repo: https://github.com/Xquik-dev/x-twitter-scraper - TweetClaw OpenClaw plu

What's inside
Steps it walks through
  1. Use Cases
  2. Source Checks
  3. Implementation Flow
  4. SDK Pattern
  5. Apify Actor Pattern
  6. Webhook Pattern
  7. MCP Pattern
  8. OpenClaw Plugin Pattern
  9. Safety And Accuracy
Commands it runs
curl --fail --silent --show-error --request POST \
More from awesome-copilot
All skills →
About this skill
What does the x-twitter-scraper skill do?

Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, hosted Apify Actor runs, MCP tools, TweetClaw OpenClaw plugin installs, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.

How do I install it?

Run `npx skills add github/awesome-copilot --skill x-twitter-scraper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going