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 sandraschi/calibremcp --skill agentic_workflowgit clone --depth 1 https://github.com/sandraschi/calibremcpWrote 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/sandraschi/calibremcp/agentic_workflow)<a href="https://agentmods.dev/skills/sandraschi/calibremcp/agentic_workflow"><img src="https://agentmods.dev/badge/skills/sandraschi/calibremcp/agentic_workflow.svg" alt="Measured on agentmods" 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.00000 | $0.00615 |
| Opus 5 | $0.00000 | $0.00308 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
agentic_workflow 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 7d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- agentic_workflow — 100% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentic Workflow
Description: Chain multiple CalibreMCP tools in one flow for discovery, search, and action. Supports FastMCP 3.1 sampling for autonomous multi-step ebook processing, batch operations, and import pipelines.
Trigger Phrases
- "Automate [task] across my library"
- "Batch process all new books"
- "Set up an import pipeline for [folder]"
- "Find and fix [issue] in my library"
- "Process my Calibre library automatically"
Tools
manage_libraries(operation="list")— List available Calibre libraries.manage_libraries(operation="switch", library_name="...")— Switch active library context.query_books(search="...", tags=[...], authors=[...], sort="...", unread=True/False)— Structured book queries.calibre_metadata_search(query="...", top_k=10)— Semantic metadata search.search_fulltext(query="...")— Full-text content search.manage_viewer(operation="open", book_id=...)— Open book in Calibre viewer.manage_metadata(operation="show"/"update", book_id=...)— Read or modify book metadata.manage_tags(operation="add"/"remove", book_id=..., tags=[...])— Tag management.manage_analysis(operation="duplicates"/"health"/"reading_stats")— Library analysis tools.
Workflow
- Discover:
manage_libraries(operation="list")to identify the active library. Switch viamanage_libraries(operation="switch", library_name="...")if multi-library setup. - Search: Combine
query_bookswithcalibre_metadata_searchorsearch_fulltextdepending on intent. Use conversational returns (each tool returnssuccess,message, data dict) to decide next step. - Analyze: Run
manage_analysis()to detect duplicates, health issues, or reading patterns before taking action. - Act: Apply changes via
manage_metadata,manage_tags, or bulk operations. For books to read, chainmanage_viewer(operation="open")as final step. - Verify: Optionally re-run analysis to confirm changes took effect.
Batch Pipeline Pattern
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.
- 7d ago First seen · 40 lines · 0 tokens per session scan A 86ac8f983567
agentic_workflow is a skill published in the GitHub repository sandraschi/calibremcp (42 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 615 tokens. 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-30.
Other skills, from other repositories
calibre-distill-topic
Synthesize ONE topic across MULTIPLE Calibre books into a single, concept-keyed agent skill — original multi-source authorship (decision frameworks, cross-source config tables, an explicit where-authors-agree/disagree section), with a full ISBN bibliography that doubles as a live-source binding for later deep dives.…
calibre-mcp-setup
Install and verify the calibre-mcp server, end to end. Guides an agent from 'Calibre is installed' to a verified working MCP connection: preflight (Node, calibredb, Content Server — macOS/Windows/Linux commands), client-specific install (Claude Code plugin or claude mcp add, Claude Desktop .mcpb or JSON config, Cowork…
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…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
deck-course-module
A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.