SkillAgentSearch skills...

Send2ereader

A service for sending ebooks to a Kobo or Kindle ereader through the built-in browser

Install / Use

/learn @daniel-j/Send2ereader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

send2ereader

A self hostable service for sending ebooks to a Kobo or Kindle ereader through the built-in browser.

How To Run

On Your Host OS

  1. Have Node.js 16 or 20 installed
  2. Install this service's dependencies by running $ npm install
  3. Install Kepubify, and have the kepubify executable in your PATH.
  4. Install KindleGen, and have the kindlegen executable in your PATH.
  5. Install pdfCropMargins, and have the pdfcropmargins executable in your PATH.
  6. Start this service by running: $ npm start and access it on HTTP port 3001

Containerized

  1. You need Docker and docker-compose installed
  2. Clone this repo (you need Dockerfile, docker-compose.yaml and package.json in the same directory)
git clone https://github.com/daniel-j/send2ereader.git
  1. Build the image
docker compose build
  1. run container (-d to keep running in the background)
docker compose up -d
  1. Access the service on HTTP, default port 3001 (http://localhost:3001)
View on GitHub
GitHub Stars895
CategoryDevelopment
Updated1d ago
Forks145

Languages

JavaScript

Security Score

100/100

Audited on Mar 27, 2026

No findings