Install
openclaw skills install opdscliBrowse, search, and download ebooks from OPDS catalogs using the opdscli CLI. Use when adding/managing catalogs, searching for books, downloading ebooks, or browsing latest additions.
openclaw skills install opdscliOPDS catalog browser and ebook downloader. Follow the CLI reference below.
references/cli-reference.md (commands, flags, and examples)opdscli --version.opdscli catalog list.opdscli catalog set-default <name>.opdscli catalog add gutenberg https://m.gutenberg.org/ebooks.opds/
# Basic auth (will prompt for credentials)
opdscli catalog add mylib https://my-library.example.com/opds --auth-type basic
# Bearer token
opdscli catalog add mylib https://my-library.example.com/opds --auth-type bearer
opdscli search "don quixote"
opdscli download "Don Quixote"
opdscli download "Don Quixote" --format pdf --output ~/Books
opdscli latest
opdscli latest --limit 50
~/.config/opdscli.yaml. Do not edit it directly; use opdscli catalog subcommands.--depth or checking the catalog URL.--verbose for debugging connection issues, --quiet when piping output.