Loading...
Loading...
Post to X (Twitter) with auto-threading, images, and videos via Publora MCP
npx skill4agent add publora/skills x-post~/.claude/claude_desktop_config.json{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}https://api.publora.com/api/v1x-publora-key# Get connected platforms
curl -X GET "https://api.publora.com/api/v1/platform-connections" \
-H "x-publora-key: sk_your_api_key"
# Create a post
curl -X POST "https://api.publora.com/api/v1/create-post" \
-H "x-publora-key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"platforms": ["twitter-123456789"],
"content": "Your tweet content",
"scheduledTime": "2026-03-25T10:00:00Z"
}'twitter-{id}twitter-123456789| Plan | Posts/month | Price |
|---|---|---|
| Starter | Not available | Free |
| Pro | 100/account | $2.99/account/month |
| Premium | 500/account | $9.99/account/month |
| Feature | API Limit | Notes |
|---|---|---|
| Characters | 280 | Emojis count as 2 characters |
| Images | Up to 4 | Auto-converted to PNG (max 1000px width) |
| Video duration | 2 minutes | API limit (native app allows 2:20) |
| Video size | 512 MB | MP4, MOV formats |
| Threading | Automatic | Content over 280 chars split with |
(1/N)(2/N)reply_to_id---This is my first tweet in the thread.
---
This is my second tweet in the thread.
---
And this is my third tweet!platforms["twitter-12345678"]contentscheduledTimepostGroupIdfileNamecontentTypeimage/pngimage/jpegvideo/mp4type"image""video"Post this to X:
"Just shipped our new API documentation. Check it out!"Post this to Twitter with screenshots of the new dashboard:
"Before and after our redesign. What do you think?"Create a Twitter thread:
"Thread: 5 lessons from building our startup
---
1. Ship early, iterate fast. We launched with a buggy MVP and improved based on real feedback.
---
2. Talk to users daily. Our best features came from customer conversations.
---
3. Focus beats features. We killed 3 products to focus on the one that worked."Schedule this for tomorrow at 9 AM:
"Monday motivation: Start before you're ready."| Error | Cause | Solution |
|---|---|---|
| "X/Twitter requires Pro plan" | Using Starter plan | Upgrade to Pro at publora.com/settings |
| "Content too long" | Over 280 chars and threading failed | Add manual |
| "Video too long" | Over 2 minutes | Trim video to under 2 minutes |
| "Too many images" | More than 4 images | Reduce to 4 or fewer |
| "Rate limit exceeded" | X API limit reached | Wait and retry |