← 返回 Skills 市场
alti-systems

Kling

作者 Alti-Systems · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1917
总下载
4
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install kling
功能描述
Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, UGC marketing, testimonials, and product demos.
使用说明 (SKILL.md)

Kling Video Generation Skill

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

Commands

# 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 \x3Ctask_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
安全使用建议
This skill appears to do what it claims (a Kie.ai text-to-video client). Before installing: 1) Be aware the code requires an API key named KIE_API_KEY — the registry metadata omitted this, so you must supply it to use the skill. 2) Prefer storing the key in a secure agent secret store rather than a plaintext .env file; the package does not include dotenv so the .env mention is only instructional. 3) Verify you trust the Kie.ai endpoint and the skill owner before providing credentials. 4) Review the code if you need guarantees (it only calls api.kie.ai endpoints). 5) If you deploy this in a multi-tenant environment, restrict the API key's permissions and monitor usage. If you need the metadata corrected (so the platform can surface required credentials), ask the publisher to declare KIE_API_KEY as the primary credential.
功能分析
Type: OpenClaw Skill Name: kling Version: 1.0.0 The skill is designed to generate AI videos via the Kie.ai API. It correctly reads the `KIE_API_KEY` environment variable for authentication, as documented in `SKILL.md`. The `kling.js` script only makes network requests to the specified `https://api.kie.ai` endpoint and does not attempt to access sensitive files, execute arbitrary commands, or exfiltrate data. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts against the OpenClaw agent. Dependencies listed in `package.json` and `package-lock.json` are standard and widely used (axios).
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kling
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kling 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Kling Video Generation Skill. - Generate AI-powered videos using Kling 2.6 via Kie.ai API - Supports instant and queued video generation workflows - Built-in status checking for video generation tasks - Default settings for model, aspect ratio, and video duration - Designed for marketing, fitness, and promotional use cases
元数据
Slug kling
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

Kling 是什么?

Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, UGC marketing, testimonials, and product demos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1917 次。

如何安装 Kling?

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

Kling 是免费的吗?

是的,Kling 完全免费(开源免费),可自由下载、安装和使用。

Kling 支持哪些平台?

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

谁开发了 Kling?

由 Alti-Systems(@alti-systems)开发并维护,当前版本 v1.0.0。

💬 留言讨论