← 返回 Skills 市场
nhannah

Venice AI Media

作者 Neil · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2332
总下载
6
收藏
6
当前安装
3
版本数
在 OpenClaw 中安装
/install venice-ai-media
功能描述
Generate, edit, and upscale images; create videos from images via Venice AI. Supports text-to-image, image-to-video (Sora, WAN), upscaling, and AI editing.
安全使用建议
This skill appears to do what it says: a Python-based Venice.ai client needing only a Venice API key. Before installing: (1) decide whether you are comfortable storing your VENICE_API_KEY on disk (the README suggests adding it to ~/.clawdbot/clawdbot.json); (2) expect the scripts to fetch remote images if you use --url and to possibly perform web searches if you use --enable-web-search — these flags cause extra network activity beyond Venice.ai API calls; (3) the scripts may auto-install Python packages (requests) at runtime, which will write to disk and contact package registries; (4) if you do not want the AI model to call this skill autonomously (which would allow the agent to use your VENICE_API_KEY without an explicit user action), disable model invocation for the skill. If you want extra assurance, review the provided Python scripts (scripts/*.py) to confirm exactly what network endpoints are contacted and how your API key is used.
功能分析
Type: OpenClaw Skill Name: venice-ai-media Version: 1.0.2 The OpenClaw AgentSkills skill bundle is benign. All Python scripts (`venice-edit.py`, `venice-image.py`, `venice-upscale.py`, `venice-video.py`, `venice_common.py`) and the `SKILL.md` documentation are clearly aligned with the stated purpose of interacting with the Venice AI API for media generation and editing. The scripts use standard Python libraries for API communication (to `https://api.venice.ai`), read the `VENICE_API_KEY` from expected locations (environment or `~/.clawdbot/clawdbot.json`), and handle local file inputs/outputs as part of their core functionality. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in the `SKILL.md`.
能力评估
Purpose & Capability
The name/description (image/video generation, upscaling, editing) align with required items: python3 and a Venice API key. Requested binaries and the single primary credential are appropriate and expected for a Venice API client.
Instruction Scope
SKILL.md instructions stay within the media generation scope (prompts, upscales, video options). Two items to be aware of: (1) scripts support a --url flag (they will fetch remote images) and a --enable-web-search flag — these enable additional network activity beyond calls to Venice's API; (2) the doc recommends persisting the API key in ~/.clawdbot/clawdbot.json, which stores a secret on disk. Both behaviors are plausible for the described functionality but are worth conscious consideration.
Install Mechanism
Registry install spec only asks to install Python via Homebrew (reasonable). SKILL.md also says the scripts will auto-install the 'requests' library if missing — meaning the scripts may run pip install at runtime. Runtime dependency installation is common but increases disk/network activity and should be expected.
Credentials
Only VENICE_API_KEY is required and declared as the primary credential. That single secret is proportionate to the skill's purpose. The instructions surface a recommended persistent storage location for the key (~/.clawdbot/clawdbot.json), so users should be aware the secret could be stored on disk if they follow that option.
Persistence & Privilege
No 'always: true' flag is set (good). However, disable-model-invocation is not set, so the model could invoke the skill autonomously under default policies. Given the skill has access to an API key, users who want to avoid autonomous calls should consider disabling model invocation for this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install venice-ai-media
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /venice-ai-media 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
venice-ai-media 1.0.0 - Initial release with support for image generation, upscaling, and AI editing via Venice AI. - Enables image-to-video creation using both WAN and Sora models. - Includes scripts for setup, API key configuration, and media output handling. - Provides detailed quick start, usage flags, pricing overview, and troubleshooting guidance.
v1.0.1
- Updated documentation - Adjusted supported features
v1.0.0
Initial release - image generation, upscaling, AI editing, and video (WAN/Sora/Runway/Kling/Veo)
元数据
Slug venice-ai-media
版本 1.0.2
许可证
累计安装 6
当前安装数 6
历史版本数 3
常见问题

Venice AI Media 是什么?

Generate, edit, and upscale images; create videos from images via Venice AI. Supports text-to-image, image-to-video (Sora, WAN), upscaling, and AI editing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2332 次。

如何安装 Venice AI Media?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install venice-ai-media」即可一键安装,无需额外配置。

Venice AI Media 是免费的吗?

是的,Venice AI Media 完全免费(开源免费),可自由下载、安装和使用。

Venice AI Media 支持哪些平台?

Venice AI Media 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Venice AI Media?

由 Neil(@nhannah)开发并维护,当前版本 v1.0.2。

💬 留言讨论