← Back to Skills Marketplace
a3273283

vwu.ai kling Models

by a3273283 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
264
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vwu-kling
Description
Access and use seven kling language models on vwu.ai platform with OpenAI-compatible chat completions via API key authentication.
Usage Guidance
This skill appears to implement the claimed vwu.ai model calls, but there are a few red flags you should address before using it with real credentials: (1) The registry metadata does not declare the required VWU_API_KEY or the needed CLI tools (curl, jq, zsh) — assume you must provide these. (2) The script allows VWU_BASE_URL to be overridden by an environment variable but SKILL.md doesn't mention that; consider hardcoding or verifying VWU_BASE_URL is set to https://vwu.ai to avoid accidentally sending your key to another endpoint. (3) The script reveals the first 8 characters of your API key in error messages; avoid using your main/long-lived key—use an ephemeral or limited-scope key if possible. (4) Review the vwu-chat.sh file yourself (or run it in an isolated environment) before exporting any secrets. If you plan to install broadly, ask the author to update registry metadata to declare VWU_API_KEY and required binaries and to document/lock the base URL.
Capability Analysis
Type: OpenClaw Skill Name: vwu-kling Version: 1.0.0 The skill bundle contains a shell injection vulnerability in `vwu-chat.sh` where the user-provided prompt is expanded within a double-quoted string passed to `curl`. This allows for arbitrary command execution if a crafted prompt (e.g., containing backticks or subshells) is provided to the script. While the code logic aligns with the stated purpose of interacting with the vwu.ai API, the lack of input sanitization is a significant security risk, although no clear evidence of intentional malice was identified.
Capability Assessment
Purpose & Capability
The skill's code and SKILL.md match the stated purpose: calling vwu.ai's OpenAI-compatible chat endpoint for the listed kling models. However the registry metadata does not declare the VWU_API_KEY credential (required by the script) nor the dependency on common CLI tools (curl, jq, zsh). That mismatch is unexpected.
Instruction Scope
SKILL.md and the script stick to the advertised task: sending a chat completion request to vwu.ai and printing the response. They do not read unrelated user files or system state beyond environment variables and the shipped models.txt.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. The skill includes a shell script that runs in-place; it relies on curl and jq but these are not declared in metadata—users should ensure those binaries are present from trusted sources.
Credentials
The script requires VWU_API_KEY but the registry lists no required env vars or primary credential. The script also accepts VWU_BASE_URL (default https://vwu.ai) though SKILL.md does not document this override; that means the request target (and thus where an API key might be sent) can be redirected via an env var. Additionally, on API errors the script prints the first 8 characters of the key, which leaks part of the secret.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vwu-kling
  3. After installation, invoke the skill by name or use /vwu-kling
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始发布 - vwu.ai kling 模型集合,包含所有可用模型
Metadata
Slug vwu-kling
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is vwu.ai kling Models?

Access and use seven kling language models on vwu.ai platform with OpenAI-compatible chat completions via API key authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.

How do I install vwu.ai kling Models?

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

Is vwu.ai kling Models free?

Yes, vwu.ai kling Models is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does vwu.ai kling Models support?

vwu.ai kling Models is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created vwu.ai kling Models?

It is built and maintained by a3273283 (@a3273283); the current version is v1.0.0.

💬 Comments