技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 82 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:a3273283/vwu-openai
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill is internally coherent: it wraps vwu.ai’s OpenAI-compatible API and only needs an API key; the only inconsistency is that the registry metadata did not declare the VWU_API_KEY environment variable that the SKILL.md and script require.
目的
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.
说明范围
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.
安装机制
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.
证书
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.
持久
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.
综合结论
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…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai OpenAI Models」。简介:调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-openai/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# openai Models for vwu.ai
vwu.ai 平台上的 openai 模型调用技能。
## 支持的模型
- gpt-4.1
- gpt-4o
- gpt-4o-2024-08-06
- gpt-4o-mini
- gpt-5-mini
- gpt-5.1
- gpt-5.1-chat
- gpt-5.2
- gpt-5.2-chat
共 9 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model gpt-4.1 "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai