ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

volcengine-network-dns

DNS record management on Volcengine networking services. Use when users need zone record query/update, traffic routing changes, or DNS propagation troubleshooting.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/volcengine-network-dns
Or

volcengine-network-dns

Manage DNS records with strict change scoping and verification steps.

Execution Checklist

  1. Confirm domain zone, record type, and target value.
  2. Query existing records before modifications.
  3. Apply add/update/delete operation with TTL constraints.
  4. Validate propagation using authoritative and recursive checks.

Safety Rules

  • Avoid blind overwrite; diff against existing records.
  • Keep rollback values in output.
  • Minimize TTL before migration windows.

References

  • references/sources.md

Metadata

Author@cinience
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-volcengine-network-dns": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.