← 返回 Skills 市场
305
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install txt-to-epub
功能描述
将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。
安全使用建议
This appears to be a straightforward, local TXT→EPUB converter. Before installing or running it: (1) review the included scripts (they are local and appear to only read the input TXT and write an .epub); (2) install dependencies from the included requirements.txt (pip install -r requirements.txt) — note SKILL.md shows an absolute user path (/Users/loid/...) which may not match your environment, so run the install from the skill directory instead; (3) verify the full script file in the bundle (the listing shown was truncated at parse_args — confirm the file is complete); and (4) run the script on non-sensitive files or in an isolated environment if you want extra caution. There are no network calls or credential requests in the code, so it does not appear to exfiltrate data.
功能分析
Type: OpenClaw Skill
Name: txt-to-epub
Version: 1.0.0
The skill is a legitimate utility designed to convert TXT files into EPUB format using rule-based chapter detection. The Python script (scripts/txt_to_epub.py) uses standard libraries like ebooklib and chardet to process text locally, and the SKILL.md instructions correctly guide the agent to perform the conversion without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (rule-based TXT to EPUB) match the included code and requirements. The code implements encoding detection, rule-based heading detection, chapter splitting, and EPUB generation using ebooklib and chardet — exactly what the skill claims.
Instruction Scope
SKILL.md instructs the agent to collect parameters and run the local Python script on an input TXT file and return the output path and chapter preview. The instructions only reference local files and parameters needed for conversion; there are no instructions to read unrelated system files or call external endpoints.
Install Mechanism
No automated install spec is provided (instruction-only). The project includes a simple requirements.txt (ebooklib, chardet) — reasonable for EPUB creation and encoding detection. There are no remote downloads or obscure install URLs.
Credentials
The skill requires no environment variables, credentials, or config paths. All requested resources (input file, optional output path) are proportionate to the purpose.
Persistence & Privilege
always is false and the skill does not request any special agent/system privileges. It writes only the output EPUB (creating the output directory if needed) and does not modify other skills or global agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install txt-to-epub - 安装完成后,直接呼叫该 Skill 的名称或使用
/txt-to-epub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of txt-to-epub: convert TXT files to EPUB format using rule-based chapter detection.
- Supports multiple split modes (auto, novel, tutorial, length) for flexible chapter segmentation.
- Handles both full and cleaned chapter titles for EPUB navigation.
- No AI or external model calls; purely rule-driven processing.
- CLI script with options for input/output path, title, author, language, split mode, title style, and verbosity.
- Provides chapter count and previews after conversion.
元数据
常见问题
txt file convert to epub 是什么?
将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 305 次。
如何安装 txt file convert to epub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install txt-to-epub」即可一键安装,无需额外配置。
txt file convert to epub 是免费的吗?
是的,txt file convert to epub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
txt file convert to epub 支持哪些平台?
txt file convert to epub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 txt file convert to epub?
由 1oid(@1oid)开发并维护,当前版本 v1.0.0。
推荐 Skills