← 返回 Skills 市场
247
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install webtoon-adapter
功能描述
A general-purpose skill for adapting web novels into webtoon dramas — covers plot breakdown, episode tagging, and per-episode script writing.
安全使用建议
Before installing or using this skill: 1) Confirm whether you are comfortable granting a third-party service (dLazy) an API key — the CLI will store the key in ~/.dlazy/config.json or accept DLAZY_API_KEY. That key lets the CLI act on your behalf and upload any local media you pass. 2) Prefer using npx (ad-hoc invocation) rather than global npm install; review the GitHub repo and the npm package contents yourself before installing. 3) Ask the maintainer which CLI version is authoritative — the SKILL files reference different pinned versions (1.0.5 vs 1.0.8). 4) If you only need text-based adaptation, consider rejecting or removing the image-generation steps so the agent cannot run networked CLI commands or upload files. 5) If you will proceed, avoid giving the agent broader terminal privileges than necessary and do not store secrets in shared environments. If you want, I can list the exact lines in SKILL.md that request the API key, config path, and CLI commands so you can use them when auditing the repo.
功能分析
Type: OpenClaw Skill
Name: webtoon-adapter
Version: 1.0.5
The skill is a legitimate adapter for the dLazy service, designed to facilitate webtoon script generation and image rendering via the '@dlazy/cli' tool. It follows standard SaaS patterns, requiring an API key and providing clear instructions for installation (including a non-persistent 'npx' option). The 'CRITICAL EXECUTION INSTRUCTIONS' in SKILL.md and SKILL-cn.md actually enforce a safe, human-in-the-loop workflow by requiring user confirmation before executing terminal commands and prohibiting command chaining in PowerShell to prevent execution errors. No evidence of data exfiltration, malicious payloads, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The skill is described as a web-novel adaptation tool (plot breakdown, episode tagging, script writing). Yet the runtime docs and metadata heavily emphasize installing and calling the dLazy CLI (npm package @dlazy/cli) and running generation commands that upload media. Requiring npm/npx and a cloud generation CLI is disproportionate for a purely textual adaptation skill unless the adaptation also intends to produce images/media. The registry metadata lists no required env vars/config paths, but the SKILL.md clearly describes an API key and config file (~/.dlazy/config.json).
Instruction Scope
The SKILL.md instructs the agent to execute terminal commands (dlazy CLI) and upload local files to dLazy's OSS endpoints; it also mandates a stepwise interactive flow and forbids saving prompts to files. These runtime instructions go beyond text-only adaptation and grant the skill the ability to run networked CLI commands that will transmit local media — the instructions also call out other specialist agents (breakdown-aligner, webtoon-aligner). The combination of CLI execution and automatic uploads means the agent could transmit user-provided local files to the third-party service.
Install Mechanism
There is no platform install spec in the registry (instruction-only), but the SKILL.md/metadata recommend installing @dlazy/cli from npm (or using npx). Installing a published npm CLI is a common pattern and not inherently risky, however the SKILL.md contains inconsistent pinned versions (1.0.8 in one place, 1.0.5 in another). That inconsistency should be resolved; otherwise the install instruction is traceable to npm (moderate-risk) rather than an arbitrary download URL.
Credentials
Registry requirements show no credentials or config paths, but the SKILL.md explicitly requires a dLazy API key (can be stored in ~/.dlazy/config.json or provided via DLAZY_API_KEY). This is a substantive mismatch — the skill needs a secret API key and will persist it to a user config file. Requesting an API key for a cloud CLI is reasonable for using that service, but the registry should have declared it. Users should be aware that providing the key grants the skill the ability to call dLazy on their behalf and upload files.
Persistence & Privilege
always:false and no apparent requests to modify other skills or system settings — this is normal. However the skill's instructions allow executing CLI commands and uploading files to a third‑party service; combined with autonomous invocation (the platform default), this increases the potential blast radius if the CLI or keys are mishandled. There is no evidence the skill attempts to persist or escalate privileges in the agent beyond normal CLI usage.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webtoon-adapter - 安装完成后,直接呼叫该 Skill 的名称或使用
/webtoon-adapter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
bump @dlazy/cli to 1.0.8
v1.0.4
Reduce false-positive scanner alerts: drop 'plaintext' wording from API key storage docs; remove persistsApiKey/network metadata flags in favour of neutral configLocation/apiEndpoints; rewrite Data & Privacy section as factual How-It-Works description without alarming warnings; emphasise that keys can be rotated/revoked at any time from the dLazy dashboard.
v1.0.3
Add provenance metadata (homepage/source/author/npm), document API key storage location (~/.dlazy/config.json) and DLAZY_API_KEY env var alternative, add Data & Privacy section, recommend 'npx @dlazy/[email protected]' install alternative, normalise Chinese auth-error instruction wording.
v1.0.2
webtoon-adapter 1.0.2 Changelog
- Updated localization and documentation files: SKILL.md, SKILL-en.md, SKILL-cn.md.
- No functional, technical, or workflow logic changes; content and rules remain as in previous version.
- Mainly improvement to documentation and language support.
v1.0.1
Version 1.0.1 of webtoon-adapter introduces core authentication instructions and updated execution guidelines.
- 新增 dLazy API Key 配置与获取详细说明
- 明确技能需全程配置 API Key 才能使用
- 增加🛠️执行与生成指南,细化分步交互与终端命令使用规范
- 补充 Windows PowerShell 下执行命令的特别注意事项
- 采用更简洁描述,移除了旧版角色与详细流程说明,便于整合指令与终端执行
元数据
常见问题
Webtoon Adapter 是什么?
A general-purpose skill for adapting web novels into webtoon dramas — covers plot breakdown, episode tagging, and per-episode script writing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 Webtoon Adapter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webtoon-adapter」即可一键安装,无需额外配置。
Webtoon Adapter 是免费的吗?
是的,Webtoon Adapter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Webtoon Adapter 支持哪些平台?
Webtoon Adapter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webtoon Adapter?
由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.5。
推荐 Skills