ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

content-calendar-scheduler

Plan content publishing schedules with editorial calendar views. Use when scheduling posts, planning campaigns, tracking publishing deadlines.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/content-calendar-scheduler
Or

Content Calendar Scheduler

Content creation and optimization assistant for drafting, outlining, scheduling, and analyzing content from the command line.

Commands

CommandDescription
draftCreate a content draft with a target word count (default 800 words)
headlineGenerate multiple headline variations for a topic
outlineProduce a structured content outline (Intro → Problem → Solution → Examples → CTA)
seoGet SEO tips including keywords, title tags, meta descriptions, headings, and internal links
scheduleGenerate a weekly content schedule (Mon: Research → Fri: Promote)
hooksSuggest opening hook styles (Question, Statistic, Story, Bold claim, Controversy)
ctaGenerate call-to-action suggestions (Subscribe, Share, Comment, Try it, Learn more)
repurposeShow repurposing pipeline (Blog → Thread → Video → Carousel → Newsletter)
metricsDisplay key content metrics to track (Views, Clicks, Shares, Time on page, Conversions)
ideasGenerate content format ideas (How-to, Listicle, Case study, Interview, Comparison)
helpShow help and list all commands
versionPrint 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_DIR environment variable to change the data directory.
  • Files:
    • history.log — timestamped log of every command executed
    • data.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

  1. Planning a content calendar — Run content-calendar-scheduler schedule to generate a weekly publishing plan with dedicated days for research, writing, editing, publishing, and promotion.
  2. Starting a new blog post — Use content-calendar-scheduler draft "topic" to create a draft framework, then content-calendar-scheduler outline "topic" for a structured outline.
  3. Optimizing for search engines — Run content-calendar-scheduler seo "keyword" to get SEO recommendations including title tags, meta descriptions, and heading structure.
  4. Generating headline ideas — Use content-calendar-scheduler headline "topic" to get multiple headline variations before committing to a title.
  5. Repurposing existing content — Run content-calendar-scheduler repurpose to 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

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-content-calendar-scheduler": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.