EPUB Read
v2.0.0Task-mode-driven EPUB reading and analysis skill with overview, targeted reading, chunked full reading, extraction, complex-content inspection, and batch pro...
⭐ 0· 102·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (EPUB reading, chunking, extraction) match the included scripts (parse_epub.py, chunk_book.py, task_router.py, update_session_state.py, utils.py). Requested binary is python3 which is appropriate; no unrelated binaries or secrets are required.
Instruction Scope
SKILL.md instructs the agent to parse, chunk, route tasks, and manage session state using the included Python scripts and to read/write files under the book output directory. The instructions do not attempt to read system-wide config, environment secrets, or transmit data to external endpoints. All file reads/writes are confined to the parsed-book output tree.
Install Mechanism
There is no install spec (no automatic downloads), which is low risk. The repository includes a requirements.txt (beautifulsoup4, lxml) so the user must install Python dependencies manually or via pip. No external installers, URL downloads, or extracted archives are used by the skill.
Credentials
The skill declares no required environment variables or credentials and the code does not reference environment secrets. All required resources are local files and Python packages, which is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It writes/reads session_state.json and various parse artifacts inside the book output directory, which is expected for a reading-progress feature.
Assessment
This skill appears coherent and safe for EPUB processing: it runs local Python scripts, writes output under a dedicated book directory, and does not request secrets or make network calls. Before installing: (1) install its Python dependencies in an isolated venv (pip install -r requirements.txt), (2) run test_integration.py with a non-sensitive local EPUB to confirm behavior, and (3) only run it on EPUB files you trust (it will write parsed content and state files to disk). If you want extra assurance, review the omitted truncated files (remaining parse/chunk logic) or run the scripts in a sandbox/container.Like a lobster shell, security has layers — review code before you run it.
latestvk97bjhap3ak1mg7pxgcqqatft983m8m3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📚 Clawdis
OSLinux · macOS · Windows
Binspython3
