返回 Skill 列表
extension
分类: 开发与工程无需 API Key

send-to-kindle

通过macOS上的Apple Mail.app使用电子邮件将EPUB和PDF文件发送到Kindle设备。当用户想要将文档发送到他们的Kindle,传输阅读材料或将文件通过电子邮件发送到他们的Kindle地址时使用。

person作者: jakexiaohubgithub

Send to Kindle

Sends documents to Kindle via email using the @peerasak-u/send-to-kindle CLI.

Quick Reference

Run commands

bunx @peerasak-u/send-to-kindle [options]

| Option | Required | Description | |--------|----------|-------------| | --to <email> | Yes | Recipient Kindle email address | | --from <email> | Yes | Sender email address (approved in Amazon) | | --file <path> | Yes | Path to file to attach (EPUB, PDF, etc.) | | --subject <text> | No | Email subject (default: "Daily News") | | --message <text> | No | Email body message | | --help | No | Show help message |

Full command details: See references/COMMANDS.md

Common Workflows

Send an EPUB to Kindle

bunx @peerasak-u/send-to-kindle \
  --to=your-kindle@kindle.com \
  --from=your-email@gmail.com \
  --file=/path/to/book.epub

Send with custom subject and message

bunx @peerasak-u/send-to-kindle \
  --to=your-kindle@kindle.com \
  --from=your-email@gmail.com \
  --file=/path/to/document.pdf \
  --subject="Monthly Report" \
  --message="Enjoy reading!"

Requirements

  • macOS (uses Apple Mail.app via JXA)
  • Kindle email address (configured in Amazon account)
  • Approved sender email in Amazon's "Approved Personal Document E-mail List"
  • Apple Mail.app configured and working