Comic Script
Content creation and optimization assistant for drafting, outlining, SEO, scheduling, and repurposing content — all from the terminal.
Commands
| Command | Description |
|---|
| INLINECODE0 | Create a content draft (default 800 words) |
| INLINECODE1 |
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 |
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
- Generating headline ideas — Brainstorm multiple headline variations for a topic before committing to one
- Building content outlines — Get a structured five-section outline to organize your thoughts before writing
- Optimizing for SEO — Get a checklist of SEO essentials (keywords, meta tags, headings, internal links) for any target keyword
- Repurposing existing content — Plan how to turn a single blog post into a thread, video, carousel, and newsletter
Examples
CODEBLOCK0
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 | hello@bytesagain.com
Comic Script
内容创作与优化助手,用于起草、大纲、SEO、排期和内容复用——全部在终端中完成。
命令
| 命令 | 描述 |
|---|
| comic-script draft <主题> [字数] | 创建内容草稿(默认800字) |
| comic-script headline <主题> |
为主题生成标题变体 |
| comic-script outline <主题> | 生成结构化内容大纲(引言→问题→解决方案→示例→行动号召) |
| comic-script seo <关键词> | 获取SEO建议:关键词、标题标签、元描述、标题、内链 |
| comic-script schedule | 生成周内容排期(周一至周五) |
| comic-script hooks | 建议开头钩子:问题、数据、故事、大胆声明、争议 |
| comic-script cta | 生成行动号召创意:订阅、分享、评论、试用、了解更多 |
| comic-script repurpose | 建议内容复用流程:博客→推文→视频→轮播图→邮件通讯 |
| comic-script metrics | 列出关键内容指标:浏览量、点击量、分享量、页面停留时间、转化率 |
| comic-script ideas | 头脑风暴内容格式:教程、清单、案例研究、访谈、对比 |
| comic-script help | 显示帮助和所有可用命令 |
| comic-script version | 显示当前版本 |
数据存储
- - 所有活动记录到 $COMICSCRIPTDIR(默认为 ~/.local/share/comic-script/)
- 历史日志:$DATADIR/history.log — 每条执行命令的时间戳记录
- 通过设置 COMICSCRIPT_DIR 环境变量覆盖存储目录
系统要求
- - Bash 4+(使用 set -euo pipefail)
- 无需外部依赖或API密钥
- 离线工作,完全本地化
使用场景
- 1. 快速起草内容 — 直接从终端启动博客文章或文章草稿,设定目标字数
- 生成标题创意 — 在确定最终标题前,为主题头脑风暴多个标题变体
- 构建内容大纲 — 获取结构化的五部分大纲,在写作前整理思路
- 优化SEO — 为任何目标关键词获取SEO要点清单(关键词、元标签、标题、内链)
- 复用现有内容 — 规划如何将单篇博客文章转化为推文、视频、轮播图和邮件通讯
示例
bash
创建关于AI生产力工具的草稿(默认800字)
comic-script draft AI生产力工具
创建自定义字数的更长草稿
comic-script draft 远程工作技巧 1500
为主题生成标题选项
comic-script headline 机器学习入门
获取结构化大纲
comic-script outline 如何创办邮件通讯
关键词的SEO清单
comic-script seo 最佳项目管理工具
建议内容开头钩子
comic-script hooks
规划内容复用
comic-script repurpose
工作原理
每个命令将结构化建议输出到标准输出,并将操作连同时间戳记录到 history.log。该工具设计为快速参考的内容伴侣——运行命令,获取创意,然后继续你的写作流程。
提示
- - 组合命令形成工作流:先运行 outline,然后 draft,再 seo,构建完整的内容工作流
- 使用 schedule 规划你的内容周,使用 metrics 决定追踪哪些指标
- 所有输出为纯文本——易于管道传输、重定向或粘贴到任何编辑器
- 随时运行 comic-script help 获取完整命令列表
由 BytesAgain 提供支持 | bytesagain.com | hello@bytesagain.com