技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 78 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:a3273283/vwu-gemini
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill appears to do what it claims (call vwu.ai Gemini models), but its metadata and instructions are internally inconsistent: it requires an API key and common CLI tools that are not declared, and the shipped script prints part of the API key on error — these mismatches warrant caution before installing.
目的
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.
说明范围
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.
安装机制
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.
证书
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.
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai gemini Models」。简介:调用vwu.ai平台上的五款gemini系列模型,支持标准OpenAI聊天接口,需配置vwu.ai API key后使用。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-gemini/SKILL.md
(来源:yingzhi8.cn 技能库)
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:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model gemini-2.5-flash "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai