ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Comic Script

Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/comic-script
Or

Comic Script

Content creation and optimization assistant for drafting, outlining, SEO, scheduling, and repurposing content — all from the terminal.

Commands

CommandDescription
comic-script draft <topic> [words]Create a content draft (default 800 words)
comic-script headline <topic>Generate headline variations for a topic
comic-script outline <topic>Produce a structured content outline (Intro → Problem → Solution → Examples → CTA)
comic-script seo <keyword>Get SEO tips: keywords, title tags, meta descriptions, headings, internal links
comic-script scheduleGenerate a weekly content schedule (Mon–Fri)
comic-script hooksSuggest opening hooks: question, statistic, story, bold claim, controversy
comic-script ctaGenerate call-to-action ideas: subscribe, share, comment, try it, learn more
comic-script repurposeSuggest content repurposing pipeline: blog → thread → video → carousel → newsletter
comic-script metricsList key content metrics: views, clicks, shares, time on page, conversions
comic-script ideasBrainstorm content formats: how-to, listicle, case study, interview, comparison
comic-script helpShow help and all available commands
comic-script versionShow current version

Data Storage

  • All activity is logged to $COMIC_SCRIPT_DIR (defaults to ~/.local/share/comic-script/)
  • History log: $DATA_DIR/history.log — timestamped record of every command executed
  • Override the storage directory by setting the COMIC_SCRIPT_DIR environment variable

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • No external dependencies or API keys required
  • Works offline, entirely local

When to Use

  1. Drafting content quickly — Kick off a blog post or article draft with a target word count directly from the terminal
  2. Generating headline ideas — Brainstorm multiple headline variations for a topic before committing to one
  3. Building content outlines — Get a structured five-section outline to organize your thoughts before writing
  4. Optimizing for SEO — Get a checklist of SEO essentials (keywords, meta tags, headings, internal links) for any target keyword
  5. Repurposing existing content — Plan how to turn a single blog post into a thread, video, carousel, and newsletter

Examples

# Create a draft about AI productivity tools (default 800 words)
comic-script draft "AI productivity tools"

# Create a longer draft with a custom word count
comic-script draft "remote work tips" 1500

# Generate headline options for a topic
comic-script headline "machine learning for beginners"

# Get a structured outline
comic-script outline "how to start a newsletter"

# SEO checklist for a keyword
comic-script seo "best project management tools"

# Suggest opening hooks for content
comic-script hooks

# Plan content repurposing
comic-script repurpose

How It Works

Metadata

Stars4126
Views0
Updated2026-04-15
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-bytesagain1-comic-script": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.