閱讀助手
v1.0.0個人閱讀助理:管理 epub 電子書圖書館、分章節摘要、追蹤閱讀進度。匯入 epub、查看閱讀清單、生成章節摘要、記錄進度。觸發詞:讀書、閱讀、書、小說、epub、圖書館、書單、閱讀清單、讀到哪、摘要、下一章、匯入書籍、繼續上次、推薦我讀什麼、reading list、book summary、chapter、l...
⭐ 0· 81·0 current·0 all-time
byJustine@justine-nl
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe EPUB import, chapter summaries, and progress tracking; required binaries (python3, pip3), the included processing script, and README instructions are all consistent with those goals.
Instruction Scope
Instructions read and write files under ~/.openclaw/workspace/reading-library/ and update progress.json (expected). The SKILL.md also suggests adding a cron job entry under ~/.openclaw/cron/jobs.json to enable automatic reminders — this implies periodic autonomous operation if the user activates it. Notion sync is optional in the doc but no Notion credential handling code or env vars are declared; the skill will not sync to Notion unless the user provides/connects credentials (not documented here).
Install Mechanism
This is instruction-only with a small included script (no install spec). The skill asks to run pip3 install ebooklib beautifulsoup4 lxml at import time — installing from PyPI is common for Python tools but carries the usual supply-chain risks; no remote downloads from untrusted URLs are present.
Credentials
The skill declares no required environment variables or credentials. The Notion sync feature is optional and would require user-provided credentials to function; the absence of required env vars is consistent with the provided code.
Persistence & Privilege
always is false and the skill is user-invocable. The only persistence described is writing its own data under the user's workspace and optionally adding a cron job entry — this is within the skill's scope and does not modify other skills or system-wide credentials.
Assessment
This skill appears to do what it says: it parses EPUBs, writes chapter text and a manifest into ~/.openclaw/workspace/reading-library/, and updates progress.json. Before installing/use: 1) Be aware it will (optionally) run pip3 install for ebooklib/beautifulsoup4/lxml — consider using a virtualenv to avoid changing your global Python environment. 2) The skill writes files under ~/.openclaw/workspace/ and can add a cron entry to ~/.openclaw/cron/jobs.json if you enable reminders — only enable that if you want automated runs. 3) Notion integration is only described, not implemented in code; if you connect Notion later, provide tokens only through the platform's secure mechanism. 4) Review/backup your reading-library directory if it contains important files. 5) The included script is short and readable; you can inspect scripts/process_epub.py yourself (no network calls, no unexpected credential use).Like a lobster shell, security has layers — review code before you run it.
latestvk97d44ejzvmjr19w9y731p3vdd83egtq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3, pip3
