抓取博客/论文网站并编译成 Kindle 友好的 EPUB,并带有 AI 生成的封面。用于请求下载 Kindle 博客、将文章编译成电子书或将博客档案发送到 Kindle。支持 Paul Graham、Kevin Kelly、Derek Sivers、Wait But Why、Astral Codex Ten 和自定义站点。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install blog-to-kindle或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install blog-to-kindle⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/blog-to-kindle/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: blog-to-kindle description: Scrape blogs/essay sites and compile into Kindle-friendly EPUB with AI-generated cover. Use for requests to download blogs for Kindle, compile essays into ebook, or send blog archives to Kindle. Supports Paul Graham, Kevin Kelly, Derek Sivers, Wait But Why, Astral Codex Ten, and custom sites. ---
Scrape blog/essay sites, compile into EPUB with cover art, and deliver to Kindle.
# 1. Fetch essays from a supported site
uv run scripts/fetch_blog.py --site paulgraham --output ./pg-essays
# 2. Generate cover (uses Nano Banana Pro)
# See nano-banana-pro skill for cover generation
# 3. Compile to EPUB with cover
uv run scripts/compile_epub.py --input ./pg-essays --cover ./cover.png --output essays.epub
# 4. Send to Kindle
uv run scripts/send_to_kindle.py --file essays.epub --kindle-email [email protected]
⚠️ Always generate and include cover before sending. Never send without cover.
| Site | Key | URL Pattern | |------|-----|-------------| | Paul Graham | paulgraham | paulgraham.com/articles.html | | Kevin Kelly | kevinkelly | kk.org/thetechnium | | Derek Sivers | sivers | sive.rs/blog | | Wait But Why | waitbutwhy | waitbutwhy.com/archive | | Astral Codex Ten | acx | astralcodexten.com |
For unlisted sites, use --site custom --url .
Use the nano-banana-pro skill to generate covers. Prompt template:
Book cover for '[Author Name]: [Subtitle]'.
Minimalist design with elegant typography.
[Brand color] accent. Clean white/cream background.
Simple geometric or abstract motif related to [topic].
Professional literary feel. No photos, no faces.
Portrait orientation book cover dimensions.
Generate at 2K resolution for good quality without huge file size.
Default Kindle address (Simon): [email protected]
Uses Mail.app via AppleScript to send. Ensure:
State files stored in ~/.clawdbot/state/blog-kindle/:
{site}-last-fetch.json - Last fetch timestamp, article count{site}-sent.json - List of sent article IDsUse for incremental updates (only fetch new posts).
If scripts unavailable, follow this pattern:
pandoc combined.md -o output.epub --epub-cover-image=cover.png --tocSee references/manual-workflow.md for detailed steps.
安装 博客到 Kindle 后,可以对 AI 说这些话来触发它
Help me get started with Blog to Kindle
Explains what Blog to Kindle does, walks through the setup, and runs a quick demo based on your current project
Use Blog to Kindle to scrape blogs/essay sites and compile into Kindle-friendly EPUB with...
Invokes Blog to Kindle with the right parameters and returns the result directly in the conversation
What can I do with Blog to Kindle in my developer & devops workflow?
Lists the top use cases for Blog to Kindle, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/blog-to-kindle/ 目录(个人级,所有项目可用),或 .claude/skills/blog-to-kindle/(项目级)。重启 AI 客户端后,用 /blog-to-kindle 主动调用,或让 AI 根据上下文自动发现并使用。
博客到 Kindle 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
博客到 Kindle 可免费安装使用。请查阅仓库了解许可证信息。
抓取博客/论文网站并编译成 Kindle 友好的 EPUB,并带有 AI 生成的封面。用于请求下载 Kindle 博客、将文章编译成电子书或将博客档案发送到 Kindle。支持 Paul Graham、Kevin Kelly、Derek Sivers、Wait But Why、Astral Codex Ten 和自定义站点。
博客到 Kindle 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Blog to Kindle
Identifies repetitive steps in your workflow and sets up Blog to Kindle to handle them automatically