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.
npx skills add publicala/ebooksdepository-agent --skill ebooksdepositorygit clone --depth 1 https://github.com/publicala/ebooksdepository-agentWrote 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.
[](https://agentmods.dev/skills/publicala/ebooksdepository-agent/ebooksdepository)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
EbooksDepository
Use EbooksDepository to search ebooks and audiobooks and find indexed independent bookshops that carry a title.
Preferred workflow
- Call the anonymous Streamable HTTP MCP server at
https://ebooksdepository.com/mcp. - Use
search_booksfor a title, author, or publisher. - Use
get_bookwith the returned slug when full metadata and bookshop links are needed. - Use
list_bookshopswhen the request is about independent bookshops rather than a particular title. - 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
RateLimitheaders andRetry-Afteron HTTP 429. - The public API and MCP tools are anonymous, read-only, and free.
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.
- 4d ago Changed · +3 lines · -1 tokens per session 8ca261da2cc1
- 8d ago First seen · 45 lines · 51 tokens per session scan A 51c77bd85dea
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.
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.
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.
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…
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", "ספרייה", "ספרים".
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 "入职".
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…