← Back to Skills Marketplace
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vwu-openai
Description
调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vwu-openai - After installation, invoke the skill by name or use
/vwu-openai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始发布 - vwu.ai OpenAI 模型集合
Metadata
Frequently Asked Questions
What is vwu.ai OpenAI Models?
调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。 It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install vwu.ai OpenAI Models?
Run "/install vwu-openai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vwu.ai OpenAI Models free?
Yes, vwu.ai OpenAI Models is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does vwu.ai OpenAI Models support?
vwu.ai OpenAI Models is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vwu.ai OpenAI Models?
It is built and maintained by a3273283 (@a3273283); the current version is v1.0.0.
More Skills