Volcengine ECS Compute Manager for Openclaw

A professional automation skill for managing Volcengine Elastic Compute Service (ECS) instances, inventory, and lifecycle operations.

cinience
v1.0.0
Feb 11, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install volcengine-compute-ecs

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install volcengine-compute-ecs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Volcengine ECS Compute Manager?

The volcengine-compute-ecs skill is a specialized tool designed to provide AI agents with precise control over Volcengine cloud infrastructure. By integrating this into Openclaw Skills, users can perform complex cloud management tasks—including instance discovery, health monitoring, and state transitions—within a framework that prioritizes safety and auditability. The skill ensures that every interaction with cloud resources is documented and follows a predictable execution path to minimize operational risk.

Volcengine ECS Compute Manager Use Cases

  • Performing automated inventory checks across multiple cloud regions.
  • Executing lifecycle actions like start, stop, and reboot on specific instance IDs.
  • Troubleshooting infrastructure issues by querying real-time instance metadata.
  • Managing batch operations for resource groups identified by specific tags.
  • Verifying resource status changes to ensure system consistency after updates.

How Volcengine ECS Compute Manager Works

  1. The skill confirms the target region and account scope to ensure operations occur in the correct environment.
  2. It performs an initial read-only inventory query to establish the current state of resources.
  3. Mutation operations are only triggered against explicit target IDs validated in the previous step.
  4. Detailed summaries are generated, capturing the success of the operation and the resulting status of each instance.

Volcengine ECS Compute Manager Setup

To get started with this skill for Openclaw Skills, ensure your Volcengine credentials are set in your environment variables. Then, use the following installation steps:

openclaw install volcengine-compute-ecs

Configure your environment with the appropriate ACCESS_KEY and SECRET_KEY for Volcengine API access.

Volcengine ECS Compute Manager Data Schema & Taxonomy

The skill organizes infrastructure data into structured summaries to maintain clarity during automation:

Attribute Description
instance_id Unique identifier for the ECS resource
status Current lifecycle state (Running, Stopped, etc.)
region The geographic region where the resource resides
tags Metadata labels used for filtering and batching
operation_log Auditable record of pre and post action states

Volcengine ECS Compute Manager Advanced Features

  • Dry-run validation to simulate changes before they are applied to live resources.
  • Tag-based batching to perform operations on entire clusters of instances simultaneously.
  • Automatic status recording to facilitate rollbacks and post-mortem analysis.
  • Native integration with Openclaw Skills orchestration for multi-cloud management workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*