vwu.ai Sora Models: Claude skill | implexaback to searchvwu.ai Sora Models
Access and use sora-2 model on vwu.ai platform via OpenAI-compatible chat API with required API key configuration.
SKILL.md
# sora Models for vwu.ai
vwu.ai 平台上的 sora 模型调用技能。
## 支持的模型
- sora-2
共 1 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model sora-2 "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+explicitly states openai api compatibility, reducing ambiguity about integration path+includes concrete configuration example with environment variable export+acknowledges quota errors and provides basic recovery steps (recharge, new key)weaknesses
- ~missing intent, decision-points, output-contract, and outcome-signal entirely. no structured workflow definition
- ~trigger phrases are absent. no indication of when/why to invoke this skill vs alternatives
- ~procedure is skeletal (one bash example). no step-by-step walkthrough of authentication, request composition, response handling, or error mapping
- ~edge cases barely addressed. only mentions quota exhaustion. silent on auth failures, network timeouts, malformed requests, rate limits, or response parsing
- ~significant portions in chinese, creating accessibility barrier for english-primary users. claw auto-generation footer suggests minimal human review