一键导入
bytesagain-comic-script
Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build BI dashboard specs, chart plans, SQL queries, and Apache Superset chart JSON. Use when creating dashboards, BI reports, KPI charts, or visualization layouts.
Localize product listings across English and Chinese ecommerce channels. Use when adapting Amazon, Shopify, Taobao, Pinduoduo, TK, or independent-site copy.
Optimize ecommerce keywords and product copy. Use when building keyword maps, rewriting titles, improving category text, auditing listings, or planning search terms.
Generate marketplace listings and SEO copy. Use when writing Amazon, Taobao, Pinduoduo, Shopee, or marketplace product titles, bullets, attributes, and QA checks.
Draft TikTok Shop and short-video commerce scripts. Use when creating hooks, UGC scripts, product demos, livestream cues, captions, or creator briefs.
Build product pages for Shopify-style stores and independent sites. Use when drafting PDP sections, SEO metadata, FAQ blocks, trust badges, and conversion copy.
| version | 2.0.0 |
| name | bytesagain-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 |
Content creation and optimization assistant for drafting, outlining, SEO, scheduling, and repurposing content — all from the terminal.
| Command | Description |
|---|---|
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 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 |
$COMIC_SCRIPT_DIR (defaults to ~/.local/share/comic-script/)$DATA_DIR/history.log — timestamped record of every command executedCOMIC_SCRIPT_DIR environment variableset -euo pipefail)# 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
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.
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