Agent skill
send-to-kindle
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/send-to-kindle
SKILL.md
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 \
[email protected] \
[email protected] \
--file=/path/to/book.epub
Send with custom subject and message
bunx @peerasak-u/send-to-kindle \
[email protected] \
[email protected] \
--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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?