book2kindle

Search Z-Library and send EPUBs to Kindle

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "book2kindle" with this command: npx skills add hsin-lan/book2kindle

Run the book2kindle CLI to search Z-Library and send EPUBs to Kindle.

Execute: .venv/bin/book2kindle $ARGUMENTS

Behavior

  • If $ARGUMENTS is empty, run .venv/bin/book2kindle --help and present the available commands.
  • For search <title>: run .venv/bin/book2kindle search "<title>" and display the results as a numbered list.
  • For send <title> --pick N: run .venv/bin/book2kindle send "<title>" --pick N directly.
  • For send <title> without --pick: first run .venv/bin/book2kindle search "<title>" to show results, then ask the user which one to send. Once they choose, run .venv/bin/book2kindle send "<title>" --pick N.
  • Pass through any other flags the user provides (e.g. --pick, --limit).

Output

Present CLI output conversationally. Summarize results clearly — show book title, author, format, and file size when available.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Tsconfig Validator

Validate and lint tsconfig.json files for common mistakes, conflicting compiler options, strictness gaps, and best practices. Use when asked to lint, validat...

Registry SourceRecently Updated
General

API Diff

Compare two OpenAPI 3.x or Swagger 2.0 specs and generate a changelog of breaking and non-breaking changes. Detect removed endpoints, new required parameters...

Registry SourceRecently Updated
General

Eslint Flat Config Validator

Validate ESLint v9+ flat config files (JSON-exported) for structural correctness, language options, rules configuration, plugin hygiene, file patterns, and b...

Registry SourceRecently Updated
General

Migration Safety Checker

Check database migrations for safety — detect data loss risks, locking operations, backward compatibility issues, and deployment ordering problems across SQL...

Registry SourceRecently Updated