Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

可灵视频生成

v1.0.0

使用可灵 Omni-Video API 生成或编辑视频。凡是涉及可灵视频的操作都应触发此 skill,包括但不限于:可灵生成视频、kling视频、文生视频(可灵)、图生视频(可灵)、视频编辑(可灵)、视频参考。当用户明确提到"可灵"或"kling"并需要视频生成/编辑时触发。配置:环境变量 HSAI_API_KEY。

0· 70·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gayyzxyx/kling-omni-video.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "可灵视频生成" (gayyzxyx/kling-omni-video) from ClawHub.
Skill page: https://clawhub.ai/gayyzxyx/kling-omni-video
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install kling-omni-video

ClawHub CLI

Package manager switcher

npx clawhub@latest install kling-omni-video
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill's code and SKILL.md implement video generation against an Omni-Video API and require an API key (HSAI_API_KEY), which matches the described purpose. However the registry metadata lists no required environment variables or primary credential while both the SKILL.md and the script explicitly require HSAI_API_KEY — this metadata omission is an incoherence and reduces trust. The presence of a corp-like default API endpoint (https://api-aigw.corp.hongsong.club) and no homepage or publisher details is notable but not definitive proof of malicious intent.
Instruction Scope
SKILL.md instructs the agent to run scripts/generate_video.sh and the script confines itself to building a JSON payload, POSTing it to the API, polling task status, and downloading the returned video URL. The script does not read unrelated local files or other env vars. Caveat: the script prints prompt and metadata to stdout and will download a URL provided by the API (the returned VIDEO_URL), which could be controlled by the service — expected for this use case but worth noting.
Install Mechanism
This is an instruction-only skill with a bundled script; there is no install step, no package downloads, and no archive extraction. Risk from install mechanism is low.
!
Credentials
The script requires HSAI_API_KEY (and SKILL.md mentions it) but the registry metadata failed to declare required env vars or a primary credential. Additionally the script honors an undocumented HSAI_BASE_URL environment variable that can redirect API calls to any endpoint (defaulting to a corp domain). That base-URL override can be abused to send your API key and prompt data to an attacker-controlled server if set; the presence of this override without explicit documentation is a proportionality and transparency concern.
Persistence & Privilege
The skill is not always: true, does not request system-wide configuration changes, and does not modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk privileges in this package.
What to consider before installing
Before installing: 1) Treat this as an unverified third‑party integration — there is no homepage or author info. 2) The script requires HSAI_API_KEY (the registry metadata omits this) and will send that key to the configured API endpoint; verify you trust the endpoint. 3) The script also respects HSAI_BASE_URL (not documented in metadata) — do not set that to an untrusted host because it would receive your API key and prompt data. 4) If you proceed, restrict the API key's permissions and rotate it if misused; consider running the skill in an isolated environment or container and inspect network traffic to confirm it contacts the expected service host. 5) If you need higher assurance, ask the publisher for a homepage, docs, and clarity about the default API domain and why the registry metadata omits the required credential.

Like a lobster shell, security has layers — review code before you run it.

latestvk974zbyg5sh9a7s4rh8gz0t1e184t4z3
70downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

可灵 Omni-Video 视频生成与编辑

通过 scripts/generate_video.sh 完成视频全流程(提交任务 → 轮询状态 → 下载文件)。

使用方式

bash <skill-dir>/scripts/generate_video.sh \
  --prompt "视频描述" \
  [--model kling-video-o1] \
  [--output ./output.mp4] \
  [--aspect-ratio 16:9|9:16|1:1] \
  [--duration 5] \
  [--mode pro|std] \
  [--sound on|off] \
  [--image <url-or-base64>] \
  [--image-type first_frame|end_frame] \
  [--image2 <url-or-base64>] \
  [--image2-type first_frame|end_frame] \
  [--video <url>] \
  [--video-refer-type base|feature] \
  [--video-keep-sound yes|no] \
  [--poll-interval 10] \
  [--timeout 900]

参数说明

参数必填默认值说明
--prompt-视频描述文本,最多 2500 字符。可用 <<<image_1>>><<<video_1>>> 引用图片/视频
--modelkling-v3-omni模型名称,可选 kling-video-o1
--output./kling_video_<ts>.mp4输出文件路径
--aspect-ratio条件-画面比例:16:99:161:1。纯文生视频时必填;有首帧图或视频编辑时不需要
--duration5时长(秒),可选 3-15。视频编辑模式下无效
--modepro生成模式:pro(高品质)、std(标准,性价比高)
--soundoff是否同时生成声音:on/off
--image-参考图片 URL(或 Base64)。可作为普通参考、首帧或尾帧
--image-type-图片帧类型:first_frameend_frame,不设则为普通参考图
--image2-第二张参考图片 URL
--image2-type-第二张图片帧类型
--video-参考视频 URL(MP4/MOV,≤200MB)
--video-refer-typebase视频类型:base(待编辑/指令变换)、feature(特征参考)
--video-keep-soundno是否保留视频原声:yes/no
--poll-interval10轮询间隔秒数
--timeout900最长等待秒数

常用场景

1. 文生视频

bash <skill-dir>/scripts/generate_video.sh \
  --prompt "一只猫在沙滩上奔跑" \
  --aspect-ratio "16:9" --duration 7 --mode pro

2. 图生视频(首帧)

bash <skill-dir>/scripts/generate_video.sh \
  --prompt "让画面中的人物向镜头挥手" \
  --image "https://example.com/photo.jpg" \
  --image-type first_frame --mode pro

3. 视频编辑(指令变换)

bash <skill-dir>/scripts/generate_video.sh \
  --prompt "给<<<video_1>>>中的人戴上墨镜" \
  --video "https://example.com/input.mp4" \
  --video-refer-type base --video-keep-sound yes

4. 视频参考(生成下一个镜头)

bash <skill-dir>/scripts/generate_video.sh \
  --prompt "基于<<<video_1>>>,生成下一个镜头" \
  --video "https://example.com/input.mp4" \
  --video-refer-type feature --aspect-ratio "16:9" --duration 5

注意事项

  • 环境变量 HSAI_API_KEY 必须设置;依赖 curlpython3
  • 视频生成耗时较长(通常 3-10 分钟),脚本会自动轮询等待
  • 如果用户未指定 prompt,先向用户询问要生成什么内容的视频
  • 如果用户提供的描述比较简短,可以帮助扩展为更详细的 prompt
  • 有参考视频时,--sound 只能为 off
  • 视频编辑模式(--video-refer-type base)下,输出视频时长与输入视频相同,--duration--aspect-ratio 无效
  • 视频生成完成后,告知用户文件路径,询问是否需要移动/复制

Comments

Loading comments...