Openclaw
v2.0.0AI 驱动的智能书籍阅读分析技能。当用户提供 EPUB 或 TXT 格式的书籍文件时, 将其智能拆分为章节,逐章深度分析与总结,输出 Markdown 总结和交互式 HTML 阅读器。 兼容 OpenClaw 使用的任何 LLM 模型。
⭐ 0· 158·0 current·0 all-time
byBillWang@drbillwang
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk971eh4x7a4y882gtb070qyypn834vfj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📖 Clawdis
Binspython3
