Comic Script
by @bytesagain1
Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
clawhub install comic-scriptπ About This Skill
version: "2.0.0" name: Comic Script description: "Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters." author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills
Comic Script
Content creation and optimization assistant for drafting, outlining, SEO, scheduling, and repurposing content β all from the terminal.
Commands
| Command | Description |
|---------|-------------|
| comic-script draft | Create a content draft (default 800 words) |
| comic-script headline | Generate headline variations for a topic |
| comic-script outline | Produce a structured content outline (Intro β Problem β Solution β Examples β CTA) |
| comic-script seo | Get SEO tips: keywords, title tags, meta descriptions, headings, internal links |
| comic-script schedule | Generate a weekly content schedule (MonβFri) |
| comic-script hooks | Suggest opening hooks: question, statistic, story, bold claim, controversy |
| comic-script cta | Generate call-to-action ideas: subscribe, share, comment, try it, learn more |
| comic-script repurpose | Suggest content repurposing pipeline: blog β thread β video β carousel β newsletter |
| comic-script metrics | List key content metrics: views, clicks, shares, time on page, conversions |
| comic-script ideas | Brainstorm content formats: how-to, listicle, case study, interview, comparison |
| comic-script help | Show help and all available commands |
| comic-script version | Show current version |
Data Storage
$COMIC_SCRIPT_DIR (defaults to ~/.local/share/comic-script/)$DATA_DIR/history.log β timestamped record of every command executedCOMIC_SCRIPT_DIR environment variableRequirements
set -euo pipefail)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" 1500Generate 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 hooksPlan content repurposing
comic-script repurpose
How It Works
Each command outputs structured suggestions to stdout and logs the action with a timestamp to history.log. The tool is designed as a quick-reference content companion β run a command, get ideas, and move on with your writing workflow.
Tips
outline first, then draft, then seo to build a full content workflowschedule to plan your content week and metrics to decide what to trackcomic-script help for the complete command list at any timePowered by BytesAgain | bytesagain.com | hello@bytesagain.com
β‘ When to Use
π‘ 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" 1500Generate 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 hooksPlan content repurposing
comic-script repurpose
π Tips & Best Practices
outline first, then draft, then seo to build a full content workflowschedule to plan your content week and metrics to decide what to trackcomic-script help for the complete command list at any timePowered by BytesAgain | bytesagain.com | hello@bytesagain.com