← 返回 Skills 市场
a3273283

vwu.ai doubao Models

作者 a3273283 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
289
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vwu-doubao
功能描述
Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using your vwu.ai API key.
安全使用建议
This skill appears to implement a simple vwu.ai client, but there are a few things to check before installing or using it: - The registry metadata does not declare the required VWU_API_KEY even though both SKILL.md and the script require it. Treat this as a documentation/mismatch issue and prefer skills that declare their required credentials explicitly. - Inspect vwu-chat.sh yourself (it is small) and confirm you trust the source. The script sends your VWU_API_KEY to VWU_BASE_URL; by default it uses https://vwu.ai, but an environment variable (VWU_BASE_URL) can override the endpoint. Only set VWU_BASE_URL to a trusted domain. - The script prints the first 8 characters of your API key in quota-error messages. While not the full key, that partial exposure could be undesirable in logs or shared terminals. - If you proceed, set VWU_API_KEY only in trusted environments and avoid setting VWU_BASE_URL unless you control the endpoint. Consider asking the publisher to update registry metadata to declare VWU_API_KEY as a required credential and to document VWU_BASE_URL behavior. Confidence in this assessment is high given the included files; the main risks are documentation inconsistencies and the undocumented/overridable endpoint.
功能分析
Type: OpenClaw Skill Name: vwu-doubao Version: 1.0.0 The skill provides a shell script (`vwu-chat.sh`) to interact with the vwu.ai API for Doubao models. It contains a vulnerability where the user-provided prompt and model name are directly injected into a JSON string within a `curl` command without proper escaping or sanitization. This allows for JSON injection if the input contains special characters, which is a significant security flaw in automated environments, although no evidence of intentional malice or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
The skill's stated purpose (call vwu.ai doubao models) matches the code and instructions: the script calls vwu.ai's /v1/chat/completions. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and vwu-chat.sh both require VWU_API_KEY. This mismatch between declared requirements and actual needs is incoherent.
Instruction Scope
SKILL.md and vwu-chat.sh stay within the expected scope (compose a JSON request and call the model). Minor issues: SKILL.md documents VWU_API_KEY but does not mention VWU_BASE_URL, yet the script allows overriding the base URL via VWU_BASE_URL. The script also prints the first 8 characters of the API key in quota-error messages, which leaks a partial secret in local output.
Install Mechanism
No install spec (instruction-only with a small included shell script). Nothing is downloaded or written during install, so install mechanism risk is low.
Credentials
The only necessary secret is an API key (VWU_API_KEY), which is proportionate for the stated function. But the registry metadata fails to declare this required env var or primary credential. Additionally, the undocumented VWU_BASE_URL env var can redirect requests to an arbitrary endpoint if set — a possible exfiltration vector if an attacker controls that environment variable or the environment where the skill runs.
Persistence & Privilege
always is false and the skill does not request persistent agent privileges or modify other skills. It does not attempt to store credentials or alter system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vwu-doubao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vwu-doubao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布 - vwu.ai doubao 模型集合,包含所有可用模型
元数据
Slug vwu-doubao
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

vwu.ai doubao Models 是什么?

Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using your vwu.ai API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 289 次。

如何安装 vwu.ai doubao Models?

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

vwu.ai doubao Models 是免费的吗?

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

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

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

谁开发了 vwu.ai doubao Models?

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

💬 留言讨论