Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Bankr Skills equip builders with plug-and-play tools to build more powerful agen
| yoink | [yoink](yoink/) | Social on-chain game. "Yoink" a token from the current holder. Uses Bankr for transaction execution. |
| [Neynar](https://neynar.com) | [neynar](neynar/) | Full Farcaster API integration. Post casts, like, recast, follow users, search content, and manage Farcaster identities. |
| [Hydrex](https://hydrex.fi) | [hydrex](hydrex/) | Liquidity pools on Base. Lock HYDX for voting power, vote on pool strategies, deposit single-sided liquidity into auto-managed vaults, and claim oHYDX rewards. |
| [Xquik](https://github.com/Xquik-dev/x-twitter-scraper) | [x-twitter-scraper](x-twitter-scraper/) | X API & Twitter scraper skill for AI coding agents. 40+ tools: tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, trending topics, write actions, Telegram integrations. REST API, MCP server & webhooks. |

## Adding a Skill

Expand Down
49 changes: 49 additions & 0 deletions x-twitter-scraper/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: x-twitter-scraper
description: X API & Twitter scraper skill for AI coding agents. 40+ tools for tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, trending topics, write actions, and Telegram integrations. REST API, MCP server & webhooks.
metadata: {"clawdbot":{"emoji":"𝕏","homepage":"https://github.com/Xquik-dev/x-twitter-scraper"}}
---

# x-twitter-scraper

X API & Twitter scraper skill for AI coding agents. 40+ tools covering read, write, and analysis operations on X (formerly Twitter).

## Quick Start

```
> install the x-twitter-scraper skill from https://github.com/BankrBot/skills/tree/main/x-twitter-scraper
```

Full documentation and setup instructions: [github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)

## Tools

### Read Operations
- **Tweet search** β€” Search tweets by keyword, hashtag, or advanced query
- **User lookup** β€” Get profile details by username or user ID
- **Follower extraction** β€” List followers and following for any account
- **Engagement metrics** β€” Likes, retweets, quotes, replies, and bookmarks
- **Trending topics** β€” Current trending topics by region
- **List members** β€” Extract members from X lists

### Write Operations
- **Post tweets** β€” Create tweets with text and media
- **Reply, retweet, like** β€” Engage with existing tweets
- **Follow/unfollow** β€” Manage account relationships
- **Create lists** β€” Build and manage X lists

### Analysis & Automation
- **Giveaway draws** β€” Run verifiable giveaway draws with configurable filters
- **Community explorer** β€” Analyze community membership and engagement
- **Style analyzer** β€” Analyze tweet writing style and patterns
- **Account monitoring** β€” Track account changes over time

### Integrations
- **REST API** β€” Full REST API (v1) with API key authentication
- **MCP server** β€” Model Context Protocol server for AI agent integration
- **Webhooks** β€” HMAC-signed webhook delivery for real-time events
- **Telegram bot** β€” Telegram bot for notifications and control

## Compatibility

Works with Claude Code, Cursor, Codex, Copilot, Windsurf, and 40+ AI coding agents.