← 返回 Skills 市场
273
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vwu-openai
功能描述
调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。
安全使用建议
This skill appears to do what it says: call vwu.ai models using an API key. Before installing, verify you trust vwu.ai and obtain your API key from their console. Note the registry metadata omits the required VWU_API_KEY — the SKILL.md and script both require it, so you will need to set it yourself. If you are conservative about secrets, inspect the vwu-chat.sh file (it’s small) and be aware it prints a masked prefix of your key to the console on quota errors and allows overriding VWU_BASE_URL via env var (avoid setting VWU_BASE_URL to untrusted addresses). If you want extra caution, run the script in a restricted environment or review network traffic to confirm it only talks to https://vwu.ai.
功能分析
Type: OpenClaw Skill
Name: vwu-openai
Version: 1.0.0
The skill facilitates interaction with a third-party API service (vwu.ai) that claims access to non-existent models (e.g., gpt-5.1, gpt-5.2), which is a common indicator of deceptive services or potential credential harvesting. Technically, the script `vwu-chat.sh` is vulnerable to JSON injection because it inserts the user prompt directly into a JSON string within a `curl` command without proper escaping or using a tool like `jq` to construct the payload safely. While there is no evidence of local data exfiltration, the promotion of non-existent AI models and the lack of input sanitization are significant red flags.
能力评估
Purpose & Capability
Name/description say this calls vwu.ai OpenAI-compatible models, and the included script and models list do exactly that (POST to vwu.ai/v1/chat/completions). The requested capability (an API key) is appropriate for the stated purpose.
Instruction Scope
SKILL.md gives limited, explicit instructions (set VWU_API_KEY, run vwu-chat with model and prompt). The runtime script only reads models.txt in the same directory and the VWU_* env vars and performs an API call; it does not attempt to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec and only a small shell script are included (instruction-only style). Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
The skill requires VWU_API_KEY (and optionally VWU_BASE_URL) to operate — this is proportional to its function. However, the registry metadata lists no required environment variables, which is an inconsistency. Also note the script prints a masked prefix of the API key in error messages (first 8 chars + ***), which may leak part of the key into local logs/console.
Persistence & Privilege
The skill is not flagged always:true, does not request persistent system-wide changes, and does not modify other skills or agent configs. It runs as an invocation-only helper script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vwu-openai - 安装完成后,直接呼叫该 Skill 的名称或使用
/vwu-openai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布 - vwu.ai OpenAI 模型集合
元数据
常见问题
vwu.ai OpenAI Models 是什么?
调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。
如何安装 vwu.ai OpenAI Models?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vwu-openai」即可一键安装,无需额外配置。
vwu.ai OpenAI Models 是免费的吗?
是的,vwu.ai OpenAI Models 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
vwu.ai OpenAI Models 支持哪些平台?
vwu.ai OpenAI Models 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vwu.ai OpenAI Models?
由 a3273283(@a3273283)开发并维护,当前版本 v1.0.0。
推荐 Skills