bluesky-post

Solid

Use when the user wants to post or schedule to Bluesky through Publora. Handles the 300-character cap, auto-detected hashtags and links, up to 4 images with alt text, and videos. Needs a Bluesky app password, never the main password. Not for Mastodon (use social-post).

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

# Bluesky Post Create and schedule posts to Bluesky using the Publora MCP server. Supports text posts with auto-detected hashtags and URLs, images with alt text, and videos. ## 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. **Generate app password** in Bluesky Settings > App Passwords (NOT your main password) 3. **Connect Bluesky** in [Publora Dashboard](https://app.publora.com/dashboard) using your handle + app password 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 the MCP server is unavailable or returns errors, use the REST API directly: **Base URL:** `https://api.publora.com/api/v1` **Authentication:** Use `x-publora-key` header (NOT `Authorization: Bearer`): ```bash # Get your connected platforms curl -X GET "https:...

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