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.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin cloudflare-extendedThis skill uses the workspace's default tool permissions.
Use the `cloudflare-extended` MCP server tools to manage DNS records for the user's Cloudflare zones.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.