Agent skill
dns
Manages DNS records, DDNS, and SSL certificates using ChatTool. Invoke when user wants to list domains, modify DNS records, or update certificates.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/dns-cubenlp-chattool
SKILL.md
DNS Manager
This skill allows you to manage DNS records and SSL certificates using the ChatTool library.
Capabilities
- List Domains: View all domains under the configured account (Aliyun/Tencent).
- Get Records: Retrieve DNS records for a specific domain.
- Add/Delete Records: Modify DNS records.
- DDNS: Update dynamic DNS records.
- SSL Certificates: Request or renew Let's Encrypt certificates.
Tools
You should use the available MCP tools for these operations:
dns_list_domainsdns_get_recordsdns_add_recorddns_delete_recorddns_ddns_updatedns_cert_update
Configuration
Ensure the environment variables for the DNS provider are set (e.g., ALIBABA_CLOUD_ACCESS_KEY_ID, TENCENT_CLOUD_SECRET_ID, etc.).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?