instagram-adapterlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# Instagram Adapter Skill
Automates Instagram 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 Instagram account
- ✅ **Activity Tracking**: All actions logged automatically
- ✅ **Rate Limiting**: Smart rate limits prevent Instagram detection
## Architecture
```
Claude Code (You)
↓ HTTP API
Canvas Server (localhost:3000)
↓ WebSocket
Browser Extension
↓ Chrome APIs
Instagram.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 Instagram accounts
- Send Instagram DMs
- Like Instagram posts
- Comment on posts
- Reply to stories
- Engage with Instagram content
## Available Instagram Actions
| Action | Description | Max Steps |
|--------|-------------|-----------|
| `follow` | Follow an Instagram user | 6 |
| `like_post` | Like a post | 6 |
| `comment` | Comment on a post | 8 |
| `dm` | Send a direct message | 10 |
|