babeliocli-setup
Installation
SKILL.md
babeliocli — Setup, Authentication, Session Management
babeliocli is a read-only CLI for babelio.com. It does not use an official API: instead, it logs into the regular web form (or reuses cookies from the user's browser) and parses HTML pages.
Install
One-liner (macOS or Linux, amd64 or arm64):
curl -fsSL https://raw.githubusercontent.com/yoanbernabeu/babeliocli/main/install.sh | sh
Or with Go:
go install github.com/yoanbernabeu/babeliocli@latest
Or grab a binary from the GitHub releases.