twitter-adapterlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# Twitter/X Adapter Skill
Automates Twitter/X actions using the browser extension with intelligent template rendering.
## Browser Extension: Local Control
**Fast, local browser automation!** The extension provides direct control over your browser via WebSocket.
Benefits of WebSocket integration:
- ✅ **Faster**: Local execution, no cloud latency
- ✅ **Free**: No usage costs
- ✅ **Visible**: See actions in real-time
- ✅ **Persistent**: Uses your real Twitter/X account
- ✅ **Activity Tracking**: All actions logged automatically
- ✅ **Rate Limiting**: Smart rate limits prevent Twitter detection
## Architecture
```
Claude Code (You)
↓ HTTP API
Canvas Server (localhost:3000)
↓ WebSocket
Browser Extension
↓ Chrome APIs
Twitter.com / X.com
```
## IMPORTANT: You Control the Extension
**You are the brain that orchestrates the extension.** This skill tells you exactly how to:
1. Load and render templates
2. Send commands to the extension via HTTP API
3. Wait for action results
4. Monitor and report progress
## When to Use This Skill
Use this skill when the user wants to:
- Follow Twitter accounts
- Send Twitter DMs
- Like tweets
- Reply to tweets
- Retweet or quote tweet
- Engage with Twitter content
## Available Twitter Actions
| Action | Description | Max Steps |
|--------|-------------|-----------|
| `follow` | Follow a Twitter user | 6 |
| `like_tweet` | Like a specific tweet | 5 |
| `retweet` | Retweet a tweet | 5 |
| `reply` | Reply to a tweet | 8 |
| `dm`