← 返回 Skills 市场
bytesagain1

Comic Script

作者 bytesagain1 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
845
总下载
1
收藏
3
当前安装
12
版本数
在 OpenClaw 中安装
/install comic-script
功能描述
Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
使用说明 (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
  • 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

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]

安全使用建议
This skill is coherent and runs entirely locally without asking for keys or contacting remote servers. Before installing, review the two small scripts (already included) and note that the tool creates a data directory (defaults to ~/.local/share/comic-script) and appends every command and its arguments to history.log. If you sometimes pass sensitive text on the command line, avoid doing so or set COMIC_SCRIPT_DIR to a directory you control and periodically delete or inspect history.log. If you want stricter isolation, run the scripts in a sandbox/container. Also note the documentation mixes comic-storyboard features and generic content/SEO commands — this is likely intentional but worth being aware of.
功能分析
Type: OpenClaw Skill Name: comic-script Version: 2.0.1 The skill bundle provides a set of local tools for comic storyboarding and content marketing (SEO, drafting, etc.). The scripts (scripts/comic.sh and scripts/script.sh) perform basic string formatting and local logging to a user-defined directory (~/.local/share/comic-script/ by default). There is no evidence of network activity, data exfiltration, or malicious intent. While there is a minor functional bug in comic.sh regarding how arguments are passed to the internal Python script, it does not pose a security risk.
能力评估
Purpose & Capability
The skill's stated purpose (comic storyboards: panels, dialogue, pacing) matches parts of the shipped code (scripts/comic.sh provides storyboard, character, dialogue, layout helpers). However SKILL.md also describes a more general content-marketing CLI (draft, seo, schedule, repurpose) and scripts/script.sh implements those commands. The mixed focus is incoherent (comic-specific plus generic content/SEO features) but not dangerous — it appears to be a combined toolkit rather than a misdirection. No unexpected credentials or binaries are requested.
Instruction Scope
The runtime instructions and scripts operate entirely locally: they print suggestions to stdout and log each command with a timestamp to a history file. The scripts reference and create a data directory ($COMIC_SCRIPT_DIR or XDG_DATA_HOME/$HOME/.local/share/comic-script) and write history.log; they do not contact remote endpoints or read other system configuration. Note: logging records every command and arguments (timestamped), which could capture sensitive input if the user passes secrets on the command line.
Install Mechanism
No install spec; the skill is instruction-only with two small scripts included. No network downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables or credentials. It optionally honors COMIC_SCRIPT_DIR (to override storage location) and respects XDG_DATA_HOME/$HOME as typical. This is proportionate. As above, be aware history.log may capture any arguments passed to commands.
Persistence & Privilege
always:false and user-invocable:true (normal). The only persistent behavior is creating and writing its own data directory and history.log. The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install comic-script
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /comic-script 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
- Initial release of Comic Script skill. - Generate detailed comic storyboard scripts with panels and dialogue. - Provides commands for panel, dialogue, expression, scene, and pacing. - Scripts output in Markdown format for easy editing and copying. - Suitable for both personal and business users needing comic scripts.
元数据
Slug comic-script
版本 2.0.1
许可证 MIT-0
累计安装 4
当前安装数 3
历史版本数 12
常见问题

Comic Script 是什么?

Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 845 次。

如何安装 Comic Script?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install comic-script」即可一键安装,无需额外配置。

Comic Script 是免费的吗?

是的,Comic Script 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Comic Script 支持哪些平台?

Comic Script 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Comic Script?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.1。

💬 留言讨论