โ† All skills
Tencent SkillHub ยท Developer Tools

mycroft

EPUB and ebook ingestion, local vector index, and Q&A CLI for books.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

EPUB and ebook ingestion, local vector index, and Q&A CLI for books.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 1 sections Open source page

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 automatically re-submits it. For scripted runs, avoid interactive flags like --manual or omit confirmations with --force.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc