← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install poetry-recitation
功能描述
Generate poetry recitation videos using a cloned voice or system voice with starry background and Chinese subtitles. Use when: (1) User asks to recite a poem...
安全使用建议
This skill appears to do what it says: it uses a local TTS pipeline to synthesize speech and renders a starry-background video with Chinese subtitles. Before using/installing: (1) Verify the referenced TTS pipeline (~/.openclaw/skills/tts-gen-pipeline/) and the generate.py script are from a trusted source — the skill invokes that script with subprocess.run, so a malicious generate.py could run arbitrary code. (2) Confirm the voices.json and cloned voice models you store there are intended for use (cloned voices can have legal/ethical implications). (3) Ensure the font path and output directory are correct and writable; the script will write files to ~/.openclaw/workspace/audio/. (4) If you want to review behavior, run the included script locally with known inputs before allowing automated agent invocation. No external network endpoints or secret-env requirements were found, but the trust boundary includes the local TTS pipeline the skill calls.
功能分析
Type: OpenClaw Skill
Name: poetry-recitation
Version: 1.0.0
The poetry-recitation skill is a legitimate tool for generating videos with synthesized speech and subtitles. It uses standard libraries like moviepy and PIL for video/image processing and calls a local TTS script via subprocess.run using a safe argument list. No indicators of data exfiltration, shell injection, or malicious intent were found in scripts/poetry_recitation.py or the SKILL.md instructions.
能力评估
Purpose & Capability
Name/description match the implementation: the SKILL.md and script create a video from poem text using a local TTS pipeline and local fonts. Required artifacts (voices.json, generate.py, fonts, and an output audio/video directory) are consistent with the stated goal.
Instruction Scope
Instructions limit behavior to synthesizing audio via a local TTS script and rendering a video with subtitles. The script runs a subprocess to call ~/.openclaw/skills/tts-gen-pipeline/scripts/generate.py and reads ~/.openclaw/skills/tts-gen-pipeline/scripts/voices.json and a system font; it writes media to ~/.openclaw/workspace/audio/. SKILL.md also instructs the agent to send the resulting video to the user via MEDIA path without extra confirmation — this automatic send behavior is expected but worth noting.
Install Mechanism
No install spec is present (instruction-only). The skill provides a Python script but does not download or install external code itself.
Credentials
The skill requests no environment variables or external credentials. It does, however, assume access to a local TTS pipeline, local cloned voice models, and a system font at a specific path — these are necessary for functionality but mean the skill will access local voice assets and write media files to the user's workspace directory.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide config. It runs on demand and has no elevated installation privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poetry-recitation - 安装完成后,直接呼叫该 Skill 的名称或使用
/poetry-recitation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: voice recitation video with starry background and Chinese subtitles
元数据
常见问题
Poetry Recitation 是什么?
Generate poetry recitation videos using a cloned voice or system voice with starry background and Chinese subtitles. Use when: (1) User asks to recite a poem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Poetry Recitation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poetry-recitation」即可一键安装,无需额外配置。
Poetry Recitation 是免费的吗?
是的,Poetry Recitation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poetry Recitation 支持哪些平台?
Poetry Recitation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poetry Recitation?
由 Walle(@zhangyanbo2007)开发并维护,当前版本 v1.0.0。
推荐 Skills