← 返回 Skills 市场
Venice Admin
作者
Sabrina Aquino
· GitHub ↗
· v1.0.1
678
总下载
3
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install venice-admin
功能描述
Venice AI account administration - check balance, view usage history, and manage API keys. Requires an Admin API key.
安全使用建议
This skill appears coherent with its stated purpose, but take these precautions before installing: 1) Only use a genuine Admin API key when you explicitly need admin operations (do not use it for routine inference). 2) Verify the 'uv' brew formula comes from a trusted source before installing, since 'uv' will run the Python scripts and install dependencies. 3) Review the included scripts if you have any doubt — they are short and only call api.venice.ai endpoints and read VENICE_API_KEY. 4) Avoid committing your Admin key to source control and consider using an inference-only key for day-to-day tasks.
功能分析
Type: OpenClaw Skill
Name: venice-admin
Version: 1.0.1
The skill bundle appears to be designed for its stated purpose of Venice AI account administration. However, the `scripts/usage.py` script includes an `--output` argument that allows writing the usage history to an arbitrary file path specified by the user. While this is a common feature, the `Path(output_file).resolve()` call means an agent, if susceptible to prompt injection, could be instructed to write data to sensitive system files (e.g., `/etc/passwd`, `~/.ssh/authorized_keys`) or other unintended locations. This capability represents a file write vulnerability that could be exploited via prompt injection, classifying the skill as suspicious rather than benign, despite the lack of clear malicious intent within the skill's code itself.
能力评估
Purpose & Capability
The name/description (account balance, usage, API key management) aligns with the requested VENICE_API_KEY and with the three included scripts that call Venice API endpoints. Requiring an Admin API key is appropriate for the listed endpoints (/billing/balance, /billing/usage, /api_keys).
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts via 'uv run'. The scripts only read VENICE_API_KEY, call https://api.venice.ai/api/v1 endpoints, and optionally write user-specified output files. There are no instructions to read unrelated files, other env vars, or transmit data to third parties beyond the Venice API.
Install Mechanism
Install uses a brew formula 'uv' to provide the required runner binary. Brew installs are a standard, low-risk mechanism. The scripts rely on uv to satisfy PEP 723 inline dependencies (httpx), which is consistent with the runtime note in SKILL.md. As with any third-party formula, users should verify the 'uv' package origin before installing.
Credentials
Only a single env var (VENICE_API_KEY) is required and it is the appropriate credential for admin-level Venice API operations. No unrelated secrets, config paths, or multiple credential types are requested.
Persistence & Privilege
The skill is not force-included (always:false) and does not request elevated platform persistence. It does not modify other skills or system-wide settings; it simply runs CLI scripts when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install venice-admin - 安装完成后,直接呼叫该 Skill 的名称或使用
/venice-admin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added Runtime Note clarifying PEP 723 auto-dependency handling via uv
v1.0.0
Initial release: balance check, usage history, API keys management
元数据
常见问题
Venice Admin 是什么?
Venice AI account administration - check balance, view usage history, and manage API keys. Requires an Admin API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 678 次。
如何安装 Venice Admin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install venice-admin」即可一键安装,无需额外配置。
Venice Admin 是免费的吗?
是的,Venice Admin 完全免费(开源免费),可自由下载、安装和使用。
Venice Admin 支持哪些平台?
Venice Admin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Venice Admin?
由 Sabrina Aquino(@sabrinaaquino)开发并维护,当前版本 v1.0.1。
推荐 Skills