Skip to content

Add x-twitter-scraper skill for X (Twitter) data access#228

Open
kriptoburak wants to merge 1 commit intomicrosoft:mainfrom
kriptoburak:add-x-twitter-scraper
Open

Add x-twitter-scraper skill for X (Twitter) data access#228
kriptoburak wants to merge 1 commit intomicrosoft:mainfrom
kriptoburak:add-x-twitter-scraper

Conversation

@kriptoburak
Copy link
Copy Markdown

Summary

  • Adds a new core skill for the Xquik X (Twitter) real-time data platform
  • 120 REST API endpoints, 2 MCP tools, HMAC webhooks, 23 bulk extraction types
  • Covers tweet search, user lookup, follower extraction, write actions, account monitoring, giveaway draws, trending topics, and tweet composition
  • Includes a complete endpoint reference in references/endpoints.md

Skill Structure

.github/skills/x-twitter-scraper/
├── SKILL.md                      # Core skill (auth, search, write, extraction, monitoring, webhooks, MCP)
└── references/
    └── endpoints.md              # Complete 120-endpoint reference with credits/pricing

Why This Skill

X (Twitter) is one of the most common data sources for AI agent workflows — sentiment analysis, social monitoring, content creation, community management. This skill gives agents deep knowledge of the Xquik platform which provides the cheapest X data access available (reads from $0.00015/call, 66x cheaper than the official X API).

The skill follows the repo's existing patterns:

  • YAML frontmatter with trigger phrases
  • Progressive disclosure (SKILL.md overview + reference files)
  • Code examples in both bash and TypeScript
  • Error handling table
  • MCP server configuration

Test plan

  • Verify SKILL.md renders correctly in GitHub
  • Verify frontmatter name and description fields are well-formed
  • Confirm skill is discoverable via npx skills add microsoft/skills
  • Test trigger phrases activate the skill appropriately

🤖 Generated with Claude Code

Adds a new core skill for the Xquik X (Twitter) real-time data platform.
120 REST API endpoints, 2 MCP tools, HMAC webhooks, 23 bulk extraction
types. Covers tweet search, user lookup, follower extraction, write
actions, monitoring, giveaway draws, trending topics, and composition.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kriptoburak kriptoburak requested a review from thegovind as a code owner March 29, 2026 15:57
@kriptoburak
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant