/install kindle2md
Kindle to Markdown
Use this skill to convert Kindle HTML notebook exports to Obsidian Markdown format.
Setup (First Time Only)
Before using, configure the output directory by editing references/config.md.
Read references/config.md to get the output_dir value. If the value is still "CHANGE_TO_YOUR_OBSIDIAN_BOOKS_PATH", remind the user to configure it first.
Input
The user will provide an HTML file path, for example:
/kindle2md "下载/动物农场.html"/kindle2md "C:/Users/Downloads/动物农场 (Z-Library) - 笔记本.html"
Extract the book title from the HTML filename:
- Remove path and extension
- Remove metadata like "[英]作者", "(Z-Library)", " - 笔记本"
Output
Output directory: Read from references/config.md → output_dir
Output filename: {书名}.md
Example: for input file 动物农场 ([英]乔治·奥威尔) (Z-Library) - 笔记本.html, output should be 动物农场.md
If file already exists, overwrite it.
Runtime
Run the conversion script from the scripts folder:
python "\x3Cskill_path>/scripts/kindle_notes_to_md.py" --override -o "\x3Coutput_dir>/\x3C书名>.md" "\x3C用户提供的HTML路径>"
Where:
\x3Cskill_path>is the path to this skill folder\x3Coutput_dir>is read fromreferences/config.md
Success
Report to the user:
- "转换完成!文件已保存到: {output_path}"
Errors
If the HTML file doesn't exist or is invalid, report the error to the user clearly.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kindle2md - 安装完成后,直接呼叫该 Skill 的名称或使用
/kindle2md触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
kindle2md 是什么?
Convert Kindle HTML notebook exports to Obsidian Markdown format. Use this when the user wants to convert a Kindle book notes HTML file (exported from the Ki... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。
如何安装 kindle2md?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kindle2md」即可一键安装,无需额外配置。
kindle2md 是免费的吗?
是的,kindle2md 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kindle2md 支持哪些平台?
kindle2md 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kindle2md?
由 henrCh1(@henrch1)开发并维护,当前版本 v1.0.0。