Install
openclaw skills install mycroftEPUB and ebook ingestion, local vector index, and Q&A CLI for books.
openclaw skills install mycroftUse mycroft to ingest EPUBs and ebooks, build a local vector index, and ask questions about a book.
Setup (once)
export OPENAI_API_KEY="..."mycroft config onboardmycroft config resolveCommon commands
mycroft book listmycroft book ingest /path/to/book.epubmycroft book ingest /path/to/book.epub --summarymycroft book ingest /path/to/book.epub --batchmycroft book ingest /path/to/book.epub --batch --summarymycroft book ingest resume <id>mycroft book ingest status <id>mycroft book show <id>mycroft book ask <id> "What is the main conflict?"mycroft book search <id> "mad hatter" --top-k 5mycroft book delete <id> --forcemycroft chat start <id>mycroft chat ask <session> "What does this foreshadow?"mycroft chat repl <session>Notes
mycroft config path to find the config file location.book ask and book search require embeddings and an OPENAI_API_KEY.OPENAI_API_KEY.book search and synthesize answers yourself before using book ask.--summary only when needed.--batch to run embeddings and summaries via the OpenAI Batch API at 50% cost; results may take up to 24 hours. When combined with --summary, summaries are batched first, then embeddings on resume.--batch ingestion, use mycroft book ingest status <id> to check progress and mycroft book ingest resume <id> to complete indexing.mycroft book ingest resume <id> to continue from the last saved chunk.resume automatically re-submits it.--manual or omit confirmations with --force.