← 返回 Skills 市场
fabe

mycroft

作者 Fabian Schultz · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
636
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mycroft
功能描述
EPUB and ebook ingestion, local vector index, and Q&A CLI for books.
安全使用建议
This skill appears to do what it says: a CLI that ingests ebooks and uses your OpenAI key to create embeddings and summaries. Before installing/using it: (1) Do not ingest books or documents you consider confidential—ingestion sends content to OpenAI for embeddings/summaries. (2) Verify the npm package @fs/mycroft and the GitHub repo (publisher, recent commits, issues) before installing; consider inspecting package contents or installing in an isolated environment. (3) Use a restricted or monitored OpenAI key (budget limits, org controls) if possible to limit accidental cost/exposure. (4) When scripting, avoid --force or interactive flags unless you understand the implications. If you want more assurance, ask for the package's repository commit hash or a reproducible build before installing.
功能分析
Type: OpenClaw Skill Name: mycroft Version: 1.0.2 The skill bundle defines a tool for EPUB ingestion and Q&A using OpenAI. The `SKILL.md` provides clear instructions for installation via npm (`@fs/mycroft`) and usage of the `mycroft` CLI tool, including commands for file system interaction (ingest, delete) and API calls (requiring `OPENAI_API_KEY`). There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All described actions align with the stated purpose of the skill.
能力评估
Purpose & Capability
Name/description (EPUB ingestion, local vector index, Q&A) match the declared requirements: it needs the mycroft CLI binary and an OPENAI_API_KEY for embeddings/summaries. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent/user to run mycroft commands that ingest local EPUB files and call the OpenAI API for embeddings/summaries. That behavior is consistent with the stated purpose, but it inherently transmits book contents to OpenAI — a privacy/cost consideration users should be aware of before ingesting sensitive material or large corpora.
Install Mechanism
The registry metadata shows no formal install spec, but SKILL.md contains metadata suggesting installation via npm (@fs/mycroft). Installing an npm package is a normal way to obtain the CLI, but npm installs run arbitrary code and should be verified (check package provenance, repository, and release). This is a moderate risk but proportionate to the skill's functionality.
Credentials
Only OPENAI_API_KEY is required, which is appropriate for embeddings/summaries. No additional unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is instruction-only, does not request always:true, and does not modify other skills or system-wide settings. It only requires the CLI to be present and is user-invocable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mycroft
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mycroft 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Update description and documentation to include ebook ingestion alongside EPUB. - Improve clarity throughout setup and command instructions by referencing "EPUBs and ebooks" instead of only "EPUBs".
v1.0.1
Version 1.0.1 - Reupload, no changes.
v1.0.0
Initial release of the mycroft skill. - Ingest EPUB books and build a local vector index for question answering. - Supports summaries and batch embeddings to reduce API costs. - Command-line interface for listing, ingesting, querying, and chatting about books. - Integrates with OpenAI API (requires OPENAI_API_KEY). - Resume interrupted or batch ingestions and monitor status. - Detailed usage instructions and workflow notes included in SKILL.md.
元数据
Slug mycroft
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

mycroft 是什么?

EPUB and ebook ingestion, local vector index, and Q&A CLI for books. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 636 次。

如何安装 mycroft?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mycroft」即可一键安装,无需额外配置。

mycroft 是免费的吗?

是的,mycroft 完全免费(开源免费),可自由下载、安装和使用。

mycroft 支持哪些平台?

mycroft 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mycroft?

由 Fabian Schultz(@fabe)开发并维护,当前版本 v1.0.2。

💬 留言讨论