← Back to Skills Marketplace
drbillwang

Openclaw

by BillWang · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
202
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install vibe-reading-cn
Description
AI 驱动的智能书籍阅读分析技能。当用户提供 EPUB 或 TXT 格式的书籍文件时, 将其智能拆分为章节,逐章深度分析与总结,输出 Markdown 总结和交互式 HTML 阅读器。 兼容 OpenClaw 使用的任何 LLM 模型。
Usage Guidance
This skill is internally consistent with its stated purpose, but before installing consider: (1) the SKILL.md will direct the agent to run local commands and to pip-install Python packages — run it in an isolated or controlled environment if you are cautious; (2) outputs are written to local folders (input/, chapters/, summaries/, html/) so check or sandbox where those files are stored; (3) the skill asks for high-fidelity rewrites that may reproduce copyrighted text verbatim — ensure you have rights or user consent to process the provided books; (4) the source is listed as unknown/third-party (GitHub link in metadata) — if you need stronger assurance, inspect the upstream repository or test the skill in a restricted environment before using it with sensitive or proprietary documents.
Capability Analysis
Type: OpenClaw Skill Name: vibe-reading-cn Version: 2.0.0 The skill is a legitimate AI-driven book analysis tool designed to process EPUB and TXT files. It uses standard Python libraries (ebooklib, beautifulsoup4) and basic bash commands for file processing and summarization, with explicit instructions in SKILL.md to avoid embedding sensitive information like API keys in the generated HTML output.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md describes extracting text from EPUB/TXT, splitting into chapters, producing per-chapter Markdown summaries and a static HTML reader. The only runtime dependency declared is python3, which aligns with the instruction to use ebooklib/BeautifulSoup for EPUB parsing.
Instruction Scope
Instructions remain within the stated purpose (file parsing, chapter detection, summarization, local file outputs). They explicitly instruct the agent to run local commands (bash line counts, save files under input/, chapters/, summaries/, html/) and to pip-install ebooklib and beautifulsoup4 if missing. A notable non-security but important point: the skill requires producing 'high-fidelity' condensed rewrites that preserve original examples and dialogue, which may lead to near-verbatim reproduction of copyrighted text—this is a legal/copyright consideration, not a coherence/security mismatch.
Install Mechanism
There is no install spec in the registry (instruction-only), which is low risk. The SKILL.md tells the agent to run `pip install ebooklib beautifulsoup4` if needed — a normal network package install from PyPI. This is expected for EPUB parsing but does require network access to PyPI and will write packages to the environment.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All file I/O is scoped to local paths under input/, chapters/, summaries/, and html/, which aligns with the processing task.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent platform privileges. It does not modify other skills or global agent configs according to the provided SKILL.md.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vibe-reading-cn
  3. After installation, invoke the skill by name or use /vibe-reading-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
添加 GitHub Star CTA 和 ClawHub 兼容元数据
v1.0.0
Initial OpenClaw release - 中文版智能书籍阅读分析技能
Metadata
Slug vibe-reading-cn
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Openclaw?

AI 驱动的智能书籍阅读分析技能。当用户提供 EPUB 或 TXT 格式的书籍文件时, 将其智能拆分为章节,逐章深度分析与总结,输出 Markdown 总结和交互式 HTML 阅读器。 兼容 OpenClaw 使用的任何 LLM 模型。 It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install Openclaw?

Run "/install vibe-reading-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw free?

Yes, Openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw support?

Openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw?

It is built and maintained by BillWang (@drbillwang); the current version is v2.0.0.

💬 Comments