⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
openclaw-book-to-article
Turns a book (or long reading notes) into a publish-ready Chinese article by anchoring on a single sharp reader pain-point and transmitting the author’s insight with logic + lived experience. Uses a four-stage workflow (破/立/塑/润): find the “刺点” and target scene, build a closed-loop reasoning chain, revise for breath and concreteness, then package with lead/title/summary. Use when the user mentions reading a book, book notes, writing an article,公众号/博客文章, or wants to turn reading insights into a high-quality piece.
// RATINGS
// README
openclaw-book-to-article Skill
把“一本书/读书笔记/长文材料”转化为可发布的高质量中文文章的写作 Skill(破/立/塑/润四阶段)。
内容
SKILL.md:Skill 规范与执行流程
使用方式(Cursor Skills)
将本目录放到你的 Skills 路径下(例如 ~/.cursor/skills/),或把 SKILL.md 的内容同步到你正在使用的 Skill 管理位置。
安装到 OpenClaw / Cursor 的推荐方式
下面以 macOS 为例(Linux 同理)。
方式 A:直接把仓库放进 Skills 目录(推荐)
- 克隆仓库到本地:
git clone [email protected]:coolsujiekai/openclaw-book-to-article-skill.git
- 把仓库移动(或软链接)到 Cursor Skills 目录:
mkdir -p ~/.cursor/skills
mv ./openclaw-book-to-article-skill ~/.cursor/skills/
完成后确保这个文件存在:
~/.cursor/skills/openclaw-book-to-article-skill/SKILL.md
方式 B:只复制 SKILL.md(适合你已有技能管理结构)
把本仓库的 SKILL.md 内容复制到你的 Skill 管理位置,并保持 Skill 名称与头部元信息不被破坏。
如何在写作时使用(最小用法)
- 准备输入:书名/章节要点/划线摘录/读后感任意一种即可(越碎也可以)。
- 在 Cursor(或 OpenClaw)里调用该 Skill:
openclaw-book-to-article。 - 按 Skill 流程依次产出:刺点与靶心场景 → 推演链条闭环 → 二三稿质感 → Lead/标题/摘要/终稿。
// HOW IT'S BUILT
KEY FILES