Content
# X (Twitter) Browser Skill for Claude Code
A skill for browsing X (Twitter) content in Claude Code using Chrome DevTools MCP.
## Features
- Search tweets
- View user profiles
- Read specific tweet details
- View trending topics
- Structured content extraction
## Prerequisites
1. [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed
2. `chrome-devtools` MCP server configured (`npx chrome-devtools-mcp@latest`)
3. Logged in to X.com on Chrome browser
## Installation
Place `SKILL.md` in the skills directory of Claude Code:
```
~/.claude/skills/x-browser/SKILL.md
```
## Usage
Type `/x-browser` in Claude Code to activate, then tell Claude what you want to view, e.g.:
- "Search for the latest tweets about AI"
- "View @elonmusk's profile"
- "Open this tweet https://x.com/..."
- "Show me the current trending topics"
## Design Principles
- **Snapshot-First**: Uses the accessibility tree instead of CSS selectors to adapt to X's frequently changing frontend structure
- **Read-only operations**: Only browses content, does not perform write operations like posting/ liking/ retweeting
- **Free scheme**: No paid X API access required, achieved through browser automation
## License
MIT
Connection Info
You Might Also Like
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
ai-native-pm-os
The exhaustive guide to mastering Claude for Product Managers. Build your...
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...