
22 results

Extract structured knowledge from book chapters: facts, examples, metaphors, quotes, glossary. <example> Context: User wants to extract key insights user: "/read:extract ~/books/deep-work.epub --category quotes" assistant: "I'll use the extractor agent to find memorable quotes." </example>

Parse EPUB files into structured chapter data, metadata, and detect language. <example> Context: User wants to process a new book user: "/read:process ~/books/thinking-fast-and-slow.epub" assistant: "I'll use the parser agent to extract chapters and metadata." </example>

Mechanically verify extracted quotes against source text using fuzzy matching. <example> Context: QC coordinator dispatches quote verification after extraction assistant: "I'll use the quote verifier to check all extracted quotes against source text." </example>