← 返回 Skills 市场
volc-sdk-team

Volcengine CLI

作者 sdk-team · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
402
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install volcengine-cli
功能描述
Create and manage Volcengine cloud resources using the Volcengine CLI (`ve` command). Supports all Volcengine services including ECS, VPC, CLB, RDS, Redis, a...
安全使用建议
This skill appears coherent: it will run 've' commands and may call Volcengine's API docs endpoints; to use it safely, only provide Volcengine credentials you trust the skill with (prefer short-lived or least-privilege keys), verify the 've' binary you install (npm package name and GitHub releases), and avoid storing long-lived root credentials in your environment. Note the SKILL.md explicitly says not to read ~/.volcengine/config.json — confirm the agent enforces that rule before granting file-read permissions. If you do not trust the skill's source or cannot limit the credentials, do not install or provide credentials.
功能分析
Type: OpenClaw Skill Name: volcengine-cli Version: 1.0.5 The volcengine-cli skill bundle is a legitimate tool for managing Volcengine cloud resources via the official CLI. It includes well-defined safety rules requiring user confirmation for write and destructive operations, explicitly instructs the agent never to read sensitive local configuration files (~/.volcengine/config.json), and provides helpful utility scripts (fetch_swagger.py and find_api.py) that interact only with official Volcengine API endpoints (api.volcengine.com) to retrieve documentation.
能力评估
Purpose & Capability
The skill is advertised as a Volcengine CLI helper and indeed requires the 've' binary and Volcengine AK/SK/REGION environment variables. The included scripts call api.volcengine.com to search and fetch OpenAPI docs, which is consistent with the stated goal of locating APIs and building requests.
Instruction Scope
SKILL.md keeps actions focused on running 've' commands, using --DryRun for writes, and locating API parameters via included scripts. The doc explicitly forbids reading ~/.volcengine/config.json (sensitive). One minor note: allowed-tools includes generic Read/Write, which in theory grants file access; however the instructions themselves avoid reading sensitive files. Verify that any agent implementation enforces the declared safety rules rather than ignoring them.
Install Mechanism
There is no automatic install spec (instruction-only). The SKILL.md documents installing 've' via the official npm package or GitHub releases, which are reasonable, traceable sources. The included helper scripts are simple Python clients that fetch data from Volcengine's official API endpoints — no obfuscated or remote arbitrary-code download URLs were used.
Credentials
The skill requires VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY, and VOLCENGINE_REGION only — exactly the credentials needed to run Volcengine CLI commands. These variables are declared and the primaryEnv matches the expected primary credential. No unrelated secrets or extra cloud provider credentials are requested.
Persistence & Privilege
always:false and no install-time modifications are requested. The skill does not request permanent platform-level privileges or modify other skills. Autonomous invocation is enabled by default (normal) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install volcengine-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /volcengine-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Added `metadata.openclaw` section specifying required environment variables and binary dependencies for proper initialization and operation.
v1.0.4
volcengine-cli 1.0.4 - Updated default environment variable names. - No breaking changes or file updates detected. - Maintains comprehensive usage instructions and safety practices for the Volcengine CLI.
v1.0.3
- Improved guidance for installing, initializing, and authenticating the `ve` CLI. - Clarified safety rules: mandatory read/write/destructive confirmation workflow, with dry-run requirements and credential protection. - Expanded documentation on locating Volcengine APIs and retrieving parameters using built-in help and Python helper scripts. - Added detailed parameter passing instructions, including handling of flat and JSON formats. - Provided best practices for handling asynchronous resource creation and polling until resources are ready. - Updated triggers and usage scenarios for this skill, covering error troubleshooting and infrastructure management.
元数据
Slug volcengine-cli
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Volcengine CLI 是什么?

Create and manage Volcengine cloud resources using the Volcengine CLI (`ve` command). Supports all Volcengine services including ECS, VPC, CLB, RDS, Redis, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。

如何安装 Volcengine CLI?

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

Volcengine CLI 是免费的吗?

是的,Volcengine CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Volcengine CLI 支持哪些平台?

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

谁开发了 Volcengine CLI?

由 sdk-team(@volc-sdk-team)开发并维护,当前版本 v1.0.5。

💬 留言讨论