Overview
- Skill Key
- fabe/mycroft
- Author
- fabe
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fabe/mycroft
- Latest Commit SHA
- 92f07eb42398c5b23552e93b3fb4b3ce43fdd8cc
EPUB and ebook ingestion, local vector index, and Q&A CLI for books.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mycroft 技能。 若已安装,则直接安装 mycroft 技能。
# mycroft Use `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 onboard` - `mycroft config resolve` Common commands - List books: `mycroft book list` - Ingest EPUB: `mycroft book ingest /path/to/book.epub` - Ingest with summaries: `mycroft book ingest /path/to/book.epub --summary` - Ingest with batch embeddings (50% cheaper): `mycroft book ingest /path/to/book.epub --batch` - Ingest with batch summaries + embeddings: `mycroft book ingest /path/to/book.epub --batch --summary` - Resume batch ingestion: `mycroft book ingest resume <id>` - Check ingestion status: `mycroft book ingest status <id>` - Show metadata: `mycroft book show <id>` - Ask a question: `mycroft book ask <id> "What is the main conflict?"` - Search passages: `mycroft book search <id> "mad hatter" --top-k 5` - Delete book: `mycroft book delete <id> --force` - Start chat: `mycroft chat start <id>` - Ask in session: `mycroft chat ask <session> "What does this foreshadow?"` - Continue chat: `mycroft chat repl <session>` Notes - Use `mycroft config path` to find the config file location. - `book ask` and `book search` require embeddings and an `OPENAI_API_KEY`. - Chat commands require embeddings and an `OPENAI_API_KEY`. - Prefer `book search` and synthesize answers yourself before using `book ask`. - Summaries increase ingestion time and cost significantly; enable `--summary` only when needed. - Use `--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. - After `--batch` ingestion, use `mycroft book ingest status <id>` to check progress and `mycroft book ingest resume <id>` to complete indexing. - If a non-batch ingest is interrupted, use `mycroft book ingest resume <id>` to continue from the last saved chunk. - If a batch fails, `resume` automaticall...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.