← Back to Skills Marketplace
alti-systems

Kling

by Alti-Systems · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1917
Downloads
4
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install kling
Description
Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, UGC marketing, testimonials, and product demos.
README (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
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kling
  3. After installation, invoke the skill by name or use /kling
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug kling
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is Kling?

Generate 5-second AI videos in 16:9 ratio using Kling 2.6 for fitness promos, UGC marketing, testimonials, and product demos. It is an AI Agent Skill for Claude Code / OpenClaw, with 1917 downloads so far.

How do I install Kling?

Run "/install kling" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kling free?

Yes, Kling is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Kling support?

Kling is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kling?

It is built and maintained by Alti-Systems (@alti-systems); the current version is v1.0.0.

💬 Comments