ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Vwu Veo

Skill by a3273283

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a3273283/vwu-veo
Or

veo Models for vwu.ai

vwu.ai 平台上的 veo 模型调用技能。

支持的模型

  • veo-2.0-generate-001
  • veo-3.0-fast-generate-001
  • veo-3.0-generate-001
  • veo-3.1-fast-generate-preview
  • veo-3.1-generate-preview

共 5 个模型。

配置

使用前需要设置 vwu.ai API key:

export VWU_API_KEY="your-key-here"

获取 key: https://vwu.ai 控制台

使用示例

# 调用模型
vwu-chat --model veo-2.0-generate-001 "你的问题"

API 兼容性

所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。

额度提示

如果使用时提示"额度不足"或类似错误:

  1. 访问 https://vwu.ai
  2. 在控制台充值或调整额度
  3. 或生成新的 API key

由 Claw 自动生成 | 源数据: vwu.ai

Metadata

Author@a3273283
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a3273283-vwu-veo": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.