Automate Volcengine DNS record management with built-in verification and safety-first workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install volcengine-network-dns
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-network-dns 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 Network DNS skill provides a robust framework for managing DNS records within Volcengine networking services. By leveraging Openclaw Skills, developers can automate the querying, updating, and deletion of zone records while adhering to strict change scoping and verification steps. This ensures that infrastructure changes are performed accurately, reducing the risk of downtime or misconfiguration.
This skill is particularly valuable for teams looking to integrate cloud networking tasks into their AI-driven workflows. It handles the complexities of DNS propagation and TTL management, providing a standardized way to interact with Volcengine's authoritative DNS infrastructure while maintaining high visibility into every change made.
To integrate this capability into your environment, ensure your Openclaw installation is configured with the necessary Volcengine API credentials.
# Install the skill to your agent
openclaw install volcengine-network-dns
# Configure required environment variables
export VOLCENGINE_ACCESS_KEY="your_access_key"
export VOLCENGINE_SECRET_KEY="your_secret_key"
export VOLCENGINE_REGION="your_region"
| Component | Description |
|---|---|
| Zone ID | The unique identifier for the target DNS zone |
| Record Type | The DNS entry type (e.g., A, CNAME, TXT, MX) |
| TTL | Time-to-Live value used for record caching and migration windows |
| Value Diff | A comparison between the existing record and the proposed change |
| Rollback State | A preserved snapshot of the record prior to modification for recovery |
Loading
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 professional automation skill for managing Volcengine Elastic Compute Service (ECS) instances, inventory, and lifecycle operations.

An automated workflow for generating high-quality AI videos using Volcengine APIs with built-in task polling and reliability management.

Automate log investigations and incident diagnostics using Volcengine Cloud Log Service (CLS) to identify and resolve errors faster.

Automate cryptographic key creation, rotation, and encryption tasks within the Volcengine ecosystem.








































