LaunchKit · 2026
Back to Skills

Post content to social media via the Publer API.

0
444 downloads
by @imamark

Setup & Installation

openclaw skills install @imamark/publer

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install publer

Version History

v1.0.1Feb 17, 2026 - Version note by skill developer:

- Added requirements.txt for better dependency management. - Updated documentation to include requirements.txt usage and clarified setup steps. - Improved metadata to specify required binaries, environment variables, and dependencies.

What This Skill Does

Publer Post handles social media publishing via the Publer API. It supports media upload, post creation, scheduling, and job status polling across platforms including TikTok, Instagram, Facebook, and Twitter/X.

Combines media upload, posting, and job polling into a single script instead of requiring separate API calls for each step.

When to use it

  • Scheduling a TikTok carousel for a specific date and time
  • Publishing multi-image posts to Instagram or Facebook
  • Uploading slides and chaining their media IDs into a single post
  • Previewing the API payload before sending with a dry run
  • Checking whether a queued post job completed successfully

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: post these 5 slides as a TikTok carousel at 9am tomorrow

AGENT
  1. 1Upload slide images with the upload command, collecting returned media IDs
  2. 2Run the post command with --type photo, title, caption, and comma-separated media IDs
  3. 3Add --schedule flag with the target ISO timestamp
  4. 4Script submits the post and polls the job until completion
  5. 5Confirm success from the job status response
OUTPUT

TikTok carousel scheduled for the specified time, job confirmed complete

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

PUBLER_API_KEY environment variable (requires Publer Business plan)PUBLER_WORKSPACE_ID environment variablePubler account at publer.io