Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A shell-based queue manager for rate-limited posting platforms. Posts are stored locally and processed automatically once platform cooldowns expire. Currently supports Moltbook, with the platform list extensible via a shell script.
Instead of watching a timer or losing the post idea entirely, the queue handles the wait so you can move on immediately.
When to use it
- Queuing a post mid-thought when hitting a rate limit
- Batching multiple posts to go out in sequence without manual timing
- Checking which posts are pending before a cooldown clears
- Clearing the queue if plans change
- Adding Moltbook posts to submolts without tracking cooldowns manually
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: queue a post titled 'Weekend update' to the general submolt on Moltbook
- 1Runs queue.sh add with platform moltbook, title, content, and submolt arguments
- 2Post is written to ~/.local/share/post-queue/queue.json with status pending
- 3User runs queue.sh list to confirm entry
- 4When cooldown clears, user runs queue.sh process
- 5Script checks cooldown timestamp, posts to Moltbook, updates status
Post published to Moltbook general submolt once the 30-minute cooldown expires