← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install anime-ebook-reader
功能描述
动漫轻小说、电子书阅读助手。支持TXT、PDF、EPUB、MOBI等格式。用于阅读动漫小说、整理书单、管理阅读进度、提取章节内容。触发场景:用户上传动漫电子书/轻小说文件、询问书单推荐、整理阅读笔记、提取小说章节。
使用说明 (SKILL.md)
动漫电子书阅读助手
支持格式
| 格式 | 处理方式 |
|---|---|
| TXT | 直接读取文本内容 |
| 提取文字/图片 | |
| EPUB | 解析EPUB结构 |
| HTML | 转换网页内容 |
核心功能
1. 读取书籍
- 用户上传文件 → 使用 read 工具读取
- 识别书籍基本信息(书名、作者、章节数)
- 提取目录结构
2. 章节导航
- 列出全部章节列表
- 用户指定章节 → 跳转读取
- 支持"继续阅读"(记住上次位置)
3. 内容总结
- 长章节自动分段
- 提取本章关键情节
- 生成章节摘要
4. 书单管理
- 记录用户正在阅读的书单
- 记录阅读进度(第X章/共Y章)
- 推荐相关书籍
输出格式
📖 《书名》- 作者
📑 目录
第1章 标题
第2章 标题
...
📖 当前:第X章 标题
━━━━━━━━━━━━━━━━
[本章内容...]
━━━━━━━━━━━━━━━━
📝 本章小结:...
重要规则
- 中文优先:优先使用中文书名和内容
- 保持原味:动漫轻小说风格不改变
- 记住进度:在对话中记录用户阅读位置
安全使用建议
This skill appears coherent for reading and summarizing uploaded ebook files and does not request credentials or perform installs. Before installing or using it, consider: (1) Confirm where reading-progress is stored — is it only in the current conversation or persisted across sessions? (2) If you plan to upload copyrighted ebooks, be aware of copyright rules; the skill may extract/emit large excerpts. (3) The doc mentions OCR and python pdf tools but provides no installer — your runtime must supply any needed OCR/pdf libraries. (4) If you require confidentiality, verify how the platform handles uploaded files (are they sent to external services for OCR?). If these questions are answered satisfactorily, the skill is reasonable to use.
功能分析
Type: OpenClaw Skill
Name: anime-ebook-reader
Version: 1.0.0
The skill bundle is a legitimate anime and light novel reader assistant designed to process various ebook formats such as TXT, PDF, and EPUB. The instructions in SKILL.md and references/platforms.md focus on standard document parsing, chapter navigation, and progress tracking using expected tools like 'read' and 'pdfplumber'. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (anime ebook reader) matches the instructions: reading TXT/PDF/EPUB/HTML, extracting chapters, summarizing, and tracking progress. It does not ask for unrelated credentials, system paths, or external services beyond what the description implies.
Instruction Scope
SKILL.md instructs the agent to use a 'read' tool to process uploaded files and to extract/parse common ebook formats. It also mentions OCR for image PDFs and references Python pdfplumber; these are reasonable for the stated task but the instructions are high-level and could lead the agent to attempt using local tools or ask the runtime for OCR support. The doc asks to '记住进度' (remember progress) in the conversation — this is expected, but it's ambiguous whether progress persists beyond the current chat session.
Install Mechanism
There is no install spec and no code files (instruction-only skill), so nothing will be downloaded or written to disk by the skill itself. The references mention tools (pdfplumber, OCR) but no install actions are declared — this is informational rather than an installer.
Credentials
The skill requires no environment variables, credentials, or config paths. It only needs access to user-uploaded ebook files, which is appropriate for its purpose.
Persistence & Privilege
always:false and normal invocation means the skill isn't force-enabled and can be invoked normally. The only potential concern is the ambiguity around 'remember progress' — SKILL.md implies tracking progress within the conversation, but does not specify any persistent storage or external account linkage.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anime-ebook-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/anime-ebook-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of anime-ebook-reader.
- Supports anime light novel and ebook reading (TXT, PDF, EPUB, MOBI formats)
- Extracts book info (title, author, chapter count) and organizes table of contents
- Allows chapter navigation, "continue reading" from last position
- Summarizes and extracts key points from each chapter automatically
- Manages user reading lists and progress, recommends related books
- Prioritizes Chinese titles/content and maintains light novel style
元数据
常见问题
Anime Ebook Reader 是什么?
动漫轻小说、电子书阅读助手。支持TXT、PDF、EPUB、MOBI等格式。用于阅读动漫小说、整理书单、管理阅读进度、提取章节内容。触发场景:用户上传动漫电子书/轻小说文件、询问书单推荐、整理阅读笔记、提取小说章节。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Anime Ebook Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anime-ebook-reader」即可一键安装,无需额外配置。
Anime Ebook Reader 是免费的吗?
是的,Anime Ebook Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anime Ebook Reader 支持哪些平台?
Anime Ebook Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anime Ebook Reader?
由 Marson(@marson2016)开发并维护,当前版本 v1.0.0。
推荐 Skills