← Back to Skills Marketplace
loutai0307-prog

Bytesagain Comic Script

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-comic-script
Description
Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
README (SKILL.md)

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 \x3Ctopic> [words] Create a content draft (default 800 words)
comic-script headline \x3Ctopic> Generate headline variations for a topic
comic-script outline \x3Ctopic> Produce a structured content outline (Intro → Problem → Solution → Examples → CTA)
comic-script seo \x3Ckeyword> 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

  • 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
  • Runs without internet, 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

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

  • Combine commands in a pipeline: run outline first, then draft, then seo to build a full content workflow
  • Use schedule to plan your content week and metrics to decide what to track
  • All output is plain text — easy to pipe, redirect, or paste into any editor
  • Run comic-script help for the complete command list at any time

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to do what it says: generate local comic/story templates and log command history to a local directory (~/.local/share/comic-script/ by default). Before installing, note: (1) it writes a plaintext history.log in the data directory — if you don't want logs, set COMIC_SCRIPT_DIR to a preferred location (or /dev/null) or review/rotate the file; (2) it requires Bash 4+ and Python3 for one script, so ensure those are available and up-to-date; (3) the code is bundled and runs locally with no network calls, but as with any third‑party script, inspect the files and run them in a controlled environment if you have concerns about provenance.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-comic-script Version: 1.0.0 The skill bundle provides a set of local tools for comic storyboarding and content drafting. The scripts (scripts/comic.sh and scripts/script.sh) are simple Bash and Python wrappers that output text templates and log activity to a local directory (~/.local/share/comic-script/); they contain no network activity, sensitive data access, or obfuscated code.
Capability Assessment
Purpose & Capability
Name/description (comic storyboards, dialogue, pacing) matches the shipped scripts and SKILL.md: both provide local commands to generate storyboards, character sheets, dialogue tips, layouts, outlines, headlines, and SEO checklists. There are no unrelated privileges or service integrations requested.
Instruction Scope
SKILL.md and the scripts limit behavior to generating text output and logging commands to a local history file; instructions do not read or transmit other system files, environment secrets, or external endpoints beyond the declared local data directory.
Install Mechanism
No install spec is provided (instruction-only skill with bundled scripts). The included scripts are simple Bash and an embedded Python snippet; nothing downloads or executes remote code during runtime.
Credentials
The skill requires no environment variables or credentials. It uses a configurable local data directory ($COMIC_SCRIPT_DIR / XDG_DATA_HOME / $HOME) to store history.log — this is proportional to its stated local logging behavior.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It only writes to its own data directory (history.log). Autonomous invocation is allowed by default (normal for skills) but is not combined with broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-comic-script
  3. After installation, invoke the skill by name or use /bytesagain-comic-script
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Restored skill with improvements
Metadata
Slug bytesagain-comic-script
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bytesagain Comic Script?

Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Bytesagain Comic Script?

Run "/install bytesagain-comic-script" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Comic Script free?

Yes, Bytesagain Comic Script is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Comic Script support?

Bytesagain Comic Script is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Comic Script?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments