← Back to Skills Marketplace
treelounge

漫剧

by treelounge · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
495
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install libtv
Description
将《寻秦记》小说文本转换为带文字说明的漫画(web-toon)格式,每章生成指定数量的漫画格图片。
README (SKILL.md)

libtv-qunqin\r

\r

描述\r

使用 libtv 后端把《寻秦记》改造成漫画(web‑toon)形式。 \r 接受 JSON payload,返回每一页的 PNG 图片路径及文字说明。\r \r

Entry Point\r

libtv_qunqin.py\r \r

参数\r

  • story_file (string) – 书籍或章节文本文件路径(UTF‑8)。\r
  • panel_count (int, optional) – 每章生成的漫画格数(默认 6)。\r
  • font (string, optional) – 文字字体(默认 “Noto Serif SC”)。\r
  • output_dir (string, optional) – 输出目录(默认 ./output/寻秦记)。\r \r

运行示例\r

{\r
  "story_file": "novel/寻秦记.txt",\r
  "panel_count": 8,\r
  "font": "Noto Serif SC",\r
  "output_dir": "output/寻秦记"\r
}
Usage Guidance
This skill appears to do exactly what it says: read a local UTF-8 text file and produce PNG web‑toon pages using a WebtoonCreator class. The main risk is the external dependency 'libtv' (libtv==0.3.2) referenced in requirements.txt — PyPI packages can execute arbitrary code at install/runtime. Before installing or running this skill: 1) inspect the libtv package source (e.g., pip download + unpack or check its repository) to ensure it doesn't perform network exfiltration or other unexpected actions; 2) run the script in a sandboxed environment (container or VM) with no access to sensitive files/credentials; 3) prefer running it on sample data first and review output files; and 4) if you cannot audit libtv, avoid installing it on systems with sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: libtv Version: 1.0.0 The skill bundle contains a potential arbitrary file read vulnerability in `libtv_qunqin.py`. The script accepts a user-provided `story_file` path and reads its full content without any path validation or sanitization, which could be exploited to exfiltrate sensitive local files if the agent is misdirected. Additionally, it relies on a non-standard third-party dependency `libtv` (version 0.3.2) specified in `requirements.txt`, which performs the core logic and should be verified for safety.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, requirements.txt and the included libtv_qunqin.py are consistent: the skill reads a local story file, configures panel count/font/output_dir, calls WebtoonCreator from the libtv package, and writes PNG output. No unrelated capabilities or credentials are requested.
Instruction Scope
Runtime instructions and the script only read JSON from stdin and the referenced local story_file, create the output directory, invoke WebtoonCreator, and print a JSON result. The SKILL.md does not ask the agent to read other system files, env vars, or contact external endpoints directly.
Install Mechanism
There is no install spec included (instruction-only), but requirements.txt pins libtv==0.3.2 (plus Pillow and tqdm). Installing from PyPI is moderately risky because packages can contain arbitrary code; the skill itself does not include a source for libtv, so verify that libtv is a trustworthy package before pip installing.
Credentials
The skill requests no environment variables, credentials, or config paths—appropriate for a local file-to-image converter.
Persistence & Privilege
The skill does not request always:true or any elevated/persistent platform privileges; it runs only when invoked and does not write or modify other skill configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install libtv
  3. After installation, invoke the skill by name or use /libtv
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
libtv 1.0.0 - Initial release. - Converts the novel 《寻秦记》 into web-toon style comic pages using the libtv backend. - Accepts JSON input specifying source text file, panel count, font, and output directory. - Returns PNG image paths for each comic page along with text descriptions.
Metadata
Slug libtv
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 漫剧?

将《寻秦记》小说文本转换为带文字说明的漫画(web-toon)格式,每章生成指定数量的漫画格图片。 It is an AI Agent Skill for Claude Code / OpenClaw, with 495 downloads so far.

How do I install 漫剧?

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

Is 漫剧 free?

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

Which platforms does 漫剧 support?

漫剧 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 漫剧?

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

💬 Comments