LaunchKit · 2026
Back to Skills

postqued-api

PostQued social media scheduling API integration.

2
447 downloads
by @syeddhasnainn

Setup & Installation

openclaw skills install @syeddhasnainn/postqued-api

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

npx clawhub install postqued-api

Version History

v1.0.6Feb 18, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: Upload this video and post it to TikTok as a draft

AGENT
  1. 1Request a presigned upload URL from PostQued for the video file
  2. 2Upload the video binary to the presigned URL via PUT request
  3. 3Confirm the upload by sending content metadata to the complete endpoint
  4. 4Retrieve the connected TikTok platform account ID
  5. 5Publish the content to TikTok with intent 'draft' and a unique idempotency key
OUTPUT

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.

POSTQUED_API_KEY environment variablePostQued account at postqued.com