← 返回 Skills 市场
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vwu-sihai
功能描述
Call and interact with vwu.ai Sihai models including sihai-i2v-31, sihai-image-27, sihai-t2v-29, and sihai-tts-25 with OpenAI-compatible API.
安全使用建议
This skill appears to implement what it claims (calling vwu.ai models) but has a few issues to consider before installing:
- The package metadata claims no required env vars, but SKILL.md and the script require VWU_API_KEY (and may use VWU_BASE_URL). Expect to provide an API key.
- The bundled script prints the first 8 characters of your API key on certain API errors — while partial, that is an information leak you may prefer to avoid. Consider editing the script to remove that line before use.
- The script uses curl and jq and has a zsh shebang; ensure those binaries are present and that running a zsh script is acceptable in your environment.
- The skill's source and homepage are unknown; if you don't trust the owner, verify the script and confirm the vwu.ai endpoint before providing credentials.
Recommended actions: ask the publisher to update metadata to declare VWU_API_KEY as a required env var, remove printing of API key fragments, and document binary requirements (curl, jq). If you accept those caveats and trust vwu.ai, the skill is functionally appropriate; otherwise do not install or run without reviewing/modifying the script.
功能分析
Type: OpenClaw Skill
Name: vwu-sihai
Version: 1.0.0
The skill bundle contains a shell script `vwu-chat.sh` that is vulnerable to command injection. The script expands the `$PROMPT` and `$MODEL` variables directly within a double-quoted string passed to the `curl` command, which allows for arbitrary command execution via command substitution (e.g., `$(cmd)`) if the input is not sanitized. While the script's stated purpose is to provide a legitimate interface for the vwu.ai API, the lack of input escaping in the shell script constitutes a significant security vulnerability.
能力评估
Purpose & Capability
The skill's name and description (call vwu.ai Sihai models) match the included script and SKILL.md. However the registry metadata lists no required environment variables while SKILL.md and vwu-chat.sh clearly require VWU_API_KEY (and optionally VWU_BASE_URL). This mismatch is an incoherence between declared requirements and actual needs.
Instruction Scope
SKILL.md and the shell script only instruct the agent to call vwu.ai's API and print responses — no broad system access is requested. Caveats: the script prints the first 8 characters of VWU_API_KEY in some error cases (information leakage), and it expects jq and curl (and uses a zsh shebang) though no binaries are declared.
Install Mechanism
No install spec or remote downloads — this is an instruction-only skill with a bundled shell script. No external code is fetched at install-time, which limits supply-chain risk.
Credentials
The skill uses an API key (VWU_API_KEY) and a base URL; those are proportionate to the described purpose. However the skill metadata does not declare the required VWU_API_KEY, and the script reveals the first 8 characters of the key on quota errors. Also it assumes jq/curl availability without declaring them.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It doesn't modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vwu-sihai - 安装完成后,直接呼叫该 Skill 的名称或使用
/vwu-sihai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Complete vwu.ai model collection
元数据
常见问题
vwu.ai Sihai Models 是什么?
Call and interact with vwu.ai Sihai models including sihai-i2v-31, sihai-image-27, sihai-t2v-29, and sihai-tts-25 with OpenAI-compatible API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 vwu.ai Sihai Models?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vwu-sihai」即可一键安装,无需额外配置。
vwu.ai Sihai Models 是免费的吗?
是的,vwu.ai Sihai Models 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
vwu.ai Sihai Models 支持哪些平台?
vwu.ai Sihai Models 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vwu.ai Sihai Models?
由 a3273283(@a3273283)开发并维护,当前版本 v1.0.0。
推荐 Skills