← 返回 Skills 市场
zhuchenggong19851114-design

Video Ai Process

作者 zhuchenggong19851114-design · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install video-ai-process
功能描述
Automatically transcribe, analyze, segment, upload, auto-compose, and generate custom-cut AI video editions with client scoring and final version selection.
安全使用建议
This skill appears to implement the pipeline described, but it has notable inconsistencies you should resolve before installing or running it: - Missing runtime requirements: the code calls ffmpeg and imports faster_whisper but the registry lists no required binaries or packages. Ensure ffmpeg and the Python dependencies (faster-whisper, and any HTTP client/SDKs you plan to use) are installed from trusted sources. - Undeclared secrets: the SKILL.md and code expect FEISHU_VIDEO_APP_TOKEN and FEISHU_VIDEO_TABLE_ID and refer to a MiniMax integration, but these credentials are not declared in metadata. Do not provide secrets until the skill clearly documents why each is needed and how they will be used and stored. Rotate tokens after testing. - Secret leakage: the script prints Feishu token and table_id to stdout — logs can leak these. Remove or redact logging of secrets. - Cross-platform & path issues: the code mixes /tmp and Windows D:\ paths and hardcodes a workspace path insertion. Confirm the runtime environment (Windows vs Linux) and output locations; run in an isolated environment first. - Unimplemented network steps: several key network interactions (MiniMax API calls, Feishu API writes, heartbeats) are TODOs. Ask the author for the intended MiniMax API usage and whether any external endpoints are contacted other than Feishu and legitimate model hosts. Recommended actions before use: - Request updated metadata from the author that declares required binaries and env vars and documents MiniMax/Feishu endpoints and permission scope. - Review and modify the code to avoid printing secrets, and to clearly implement/explicitly show any network calls and endpoints used. - Run the code in an isolated/test environment with least-privilege tokens (scoped Feishu token) and confirm behavior (no unexpected outgoing connections). If you cannot verify these, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: video-ai-process Version: 1.0.1 The skill bundle provides a video processing pipeline (Whisper, MiniMax, FFmpeg, and Feishu integration) but is classified as suspicious due to a shell injection vulnerability in `video_pipeline.py`, where `subprocess.run(shell=True)` is used with unsanitized input. The code also contains inconsistent hardcoded paths (mixing Windows `D:\` drives with Linux `/home/success/` directories) and several incomplete 'TODO' stubs. While these represent significant security flaws and poor coding practices, there is no clear evidence of intentional malicious behavior or data exfiltration.
能力评估
Purpose & Capability
The skill claims a full pipeline using Whisper, MiniMax, FFmpeg, and Feishu. However the registry declares no required binaries or env vars. The code invokes ffmpeg and imports faster_whisper (and expects a MiniMax integration), so ffmpeg, the faster_whisper package, and an API/credentials for MiniMax/Feishu are actually needed. This mismatch between claimed requirements and actual usage is disproportionate and incoherent.
Instruction Scope
SKILL.md and the code instruct running ffmpeg, writing temp Python scripts, and writing records to a Feishu (飞书) table. The code also prints Feishu token/table ID values to stdout and writes files to both /tmp and Windows D:\ paths. SKILL.md describes heartbeats/automatic checking of Feishu fields (periodic polling), but the shipped code has TODOs and does not implement those network interactions — another inconsistency. Nothing in the instructions asks for unrelated secrets, but the automatic-check/heartbeat behavior described expands scope and should be clarified.
Install Mechanism
No install spec is present (instruction-only + one Python script), so nothing will be downloaded at install time. That lowers install-time risk. However runtime actions will execute subprocess commands (ffmpeg) and create/run a temporary Python script, so runtime dependencies remain relevant.
Credentials
Although the registry lists no required env vars, SKILL.md shows FEISHU_VIDEO_APP_TOKEN and FEISHU_VIDEO_TABLE_ID and the code reads these env vars. MiniMax API credentials are referenced in prose but not declared. The skill therefore expects sensitive tokens but doesn't declare them in metadata or explain least-privilege usage. The code prints the token and table_id values to console, which risks leaking secrets into logs.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. The SKILL.md mentions periodic 'heartbeat' checks, but the shipped code does not register persistent background tasks or modify other skills' configs. No explicit privilege escalation or always-on behavior is present in the package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-ai-process
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-ai-process 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed: removed real Feishu app_token/table_id, now uses environment variables
v1.0.0
Initial release of video-ai-process: a fully automated AI video processing workflow. - Automates video workflow: transcribe → analyze → segment → upload to Feishu → auto assemble/customer scoring → final video selection. - Integrates Whisper transcription, MiniMax analysis (coarse/fine), and FFmpeg video segmentation/assembly. - Automatically uploads segment data to Feishu Bitable, including all key metadata. - Supports customer reordering and scoring of video segments via Feishu, enabling custom video versions. - Provides clear folder structure and process traceability for all outputs. - Includes automation logic for both immediate assembly and customer-triggered customization.
元数据
Slug video-ai-process
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Video Ai Process 是什么?

Automatically transcribe, analyze, segment, upload, auto-compose, and generate custom-cut AI video editions with client scoring and final version selection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Video Ai Process?

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

Video Ai Process 是免费的吗?

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

Video Ai Process 支持哪些平台?

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

谁开发了 Video Ai Process?

由 zhuchenggong19851114-design(@zhuchenggong19851114-design)开发并维护,当前版本 v1.0.1。

💬 留言讨论