ebooksdepository

ebooksdepository is a skill for Claude Code from publicala/ebooksdepository-agent. It costs 50 tokens per session (440 once invoked), scanned A, original, MIT.

A search service for more than 500,000 ebooks and audiobooks, including the independent bookshops that sell indexed titles. It is an index, not a shop, and does not publish prices or handle checkout.

In plain words
What is it for?
Finding books by title, author, publisher, genre, language, or free-ebook status, then opening the relevant bookshop link. It can also provide aggregate reading data from supported bookshops.
Why use it?
It brings book and bookshop information together without requiring searches across many independent retailers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ebooksdepository plugin — 4 skills, 1 MCP server shipped together

Good fit Finding books by title, author, publisher, genre, language, or free-ebook status, then opening the relevant bookshop link. It can also provide aggregate reading data from supported bookshops.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/publicala/ebooksdepository-agent/ebooksdepository
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add publicala/ebooksdepository-agent --skill ebooksdepository
Clone the repo
git clone --depth 1 https://github.com/publicala/ebooksdepository-agent

Made for: Claude Code.

Or install ebooksdepository, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ebooksdepository

README.md
[![agentmods](https://agentmods.dev/badge/skills/publicala/ebooksdepository-agent/ebooksdepository/github.svg)](https://agentmods.dev/skills/publicala/ebooksdepository-agent/ebooksdepository)
Your own site
<a href="https://agentmods.dev/skills/publicala/ebooksdepository-agent/ebooksdepository"><img src="https://agentmods.dev/badge/skills/publicala/ebooksdepository-agent/ebooksdepository/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ebooksdepository

Your own site · 80×15
<a href="https://agentmods.dev/skills/publicala/ebooksdepository-agent/ebooksdepository"><img src="https://agentmods.dev/badge/skills/publicala/ebooksdepository-agent/ebooksdepository.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 440 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00440
Opus 5 $0.00025 $0.00220
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

Measured 4d ago against content hash 8ca261da2cc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ebooksdepository scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ebooksdepository/SKILL.md · 48 lines

What it actually says

EbooksDepository

Use EbooksDepository to search ebooks and audiobooks and find indexed independent bookshops that carry a title.

Preferred workflow

  1. Call the anonymous Streamable HTTP MCP server at https://ebooksdepository.com/mcp.
  2. Use search_books for a title, author, or publisher.
  3. Use get_book with the returned slug when full metadata and bookshop links are needed.
  4. Use list_bookshops when the request is about independent bookshops rather than a particular title.
  5. Cite the canonical /es/publications/{slug} page and send the user to a returned bookshop URL.

For direct HTTP, call:

GET https://ebooksdepository.com/api/v1/search?q={query}&lang={code}&limit={1-50}

The endpoint needs no key. Its contract is https://ebooksdepository.com/api/openapi.yaml; documentation is at https://ebooksdepository.com/api.md.

Rules

  • Never state or estimate a price, convert currencies, or call a store cheapest.
  • Do not fetch or open checkout_url; present it for the user to open. Opening it can create a cart on the independent bookshop.
  • EbooksDepository does not process orders or payments; bookshops do.
  • Attribute reading charts to readers on Publica.la-powered bookshops. They are aggregate reading-time data, not sales or review scores.
  • Respect standard RateLimit headers and Retry-After on HTTP 429.
  • The public API and MCP tools are anonymous, read-only, and free.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +3 lines · -1 tokens per session 8ca261da2cc1
  2. 8d ago First seen · 45 lines · 51 tokens per session scan A 51c77bd85dea

Subscribe to this mod's changes

ebooksdepository is a skill published in the GitHub repository publicala/ebooksdepository-agent (0 stars, last pushed 7d ago), licensed MIT. It adds 50 tokens to every session and 440 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reading_recommendations

Description: Get personalized reading recommendations from your Calibre library using series progress, ratings, tags, reading history, and collaborative filtering across similar books.

sandraschi/calibremcp · 0 tokens

calibre-study-notes

A tool that creates study notes from books in a Calibre library for a human learner. It uses questions, recall exercises, source pointers, and optional Anki export rather than only providing a summary.

caelum29/calibre-mcp · 243 tokens

calibre-distill

Turn ONE Calibre book into a reusable agent skill — frameworks, mental models, principles, techniques, anti-patterns, glossary, cheatsheet — by driving the calibre-mcp server (chapter map, keyword + semantic in-book search; no temp files, no Python). Use when the user wants to study a Calibre book through Claude Code…

caelum29/calibre-mcp · 151 tokens

libby-book-monitor

Track book availability on Libby/OverDrive libraries. Search library catalogues, manage a watchlist, and get notified when books are added. Use for "libby", "check libby", "libby watchlist", "is book on libby", "book available", "overdrive", "library catalogue", "ספרייה", "ספרים".

alexpolonsky/agent-skill-libby-book-monitor · 78 tokens

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens