Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: post these 5 slides as a TikTok carousel at 9am tomorrow
- 1Upload slide images with the upload command, collecting returned media IDs
- 2Run the post command with --type photo, title, caption, and comma-separated media IDs
- 3Add --schedule flag with the target ISO timestamp
- 4Script submits the post and polls the job until completion
- 5Confirm success from the job status response
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.