Run the book2kindle CLI to search Z-Library and send EPUBs to Kindle.
Execute: INLINECODE0
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.
技能名称:book2kindle
详细描述:
运行 book2kindle 命令行工具,搜索 Z-Library 并将 EPUB 文件发送至 Kindle。
执行命令:.venv/bin/book2kindle $ARGUMENTS
行为说明
- - 如果 $ARGUMENTS 为空,则运行 .venv/bin/book2kindle --help 并展示可用命令。
- 对于 search <书名>:运行 .venv/bin/book2kindle search <书名> 并以编号列表形式展示结果。
- 对于 send <书名> --pick N:直接运行 .venv/bin/book2kindle send <书名> --pick N。
- 对于不含 --pick 参数的 send <书名>:先运行 .venv/bin/book2kindle search <书名> 展示结果,然后询问用户选择发送哪一本。用户选择后,运行 .venv/bin/book2kindle send <书名> --pick N。
- 透传用户提供的其他任何参数(例如 --pick、--limit)。
输出格式
以对话方式呈现命令行输出。清晰总结结果——在可用时展示书名、作者、格式和文件大小。