Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- No visible changes; this release contains no file modifications.
What This Skill Does
PostQued is a social media scheduling API that handles content upload, publishing, and scheduling. It supports TikTok draft and direct publishing, platform account management, and publish status tracking.
It handles large video uploads via presigned URLs and supports idempotent publish requests, reducing duplicate post risk in automated pipelines.
When to use it
- Upload a video and send it to TikTok as a draft
- Schedule a social media post for a specific future date and time
- Check the publish status of a queued or processing post
- Retrieve connected platform accounts for a social network
- Automate content publishing with idempotent API calls
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Upload this video and post it to TikTok as a draft
- 1Request a presigned upload URL from PostQued for the video file
- 2Upload the video binary to the presigned URL via PUT request
- 3Confirm the upload by sending content metadata to the complete endpoint
- 4Retrieve the connected TikTok platform account ID
- 5Publish the content to TikTok with intent 'draft' and a unique idempotency key
Publish request created with status 'pending'; draft appears in the TikTok inbox for manual review
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.