openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Kling

Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, UGC marketing, testimonials, and product demos.

媒体与内容

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 2 · 1.3k · 6 current installs · 6 all-time installs

2

安装量(当前) 6

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:alti-systems/kling

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's code and SKILL.md implement a Kling/Kie.ai video client and only need a KIE_API_KEY, but the registry metadata does not declare that credential and the SKILL.md mentions storing a .env without providing dotenv handling — this mismatch and minor documentation gaps are inconsistent and warrant caution.

目的

The JS code and SKILL.md consistently implement a text-to-video client for Kie.ai (endpoints: /jobs/createTask, /jobs/recordInfo, /user/credits). Requiring a KIE_API_KEY is coherent with that purpose. However, the registry metadata lists no required environment variables or primary credential, which is inconsistent with the code and SKILL.md.

说明范围

Runtime instructions are narrowly scoped to generating videos, checking status, and checking credits. They reference running the included CLI and storing an API key in a .env file, but do not instruct reading unrelated system files or exfiltrating data to unexpected endpoints. All network calls go to api.kie.ai.

安装机制

This is an instruction-only skill with no install spec. The package files include a simple dependency (axios). There is no downloadable installer or external URL; no archive extraction or unusual install behavior is present.

证书

The code requires KIE_API_KEY (process.env.KIE_API_KEY) and SKILL.md explicitly mentions storing the API key in .env, but the registry metadata declares no required env vars or primary credential. The skill does not include dotenv or logic to auto-load a .env file, which is a documentation/runtime mismatch. Requiring a single API key for the remote video service is proportionate, but the missing declaration is a notable inconsistency.

持久

The skill does not request permanent/all-agent presence (always: false) and does not modify other skills or system configs. It has normal, limited privileges.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Kling」。简介:Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, U…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alti-systems/kling/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# Kling Video Generation Skill

Generate AI videos using Kling 2.6 (via Kie.ai).

## Commands

```bash
# Generate video and wait for result
/root/clawd/skills/kling/kling.js generate "A gym owner high-fiving a member"

# Quick start (returns task ID immediately)
/root/clawd/skills/kling/kling.js quick "Professional fitness environment"

# Check status
/root/clawd/skills/kling/kling.js status <task_id>
```

## Parameters

- **Model**: kling-2.6/text-to-video (default)
- **Aspect Ratio**: 16:9 (default)
- **Duration**: 5 seconds (default)
- **Negative Prompt**: Filters out blurry/low quality

## Use Cases

- UGC-style marketing videos
- Gym/fitness promotional content
- LinkedIn video posts
- Client testimonial visualizations
- Product demos

## Notes

- Videos take 1-5 minutes to generate
- Results include video URL in the response
- API key stored in `.env` as `KIE_API_KEY`