Official agent skills for Publora - the AI-powered social media management platform.
Sign up for free at publora.com/register
| Plan | Price | Posts | Platforms |
|---|---|---|---|
| Starter | Free forever | 15/month | All platforms except X/Twitter |
| Pro | $2.99/account/month | 100/account | All 10 platforms |
| Premium | $9.99/account/month | 500/account | All 10 platforms |
Note: X/Twitter requires Pro or Premium plan. All other platforms work on free Starter.
- Go to Publora Dashboard
- Click "Connect Account" for each platform
- Complete OAuth authorization (or bot setup for Telegram)
- Go to publora.com/settings/api
- Click "Create API Key"
- Copy the key (you'll need it for MCP config)
Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}# Install all skills
npx skills add publora/skills
# Or install specific skill
npx skills add publora/skills --skill linkedin-postCreate and schedule LinkedIn posts. Supports text, images, videos, documents. Plans: Starter (free), Pro, Premium
Post to Meta's Threads with auto-threading and carousels. Plans: Starter (free), Pro, Premium
Post to Telegram channels with markdown and media support. Plans: Starter (free), Pro, Premium
Post to Instagram with images, carousels, Reels, Stories. Business account required. Plans: Starter (free), Pro, Premium
Upload videos to TikTok with privacy and interaction controls. Plans: Starter (free), Pro, Premium
Post to Bluesky with rich text facets, images, videos, and alt text. Plans: Starter (free), Pro, Premium
Post to X (Twitter) with auto-threading, images, and videos. Plans: Pro, Premium only (not available on Starter)
Post to YouTube, Facebook Pages, and Mastodon - unified skill for video and fediverse platforms. Plans: Starter (free), Pro, Premium
Analyze LinkedIn performance - engagement, followers, reactions, comments. Plans: Starter (free), Pro, Premium
| Platform | Starter (Free) | Pro | Premium |
|---|---|---|---|
| Yes | Yes | Yes | |
| Bluesky | Yes | Yes | Yes |
| Threads | Yes | Yes | Yes |
| Yes | Yes | Yes | |
| TikTok | Yes | Yes | Yes |
| Telegram | Yes | Yes | Yes |
| YouTube | Yes | Yes | Yes |
| Yes | Yes | Yes | |
| Mastodon | Yes | Yes | Yes |
| X/Twitter | No | Yes | Yes |
Free Starter plan: 15 posts/month across all platforms (except X/Twitter which requires Pro).
| Skill | Platforms | Special Features |
|---|---|---|
| linkedin-post | Documents, articles, scheduling | |
| linkedin-analytics | Engagement metrics, follower analytics | |
| threads-post | Threads | Auto-threading, carousels |
| telegram-post | Telegram | Markdown, bot posting |
| instagram-post | Reels, Stories, carousels (JPEG only) | |
| tiktok-post | TikTok | Privacy controls, commercial disclosure |
| bluesky-post | Bluesky | Rich text facets, alt text |
| x-post | X/Twitter | Auto-threading, 280 chars, emoji counting |
| social-post | YouTube, Facebook, Mastodon | Video uploads, Pages, fediverse |
Can I try for free? Yes! Starter plan is free forever with 15 posts/month on all platforms except X/Twitter.
What about X/Twitter? X/Twitter requires Pro plan ($2.99/account/month) due to Twitter API costs.
What happens when I exceed my post limit? You'll see a message that you've reached your monthly limit. Upgrade to Pro or wait for the next billing cycle.
Can I upgrade anytime? Yes. Upgrade or downgrade from Settings. Changes take effect immediately.
MIT