vwu.ai Sora Models
Access and use sora-2 model on vwu.ai platform via OpenAI-compatible chat API with required API key configuration.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 15 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The skill's stated purpose (call vwu.ai sora-2 via an OpenAI-compatible API) matches the included script. However the registry metadata declared no required environment variables or binaries while the SKILL.md and vwu-chat.sh clearly require VWU_API_KEY (and rely on curl, jq, and zsh). The metadata omission is an incoherence: a caller or platform expecting no credentials or binaries may not surface required inputs or preconditions.
Instruction Scope
SKILL.md instructs setting VWU_API_KEY and calling the provided script; that stays within the stated purpose. However the script accesses an additional environment variable VWU_BASE_URL (defaulting to https://vwu.ai) which is not documented in SKILL.md, and the script prints a masked form of the API key (first 8 chars) to the console on quota errors — this can leak part of the key into logs/terminals. The script otherwise only sends model and prompt to the configured base URL.
Install Mechanism
There is no install spec (instruction-only plus a helper script). This is lower risk because nothing is downloaded or executed automatically beyond the included script. Note: the script assumes presence of curl, jq, and a zsh-compatible shell; those binaries are not declared in the metadata.
Credentials
The runtime requires an API key (VWU_API_KEY) but the skill metadata lists no required env vars or primary credential. The script also uses VWU_BASE_URL (undocumented) which could be set to a non-official host to redirect the key. The script exposes the first 8 characters of VWU_API_KEY in error output, which risks partial credential leakage to logs or shared consoles. These are disproportionate transparency/metadata issues that reduce trust.
Persistence & Privilege
No elevated persistence requested: always:false, no system config modifications, and the skill does not modify other skills or request permanent platform presence. Autonomous invocation is allowed (platform default) but not combined with other alarming privileges.
What to consider before installing
This skill appears to be a simple wrapper for vwu.ai's chat API, but there are several mismatches and small risks you should consider before installing:
- The package metadata says no env vars are required, but the script demands VWU_API_KEY and also uses VWU_BASE_URL ( undocumented ). Ask the publisher to declare required environment variables and explain VWU_BASE_URL usage.
- The script requires curl, jq, and a zsh-compatible shell but doesn't declare those binaries. Ensure your runtime has these binaries and review the script before running.
- On quota errors the script prints the first 8 characters of your API key to the console. If you run this in shared logs or CI, that may leak part of your key—ask the maintainer to remove or further mask this.
- Because VWU_BASE_URL can be overridden via environment, verify you only run this in environments where that variable is trusted; otherwise your key could be directed to an attacker-controlled endpoint.
- The source and homepage are unknown; if you plan to use it regularly, obtain a trustworthy upstream/source, or reimplement a vetted client that documents required env vars and avoids logging key fragments.
If you accept these caveats and verify the script yourself, the skill is usable; otherwise treat it cautiously or request fixes from the publisher.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipailatestllmsoravideovwu
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
sora Models for vwu.ai
vwu.ai 平台上的 sora 模型调用技能。
支持的模型
- sora-2
共 1 个模型。
配置
使用前需要设置 vwu.ai API key:
export VWU_API_KEY="your-key-here"
获取 key: https://vwu.ai 控制台
使用示例
# 调用模型
vwu-chat --model sora-2 "你的问题"
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…
