← Back to Skills Marketplace
zhangyanbo2007

Poetry Recitation

by Walle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poetry-recitation
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install poetry-recitation
  3. After installation, invoke the skill by name or use /poetry-recitation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: voice recitation video with starry background and Chinese subtitles
Metadata
Slug poetry-recitation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Poetry Recitation?

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

Is Poetry Recitation free?

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

Which platforms does Poetry Recitation support?

Poetry Recitation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Poetry Recitation?

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

💬 Comments