← Back to Skills Marketplace
marson2016

Anime Ebook Reader

by Marson · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anime-ebook-reader
Description
动漫轻小说、电子书阅读助手。支持TXT、PDF、EPUB、MOBI等格式。用于阅读动漫小说、整理书单、管理阅读进度、提取章节内容。触发场景:用户上传动漫电子书/轻小说文件、询问书单推荐、整理阅读笔记、提取小说章节。
README (SKILL.md)

动漫电子书阅读助手

支持格式

格式 处理方式
TXT 直接读取文本内容
PDF 提取文字/图片
EPUB 解析EPUB结构
HTML 转换网页内容

核心功能

1. 读取书籍

  • 用户上传文件 → 使用 read 工具读取
  • 识别书籍基本信息(书名、作者、章节数)
  • 提取目录结构

2. 章节导航

  • 列出全部章节列表
  • 用户指定章节 → 跳转读取
  • 支持"继续阅读"(记住上次位置)

3. 内容总结

  • 长章节自动分段
  • 提取本章关键情节
  • 生成章节摘要

4. 书单管理

  • 记录用户正在阅读的书单
  • 记录阅读进度(第X章/共Y章)
  • 推荐相关书籍

输出格式

📖 《书名》- 作者

📑 目录
第1章 标题
第2章 标题
...

📖 当前:第X章 标题
━━━━━━━━━━━━━━━━

[本章内容...]

━━━━━━━━━━━━━━━━
📝 本章小结:...

重要规则

  • 中文优先:优先使用中文书名和内容
  • 保持原味:动漫轻小说风格不改变
  • 记住进度:在对话中记录用户阅读位置
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anime-ebook-reader
  3. After installation, invoke the skill by name or use /anime-ebook-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug anime-ebook-reader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Anime Ebook Reader?

动漫轻小说、电子书阅读助手。支持TXT、PDF、EPUB、MOBI等格式。用于阅读动漫小说、整理书单、管理阅读进度、提取章节内容。触发场景:用户上传动漫电子书/轻小说文件、询问书单推荐、整理阅读笔记、提取小说章节。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Anime Ebook Reader?

Run "/install anime-ebook-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Anime Ebook Reader free?

Yes, Anime Ebook Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Anime Ebook Reader support?

Anime Ebook Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Anime Ebook Reader?

It is built and maintained by Marson (@marson2016); the current version is v1.0.0.

💬 Comments