x-post

Solid

Use when the user wants to post or schedule to X (Twitter) through Publora, including threads auto-split past 280 characters, up to 4 images, or a video up to 140 seconds. X needs a paid Publora plan. Not for Threads or Bluesky (each has its own skill).

AI & Automation 47 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# X/Twitter Post Create and schedule posts to X (Twitter) using the Publora MCP server. Supports text posts, images (up to 4), videos, and automatic thread splitting for long-form content. ## Prerequisites **Plans:** Requires a paid plan (X API costs are passed through). Current limits and pricing: [publora.com/pricing](https://publora.com/pricing). **Important:** X/Twitter is NOT available on the free Starter plan due to Twitter API costs. ### Getting Started 1. **Create account** at [publora.com/register](https://publora.com/register) 2. **Choose Pro or Premium plan** (X/Twitter requires paid plan) 3. **Connect X/Twitter** via OAuth in [Publora Dashboard](https://app.publora.com/dashboard) 4. **Get API key** at [app.publora.com/dashboard/api](https://app.publora.com/dashboard/api) 5. **Connect your agent** to the MCP server at `https://mcp.publora.com`, authenticating with `Authorization: Bearer sk_YOUR_API_KEY`. In Claude Code: ```bash claude mcp add publora --transport http https://mcp.publora.com \ --header "Authorization: Bearer sk_YOUR_API_KEY" ``` Claude Desktop, Cursor, Codex, OpenClaw and the claude.ai connector each need a different config file or flow: see [client setup](https://docs.publora.com/mcp/client-setup) for the exact path and snippet. ### REST API Fallback If MCP is unavailable, use the REST API directly: **Base URL:** `https://api.publora.com/api/v1` **Authentication:** `x-publora-key` header ```bash # Get connected platforms curl -X G...

Details

Author
publora
Repository
publora/skills
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category