← 返回 Skills 市场
a3273283

vwu.ai kling Models

作者 a3273283 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
264
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vwu-kling
功能描述
Access and use seven kling language models on vwu.ai platform with OpenAI-compatible chat completions via API key authentication.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vwu-kling
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vwu-kling 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布 - vwu.ai kling 模型集合,包含所有可用模型
元数据
Slug vwu-kling
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

vwu.ai kling Models 是什么?

Access and use seven kling language models on vwu.ai platform with OpenAI-compatible chat completions via API key authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 264 次。

如何安装 vwu.ai kling Models?

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

vwu.ai kling Models 是免费的吗?

是的,vwu.ai kling Models 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

vwu.ai kling Models 支持哪些平台?

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

谁开发了 vwu.ai kling Models?

由 a3273283(@a3273283)开发并维护,当前版本 v1.0.0。

💬 留言讨论