volcengine-cli

Manage Volcengine cloud resources via ve CLI create, query, update, and delete operations.

16|1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/volcengine/volcengine-skills --skill volcengine-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: volcengine-cli
Source: https://github.com/volcengine/volcengine-skills/tree/main/skills/volcengine-cli
Command: npx skills add https://github.com/volcengine/volcengine-skills --skill volcengine-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires volcenginesdkcore, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Volcengine CLI skill enables users to automate cloud resource management by issuing ve commands to create, query, modify, and delete services like ECS, VPC, RDS, and Redis without leaving the chat.

Core Features & Use Cases

  • Manage infrastructure lifecycle: create, describe, update, and delete resources across Volcengine services using a consistent CLI interface.
  • End-to-end workflows: provision resources, fetch IDs, and chain operations for multi-step deployments.
  • Use Case: provision an ECS instance and related resources by guiding the assistant through required parameters and validation steps.

Quick Start

Create a new ECS instance in cn-beijing using ve.

Frequently Asked Questions about volcengine-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Volcengine cloud resources like ECS and VPC without switching to the console?

You can manage Volcengine cloud resources by invoking the ve CLI to perform create, query, update, and delete operations on services like ECS, VPC, CLB, RDS, and Redis directly through chat.

How to provision an ECS instance end-to-end using the Volcengine CLI?

To provision an ECS instance, you issue ve commands to create the instance in a target region like cn-beijing, fetch the resulting resource IDs, and chain subsequent configuration operations for a complete deployment.

Does the Volcengine CLI skill support DryRun and safe credential handling for cloud automation?

Yes, the Volcengine CLI enforces safe-guard practices for credential handling, supports DryRun for testing, and requires explicit confirmation before executing any write or destructive actions.

Can I chain multiple ve CLI operations together for multi-step infrastructure workflows?

Yes, you can chain multiple ve CLI operations together to build end-to-end workflows, allowing you to provision resources, fetch IDs, and execute dependent updates in a single automated sequence.

What are the limitations when using the ve CLI to delete cloud resources?

The ve CLI requires explicit user confirmation for destructive actions like delete operations and supports DryRun, ensuring you can validate the command's impact before permanently modifying your cloud infrastructure.