From cloudflare-extended
Use this skill when the user asks to "manage DNS", "add a DNS record", "update DNS", "delete a DNS record", "create an A record", "set up a CNAME", "configure MX records", "list DNS records", "check DNS settings", or any task involving Cloudflare DNS zones or records.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloudflare-extended:dns-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `cloudflare-extended` MCP server tools to manage DNS records for the user's Cloudflare zones.
Use the cloudflare-extended MCP server tools to manage DNS records for the user's Cloudflare zones.
cf_list_zones to show available domains and ask which one to work with.cf_list_dns_records with the resolved zone_id. Use optional type or name filters to narrow results.cf_create_dns_record. Confirm success and show the new record ID.cf_update_dns_record with only the changed fields.cf_delete_dns_record.See references/dns-record-types.md for content format requirements per record type.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin cloudflare-extended