← Back to Skills Marketplace
1oid

txt file convert to epub

by 1oid · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
305
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install txt-to-epub
Description
将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install txt-to-epub
  3. After installation, invoke the skill by name or use /txt-to-epub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug txt-to-epub
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is txt file convert to epub?

将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。 It is an AI Agent Skill for Claude Code / OpenClaw, with 305 downloads so far.

How do I install txt file convert to epub?

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

Is txt file convert to epub free?

Yes, txt file convert to epub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does txt file convert to epub support?

txt file convert to epub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created txt file convert to epub?

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

💬 Comments