Automate cryptographic key creation, rotation, and encryption tasks within the Volcengine ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install volcengine-security-kms
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install volcengine-security-kms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The volcengine-security-kms skill is designed to streamline the management of cryptographic keys, providing a secure and automated way to handle sensitive data. This skill enables developers to manage the entire key lifecycle, from creation and algorithm selection to rotation and deletion. By utilizing this capability within your Openclaw Skills environment, you can enforce least-privilege access and maintain high security standards for your cloud infrastructure.
This tool ensures that encryption and decryption workflows are handled consistently, reducing the risk of manual errors. It integrates seamlessly into automated CI/CD pipelines or security auditing processes, making it an essential component for teams focused on robust data protection and regulatory compliance.
To begin using this skill within your Openclaw Skills configuration, follow these steps:
# Install the Volcengine KMS skill
openclaw install volcengine-security-kms
# Configure environment variables for Volcengine authentication
export VOLC_ACCESS_KEY="your_access_key"
export VOLC_SECRET_KEY="your_secret_key"
export VOLC_REGION="your_region"
Ensure that the IAM user associated with these credentials has sufficient permissions for the KMS service.
The skill interacts with Volcengine KMS objects using the following data structure:
| Property | Description |
|---|---|
| KeyId | The unique identifier of the KMS key. |
| KeyUsage | Defines the purpose of the key (e.g., ENCRYPT_DECRYPT). |
| KeyState | The current status of the key (Enabled, Disabled, PendingDeletion). |
| RotationPolicy | Details regarding the frequency and timing of key rotations. |
| AuditLog | Metadata containing timestamps and operation summaries. |
Loading
Automate log investigations and incident diagnostics using Volcengine Cloud Log Service (CLS) to identify and resolve errors faster.

Automate Volcengine DNS record management with built-in verification and safety-first workflows.

A specialized automation skill for managing the lifecycle, performance, and security of Volcengine RDS database instances.

A professional toolkit for building and operating Volcengine Function Compute workloads with automated deployment and troubleshooting.

A comprehensive automation skill for managing Volcengine TOS object storage, including uploads, downloads, and policy validation.

A specialized automation tool for rendering and retrieving 2D and 3D assets for Aavegotchi NFTs on the Base network.








































