social-post

Solid

Use when the user wants to post or schedule to YouTube, a Facebook Page or Mastodon through Publora. YouTube needs a video on every post, Facebook publishes to Pages only, Mastodon caps at 500 characters. Not for the platforms that have their 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

# Social Post (YouTube, Facebook, Mastodon) Create and schedule posts to YouTube, Facebook Pages, and Mastodon using the Publora MCP server. This skill covers platforms that work through standard posting without platform-specific complexity. ## Prerequisites **Plans:** Works on the free Starter plan. Current limits and pricing: [publora.com/pricing](https://publora.com/pricing). ### Getting Started 1. **Create account** at [publora.com/register](https://publora.com/register) (free) 2. **Connect platforms** via OAuth in [Publora Dashboard](https://app.publora.com/dashboard): - **YouTube**: Google OAuth (requires YouTube channel) - **Facebook**: Facebook OAuth (Pages only, not personal profiles) - **Mastodon**: OAuth (mastodon.social instance) 3. **Get API key** at [app.publora.com/dashboard/api](https://app.publora.com/dashboard/api) 4. **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-publo...

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