← Back to Skills Marketplace
289
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vwu-doubao
Description
Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using your vwu.ai API key.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vwu-doubao - After installation, invoke the skill by name or use
/vwu-doubao - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始发布 - vwu.ai doubao 模型集合,包含所有可用模型
Metadata
Frequently Asked Questions
What is vwu.ai doubao Models?
Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using your vwu.ai API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install vwu.ai doubao Models?
Run "/install vwu-doubao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vwu.ai doubao Models free?
Yes, vwu.ai doubao Models is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does vwu.ai doubao Models support?
vwu.ai doubao Models is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vwu.ai doubao Models?
It is built and maintained by a3273283 (@a3273283); the current version is v1.0.0.
More Skills