content-calendar-scheduler
Plan content publishing schedules with editorial calendar views. Use when scheduling posts, planning campaigns, tracking publishing deadlines.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/content-calendar-schedulerContent Calendar Scheduler
Content creation and optimization assistant for drafting, outlining, scheduling, and analyzing content from the command line.
Commands
| Command | Description |
|---|---|
draft | Create a content draft with a target word count (default 800 words) |
headline | Generate multiple headline variations for a topic |
outline | Produce a structured content outline (Intro → Problem → Solution → Examples → CTA) |
seo | Get SEO tips including keywords, title tags, meta descriptions, headings, and internal links |
schedule | Generate a weekly content schedule (Mon: Research → Fri: Promote) |
hooks | Suggest opening hook styles (Question, Statistic, Story, Bold claim, Controversy) |
cta | Generate call-to-action suggestions (Subscribe, Share, Comment, Try it, Learn more) |
repurpose | Show repurposing pipeline (Blog → Thread → Video → Carousel → Newsletter) |
metrics | Display key content metrics to track (Views, Clicks, Shares, Time on page, Conversions) |
ideas | Generate content format ideas (How-to, Listicle, Case study, Interview, Comparison) |
help | Show help and list all commands |
version | Print current version |
Usage
content-calendar-scheduler <command> [args]
All actions are logged to $DATA_DIR/history.log for auditing.
Data Storage
- Default directory:
~/.local/share/content-calendar-scheduler/ - Override: Set the
CONTENT_CALENDAR_SCHEDULER_DIRenvironment variable to change the data directory. - Files:
history.log— timestamped log of every command executeddata.log— general data log
Requirements
- Bash 4+ (uses
set -euo pipefail) - No external dependencies or API keys required
- Works on Linux, macOS, and WSL
When to Use
- Planning a content calendar — Run
content-calendar-scheduler scheduleto generate a weekly publishing plan with dedicated days for research, writing, editing, publishing, and promotion. - Starting a new blog post — Use
content-calendar-scheduler draft "topic"to create a draft framework, thencontent-calendar-scheduler outline "topic"for a structured outline. - Optimizing for search engines — Run
content-calendar-scheduler seo "keyword"to get SEO recommendations including title tags, meta descriptions, and heading structure. - Generating headline ideas — Use
content-calendar-scheduler headline "topic"to get multiple headline variations before committing to a title. - Repurposing existing content — Run
content-calendar-scheduler repurposeto see how to transform a blog post into threads, videos, carousels, and newsletters.
Examples
# Create a draft about remote work
content-calendar-scheduler draft "remote work tips"
# Generate headlines for a topic
content-calendar-scheduler headline "AI in healthcare"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-content-calendar-scheduler": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.