← 返回 Skills 市场
kylinr

Pipixia Drama Producer

作者 Rong · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
404
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install pipixia-drama-producer
功能描述
皮皮虾职场短剧全流程制作技能。用于为「皮皮虾」(机械龙虾AI-bot)职场短剧生成镜头视频、剪辑成片、配音配乐并发布到飞书群。完整流程:图生视频(I2V) → ffmpeg规范化+剪辑 → TTS配音 → BGM混音 → 飞书媒体消息发送。当用户提到制作皮皮虾短剧、生成新镜头、剪辑视频、配音配乐、或将视频/音频发...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipixia-drama-producer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipixia-drama-producer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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导演完整制作流程
元数据
Slug pipixia-drama-producer
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Pipixia Drama Producer 是什么?

皮皮虾职场短剧全流程制作技能。用于为「皮皮虾」(机械龙虾AI-bot)职场短剧生成镜头视频、剪辑成片、配音配乐并发布到飞书群。完整流程:图生视频(I2V) → ffmpeg规范化+剪辑 → TTS配音 → BGM混音 → 飞书媒体消息发送。当用户提到制作皮皮虾短剧、生成新镜头、剪辑视频、配音配乐、或将视频/音频发... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。

如何安装 Pipixia Drama Producer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipixia-drama-producer」即可一键安装,无需额外配置。

Pipixia Drama Producer 是免费的吗?

是的,Pipixia Drama Producer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pipixia Drama Producer 支持哪些平台?

Pipixia Drama Producer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pipixia Drama Producer?

由 Rong(@kylinr)开发并维护,当前版本 v1.1.0。

💬 留言讨论