← Back to Skills Marketplace
kylinr

Pipixia Drama Producer

by Rong · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
404
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install pipixia-drama-producer
Description
皮皮虾职场短剧全流程制作技能。用于为「皮皮虾」(机械龙虾AI-bot)职场短剧生成镜头视频、剪辑成片、配音配乐并发布到飞书群。完整流程:图生视频(I2V) → ffmpeg规范化+剪辑 → TTS配音 → BGM混音 → 飞书媒体消息发送。当用户提到制作皮皮虾短剧、生成新镜头、剪辑视频、配音配乐、或将视频/音频发...
Usage Guidance
Before installing/use: (1) Understand that the skill requires FEISHU_APP_ID and FEISHU_APP_SECRET — these let the skill obtain a tenant token and upload/send media; prefer creating a limited-scope/test Feishu app and avoid using highly privileged tenant secrets. (2) The registry metadata currently omits required env vars — ask the publisher to update metadata to declare FEISHU_* and other dependencies. (3) The SKILL.md calls an image→video generator function (gen_videos) that is not included; confirm your runtime provides the I2V capability or supply a trusted implementation. (4) Inspect and run the included scripts in a sandbox first (they invoke ffmpeg, ffprobe, curl, node-edge-tts and use subprocess/curl); ensure ffmpeg and edge-tts are installed from trusted sources. (5) Rotate secrets after testing and restrict the Feishu app permissions to only what's necessary (im:message:send, im:file, im:image).
Capability Analysis
Type: OpenClaw Skill Name: pipixia-drama-producer Version: 1.1.0 The skill bundle provides a legitimate workflow for generating, editing, and publishing short videos to Feishu. The scripts (send_audio.sh, send_video.sh, mix_audio.py) use standard tools like ffmpeg and curl to interact with the Feishu API and process media, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (I2V → ffmpeg → TTS → BGM → post to Feishu) align with the included scripts (normalize_and_trim.py, mix_audio.py, send_audio.sh, send_video.sh). However the published registry metadata claims no required environment variables while SKILL.md and the scripts clearly require FEISHU_APP_ID and FEISHU_APP_SECRET (and optionally FFMPEG/FFPROBE/EDGE_TTS). This metadata mismatch should be corrected.
Instruction Scope
SKILL.md gives concrete commands that stay within the stated workflow (run ffmpeg, run node-edge-tts, run the included Python/bash scripts, upload to open.feishu.cn). It references a gen_videos(...) call (I2V) but does not include an implementation or declare that I2V dependency — the skill assumes an image→video generator is available in the runtime. Aside from that, instructions do not ask to read unrelated system files or exfiltrate data to unknown endpoints.
Install Mechanism
This is instruction-only (no install spec). All included files are small scripts that will be run; there are no network download/install steps in the skill itself. The SKILL.md suggests downloading a BGM from incompetech (a known public site) which is reasonable for examples.
Credentials
The sensitive credentials required (FEISHU_APP_ID and FEISHU_APP_SECRET) are proportional to the feature of uploading/sending media to Feishu. The skill correctly uses the Feishu API endpoints. However the registry metadata omits these required env vars (declares none), and EDGE_TTS/FFMPEG/FFPROBE are only noted in docs as optional — the mismatch between declared metadata and actual required secrets/tools is a concern to be fixed. Also be aware that FEISHU_APP_SECRET grants the ability to obtain a tenant access token and send files/messages, so use a minimally privileged/test app if possible.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The skill does not request permanent presence or modify other skills or agent-wide config. Scripts create temporary files in /tmp and delete them; no persistent system-wide changes are made.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipixia-drama-producer
  3. After installation, invoke the skill by name or use /pipixia-drama-producer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Security fix: credentials via env vars (FEISHU_APP_ID/FEISHU_APP_SECRET), tool paths via env (FFMPEG/FFPROBE/EDGE_TTS), removed hardcoded group ID and config file path
v1.0.2
rename display name
v1.0.1
更新标题
v1.0.0
皮皮虾职场短剧第一期AI导演完整制作流程
Metadata
Slug pipixia-drama-producer
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Pipixia Drama Producer?

皮皮虾职场短剧全流程制作技能。用于为「皮皮虾」(机械龙虾AI-bot)职场短剧生成镜头视频、剪辑成片、配音配乐并发布到飞书群。完整流程:图生视频(I2V) → ffmpeg规范化+剪辑 → TTS配音 → BGM混音 → 飞书媒体消息发送。当用户提到制作皮皮虾短剧、生成新镜头、剪辑视频、配音配乐、或将视频/音频发... It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.

How do I install Pipixia Drama Producer?

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

Is Pipixia Drama Producer free?

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

Which platforms does Pipixia Drama Producer support?

Pipixia Drama Producer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipixia Drama Producer?

It is built and maintained by Rong (@kylinr); the current version is v1.1.0.

💬 Comments