← 返回 Skills 市场
255
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install vibe-reading
功能描述
Intelligent book reading and analysis skill. When the user provides an EPUB or TXT book file, split it into chapters, perform deep analysis and summarization...
安全使用建议
Before installing, note three things: (1) copyright/legal risk — the instructions push the agent to produce 'high-fidelity' condensed versions that preserve anecdotes, tone, and dialogue. That behavior can reproduce large portions of a book and might violate copyright unless the user owns the rights or the work is public-domain. Prefer using this skill only with public-domain texts or ones you have rights to. (2) SKILL.md is truncated and there is a small metadata mismatch: the skill is listed as instruction-only in the registry but the SKILL.md requests pip installs (ebooklib, beautifulsoup4). If you allow the skill to run, be prepared for it to install Python packages and create/read/write files in the agent's working directories (input/, chapters/, summaries/). (3) If you need stricter behavior (e.g., summaries that avoid long verbatim excerpts), ask for explicit constraints up-front or decline to install. If you want higher confidence about exact behavior, request the missing/truncated portion of SKILL.md and a clear install/runtime plan from the publisher before proceeding.
功能分析
Type: OpenClaw Skill
Name: vibe-reading
Version: 2.0.1
The 'vibe-reading' skill is a legitimate tool for analyzing and summarizing EPUB and TXT books. It provides structured instructions for an AI agent to extract text using standard libraries (ebooklib, beautifulsoup4), identify chapters, and generate detailed Markdown summaries and a static HTML reader. The instructions explicitly include safety measures, such as forbidding the embedding of API keys in generated HTML files, and show no signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description align with required binary (python3) and the declared Python libraries (ebooklib, beautifulsoup4). Asking the agent to extract text, split into chapters, and save files is coherent for a book-analysis skill. However, core instructions that demand a 'high-fidelity condensed version' equivalent to reading the original and preservation of anecdotes/dialogue can push the agent toward reproducing large verbatim sections of the source; that is disproportionate for a 'summarization/analysis' purpose and raises copyright/legal concerns.
Instruction Scope
SKILL.md explicitly instructs creating and running a Python script (ebooklib + BeautifulSoup) and reading/writing many local files (input/, chapters/, summaries/) — this is within expected scope. Concerns: (1) the instructions actively encourage the output to mimic the original text's tone and preserve detailed anecdotes/dialogue, which can result in reproducing copyrighted material rather than summarizing; (2) the SKILL.md is truncated ('Phase Five: Output G …[truncated]') so some runtime expectations are missing, creating ambiguity and risk of unexpected behavior; (3) the instructions require discretion-heavy operations ('AI-driven decision making' and 'take the time needed'), which are vague and give broad agent autonomy over what to extract and how much to reproduce.
Install Mechanism
The registry lists this as an instruction-only skill (no install spec), but SKILL.md includes an 'install' section that lists pip packages (ebooklib, beautifulsoup4). Installing these PyPI packages is reasonable for EPUB parsing; both are common packages. The mismatch between the registry 'no install spec' and SKILL.md's install directives is an inconsistency to flag (it affects user expectations about whether packages will be installed automatically). No high-risk external download URLs are present.
Credentials
The skill requests no environment variables, no external credentials, and no privileged config paths — proportional to its purpose. It requires filesystem access to read the user-supplied file and write intermediate and output files, which is expected for a document-processing skill. There is no evidence the skill attempts to access unrelated secrets or remote endpoints.
Persistence & Privilege
always:false and user-invocable:true — normal for a skill. There are no instructions to modify other skills or global agent settings. The skill asks the agent to create local files and run python scripts under the agent, which is standard and limited in privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vibe-reading - 安装完成后,直接呼叫该 Skill 的名称或使用
/vibe-reading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix security scan flags: move pip deps to frontmatter install declarations, remove runtime pip install instruction, remove explicit bash tool reference
v2.0.0
Major rewrite: Remove all Gemini SDK dependencies, exec() calls, and undeclared API keys. Pure instruction-based skill now compatible with any LLM model (GLM, Claude, Gemini, etc.). No external API keys needed. Resolves security scan flags.
v1.1.0
Added GitHub star CTA and ClawHub-compatible metadata
v1.0.0
Initial OpenClaw release - model-agnostic book reading and analysis skill
元数据
常见问题
Openclaw 是什么?
Intelligent book reading and analysis skill. When the user provides an EPUB or TXT book file, split it into chapters, perform deep analysis and summarization... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。
如何安装 Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibe-reading」即可一键安装,无需额外配置。
Openclaw 是免费的吗?
是的,Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw 支持哪些平台?
Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw?
由 BillWang(@drbillwang)开发并维护,当前版本 v2.0.1。
推荐 Skills