Skip to content

Add x-twitter-scraper skill#320

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

Add x-twitter-scraper skill#320
kriptoburak wants to merge 1 commit intoopenai:mainfrom
kriptoburak:add-x-twitter-scraper

Conversation

@kriptoburak
Copy link
Copy Markdown

Summary

  • Adds the x-twitter-scraper skill to the curated skills catalog
  • X (Twitter) real-time data platform for AI coding agents: 120 REST API endpoints, 2 MCP tools, HMAC webhooks
  • Covers tweet search, user lookup, follower extraction, write actions, monitoring, giveaway draws, trending topics
  • Reads from $0.00015/call -- 33x cheaper than the official X API
  • Includes 7 reference files (API endpoints, extractions, MCP setup/tools, Python examples, TypeScript types, webhooks)
  • MIT licensed

Skill structure

skills/.curated/x-twitter-scraper/
  SKILL.md              # Main skill document with quick reference, decision trees, code examples
  LICENSE.txt           # MIT license
  references/
    api-endpoints.md    # All 120 REST API endpoints with parameters and response shapes
    extractions.md      # 23 extraction tool types with export columns
    mcp-setup.md        # MCP server config for 10 IDEs and AI platforms
    mcp-tools.md        # MCP tool selection rules and workflow patterns
    python-examples.md  # Python equivalents of all JavaScript examples
    types.md            # TypeScript type definitions for all API objects
    webhooks.md         # Extended webhook examples and local testing

Links

120 REST API endpoints, 2 MCP tools, HMAC webhooks. Covers tweet search,
user lookup, follower extraction, write actions, monitoring, giveaway
draws, trending topics. Reads from $0.00015/call.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kriptoburak kriptoburak requested a review from a team March 29, 2026 15:54
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