← Back to list

send-to-kindle
by peerasak-u
⭐ 1🍴 0📅 Jan 14, 2026
SKILL.md
name: send-to-kindle description: Sends EPUB and PDF files to Kindle device via email using Apple Mail.app on macOS. Use when the user wants to send documents to their Kindle, transfer reading materials, or email files to their Kindle address.
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
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon