技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 140 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1oid/txt-to-epub
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is internally consistent: a local rule-based TXT→EPUB converter that asks for no credentials, performs local file I/O, and installs only reasonable Python packages.
目的
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.
说明范围
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.
安装机制
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.
证书
The skill requires no environment variables, credentials, or config paths. All requested resources (input file, optional output path) are proportionate to the purpose.
持久
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.
综合结论
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 inste…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「txt file convert to epub」。简介:将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1oid/txt-to-epub/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。