Queue posts for rate-limited platforms. Add posts to queue, process when cooldowns clear. Supports Moltbook and extensible to others.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill post-queue --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Post Queue?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-post-queue)More formats (shields.io, HTML) on the badges page.
---
name: post-queue
description: Queue posts for rate-limited platforms. Add posts to queue, process when cooldowns clear. Supports Moltbook and extensible to others.
version: 1.0.0
author: luluf0x
---
# Post Queue
Rate limits suck. This queues posts and processes them when cooldowns clear.
## Usage
### Add to queue
```bash
./queue.sh add moltbook "post title" "post content" "submolt"
```
### Check queue
```bash
./queue.sh list
```
### Process next (if cooldown cleared)
```bash
./queue.sh process
```
### Clear queue
```bash
./queue.sh clear
```
## Queue File
Posts stored in `~/.local/share/post-queue/queue.json`:
```json
{
"posts": [
{
"id": "uuid",
"platform": "moltbook",
"title": "...",
"content": "...",
"submolt": "general",
"added_at": "ISO8601",
"status": "pending"
}
],
"cooldowns": {
"moltbook": "ISO8601 when cooldown ends"
}
}
```
## Platform Support
- **moltbook**: 30 min cooldown, posts to submolts
- Add more by extending `platforms.sh`
## Why This Exists
Hit rate limit mid-thought? Queue it. Walk away. Come back. Posts go out when they can.
No more "wait 27 minutes" interrupting your flow.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Structured persuasion for tech leads, PMs, and founders—not activity logs. Five scenarios (kickoff, status update, wrap-up, investor pitch, solution selling) on one 5-part framework (Hook→Context→Proposal→Evidence→Ask). AI prompts for missing materials and audience context; pre-submit checklist. Claude Code plugin; Cursor, Codex, and chat via prompts.
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Create and maintain agent-authored Paperclip status cards, or compile a prose interest prompt into bounded CompanySearchQuery objects and write the first summary from the assigned Summarizer run.