Babeliocli
Description
Read-only CLI for Babelio — JSON-first, agent-friendly. No official API, so we parse the HTML.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
babeliocli — a read-only, agent-friendly CLI for Babelio
[](https://github.com/yoanbernabeu/babeliocli/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT) [](https://goreportcard.com/report/github.com/yoanbernabeu/babeliocli)
`babeliocli` is an unofficial, read-only command-line client for [babelio.com](https://www.babelio.com) — the French book community. It is built for shell scripting and AI coding agents: every command emits JSON by default (`-f text` is available for humans), errors go to stderr, and exit codes are meaningful.
Babelio does not expose a public API, so `babeliocli` authenticates through the regular web form (or imports cookies from your browser for Google/Facebook SSO) and parses the HTML of the logged-in pages.
Features
- Read your shelves (lus, à lire, en cours, pense-bête, abandonnés, critiqués, non critiqués) with exact counts
- List books per shelf with title, author IDs, rating, reading status, start/end dates, number of readers
- Search the catalogue by title, author, or free text
- Book details: synopsis, publisher, number of pages, average rating, review count, genres
- Reviews: paginated list of critiques with author, date (raw + ISO), rating, and full body
- JSON-first output,
-f textfor a readable terminal view - Classic login (username / password) or cookie import for SSO-linked accounts
- Session file stored under
$XDG_CONFIG_HOME/babeliocli/session.json(mode 0600) - Expired-session detection: commands return a clear error instead of silently returning empty data
- Proper ISO-8859-1 → UTF-8 charset handling (Babelio still serves legacy Latin-1 HTML)
Install
One-liner (Linux / macOS, amd64 / arm64):
curl -fsSL https
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development