vwu.ai gemini Models
调用vwu.ai平台上的五款gemini系列模型,支持标准OpenAI聊天接口,需配置vwu.ai API key后使用。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 17 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The skill's stated purpose (call vwu.ai Gemini models) matches the included script and SKILL.md. However, the registry metadata lists no required environment variables or binaries while the SKILL.md and script clearly require VWU_API_KEY and use CLI tools (curl, jq, zsh). This is an incoherence between claimed requirements and actual needs.
Instruction Scope
SKILL.md and vwu-chat.sh keep to the stated purpose: they instruct how to set VWU_API_KEY and call vwu.ai's /v1/chat/completions. The script only sends the provided prompt to VWU_BASE_URL and returns the model response. A minor issue: on quota errors the script echoes the first 8 characters of the API key (partial exposure) and it references VWU_BASE_URL (overrideable) which is not declared in metadata.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. The package does include a shell script file that will be present when the skill is installed; the script itself uses network I/O. No downloads from arbitrary URLs are present. Still, required runtime binaries (curl, jq, zsh/sh) are not declared by the registry metadata.
Credentials
The skill requires an API key (VWU_API_KEY) to operate, but the registry metadata does not declare this or mark any primary credential. The script also accepts VWU_BASE_URL as an env override. The missing declaration of VWU_API_KEY and of required CLI tools is a proportionality/visibility problem: the agent/user should be explicitly asked for that credential before installing or enabling the skill.
Persistence & Privilege
The skill is not marked always:true and has no special persistence or system-wide config changes. It does perform network calls to vwu.ai when invoked (expected for its purpose). Autonomous invocation is enabled by default (disable-model-invocation: false) but that is the platform default and not itself flagged here.
What to consider before installing
This skill legitimately calls vwu.ai and needs your vwu.ai API key, but the package metadata fails to declare that requirement and doesn't list runtime tools the script uses (curl, jq, zsh). Before installing: 1) Confirm you trust vwu.ai and are comfortable sending prompts to that external service; 2) Do not install unless you can supply a dedicated API key (and avoid reusing high-privilege keys); 3) Be aware the included script prints the first 8 characters of your API key in quota error messages (remove or change that behavior if you are concerned about logs leaking key fragments); 4) Ensure curl and jq are available in the runtime environment; 5) Prefer the maintainer update the skill metadata to declare VWU_API_KEY and required binaries and to publish source/homepage for audit. If you cannot verify the publisher or update metadata, treat this skill with caution.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipaigeminilatestllmvwu
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
gemini Models for vwu.ai
vwu.ai 平台上的 gemini 模型调用技能。
支持的模型
- gemini-2.5-flash
- gemini-2.5-flash-image
- gemini-2.5-pro
- gemini-3-pro-image-preview
- gemini-3-pro-preview
共 5 个模型。
配置
使用前需要设置 vwu.ai API key:
export VWU_API_KEY="your-key-here"
获取 key: https://vwu.ai 控制台
使用示例
# 调用模型
vwu-chat --model gemini-2.5-flash "你的问题"
API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
额度提示
如果使用时提示"额度不足"或类似错误:
- 访问 https://vwu.ai
- 在控制台充值或调整额度
- 或生成新的 API key
由 Claw 自动生成 | 源数据: vwu.ai
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
