Posthive
Schedule social media posts to 13 platforms (Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook Pages, Pinterest, Telegram, X/Twitter, Nostr)...
Guna
@astablackclove
What This Skill Does
Command-line tool to create, schedule, and manage social media posts across 13 platforms including Bluesky, Threads, Instagram, LinkedIn, Mastodon, YouTube, Facebook Pages, Pinterest, Telegram, X/Twitter, Nostr, Discord, and Tumblr. Posts are saved as drafts by default for review before publishing, with support for media uploads, first comments, templates, and dry runs.
Replaces manually posting to each platform or using multiple scheduling tools by providing a single CLI to manage cross-platform posts with draft review and structured JSON output.
When to Use It
- Schedule a cross-platform post to Bluesky, LinkedIn, and Instagram simultaneously
- Create a draft Instagram Reel with a video and review it before publishing
- List all pending draft posts across connected accounts
- Approve a draft and set a specific publish time for a YouTube Short
- Duplicate an existing post to reuse its content on a different schedule
- Upload an image and attach it to a Pinterest post with a caption
Install
$ openclaw skills install @astablackclove/posthive-mcpPosthive — social media scheduling
Schedule posts to 13 social platforms from the command line. Every command outputs structured JSON.
Setup
If the user isn't already logged in, run posthive login — it opens their browser to sign in and stores credentials in ~/.posthive/config.json. No API key needed. Check with posthive whoami first if unsure.
Alternatively, env vars always take priority over the stored login (useful for CI or scripts):
export POSTHIVE_API_KEY=ph_xxx # Posthive → Settings → API Keys (Pro/Team plan)
export POSTHIVE_API_URL=http://localhost:3001 # optional — only for self-hosted Posthive, defaults to https://api.posthive.co
Run commands with npx posthive-cli or posthive if installed globally (npm i -g posthive-cli).
Workflow
- Always start with
accounts:listto get valid account IDs — never guess IDs. - Create posts with
posts:create. Posts are saved as DRAFTS by default — the user reviews them in Posthive before anything publishes. Only pass--schedulewhen the user explicitly asks to schedule directly. - Use
posts:approveto promote a draft to the scheduled queue.
Commands
# Auth (only if not already logged in)
posthive login
posthive whoami
posthive logout
# List connected accounts (do this first)
posthive accounts:list
# Create a draft post
posthive posts:create --content "Hello world" --accounts id1,id2
# Create with first comment (link/hashtags go here, not the caption)
posthive posts:create --content "Big launch today" --accounts id1 --first-comment "Details: https://example.com"
# Schedule directly (skips draft review — only when user explicitly asks)
posthive posts:create --content "Hello" --accounts id1 --schedule 2026-07-10T09:00:00Z
# With media (upload first, then reference the returned URL)
posthive upload ./image.png
posthive posts:create --content "Check this out" --accounts id1 --media https://...returned-url...
# Instagram Reel / Story (media required)
posthive posts:create --content "New reel" --accounts ig_id --media <video_url> --media-type reel
# YouTube Short
posthive posts:create --content "Title here" --accounts yt_id --media <video_url> --youtube-type short
# Queue management
posthive posts:list --status draft
posthive posts:get <post_id>
posthive posts:update <post_id> --content "Fixed typo"
posthive posts:approve <post_id> --schedule 2026-07-10T09:00:00Z
posthive posts:duplicate <post_id>
posthive posts:delete <post_id>
# Templates
posthive templates:list
posthive templates:use <template_id> --accounts id1 --content "Optional override"
# Dry run (full pipeline, no real API calls)
posthive posts:create --content "Test" --accounts id1 --dry-run
Platform notes
| Platform | Char limit | Notes |
|---|---|---|
| Bluesky | 300 | |
| Threads | 500 | |
| Mastodon | 500 | |
| X (Twitter) | 280 | Pro/Team plan, no links |
| 3,000 | Link in first comment performs better | |
| 2,200 | Image/video required; use --media-type for reel/story | |
| YouTube | — | Video required; use --youtube-type short or video |
| 500 | Image required | |
| Facebook Pages | 63,206 | |
| Telegram | 4,096 | |
| Nostr | — | |
| Discord | 2,000 | Webhook-based; no first comment |
| Tumblr | — | NPF format; image posts supported |
When posting to multiple platforms at once, keep content within the smallest char limit of the selected platforms, or create separate posts per platform with tailored content.
Best practices
- Keep a human in the loop: default to drafts, let the user approve.
- Timestamps are ISO 8601 UTC (e.g.
2026-07-10T09:00:00Z). Confirm the user's timezone before scheduling. - Put links and hashtag walls in
--first-commentrather than the main content on LinkedIn and Instagram. - On errors, the CLI exits non-zero and prints
{"error": "..."}to stdout.
Top skills in this category
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Auto-Updater Skill
@maximepradesAutomatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Free Ride - Unlimited free AI
@shaivpidadiManages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
Automation Workflows
@jk-0001Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Desktop Control
@matagulAdvanced desktop automation with mouse, keyboard, and screen control