← Back to Skills Marketplace
159
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install reading-assistant
Description
個人閱讀助理:管理 epub 電子書圖書館、分章節摘要、追蹤閱讀進度。匯入 epub、查看閱讀清單、生成章節摘要、記錄進度。觸發詞:讀書、閱讀、書、小說、epub、圖書館、書單、閱讀清單、讀到哪、摘要、下一章、匯入書籍、繼續上次、推薦我讀什麼、reading list、book summary、chapter、l...
Usage Guidance
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).
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reading-assistant - After installation, invoke the skill by name or use
/reading-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
reading-assistant v1.0.0
- 首次發布:個人閱讀助理,管理 epub 電子書圖書館。
- 支援匯入 epub、分章節產生摘要、追蹤閱讀進度、生成個人閱讀清單。
- 摘要功能涵蓋章節要點、金句、人物行為、反思問題、章節連結。
- 提供每日自動閱讀提醒與進度推送(搭配 cron)。
- 可選同步至 Notion,雲端記錄閱讀數據與摘要。
- 支援常見自然語言觸發詞,操作簡單。
Metadata
Frequently Asked Questions
What is 閱讀助手?
個人閱讀助理:管理 epub 電子書圖書館、分章節摘要、追蹤閱讀進度。匯入 epub、查看閱讀清單、生成章節摘要、記錄進度。觸發詞:讀書、閱讀、書、小說、epub、圖書館、書單、閱讀清單、讀到哪、摘要、下一章、匯入書籍、繼續上次、推薦我讀什麼、reading list、book summary、chapter、l... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install 閱讀助手?
Run "/install reading-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 閱讀助手 free?
Yes, 閱讀助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 閱讀助手 support?
閱讀助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 閱讀助手?
It is built and maintained by Justine (@justine-nl); the current version is v1.0.0.
More Skills