cloudflare-dns-manager
Cloudflare DNS Manager
Use the bundled script to manage Cloudflare DNS through the official API.
Prefer explicit zone selection. When multiple domains exist in the same Cloudflare account, require --zone-name or --zone-id before any write operation. Do not guess the target zone for upsert-record, delete-record, apply-file, or upsert-redirect.
Authentication
Read references/auth-and-safety.md before the first write operation.
Prefer API tokens over legacy global API keys.
Supported environment variables:
CLOUDFLARE_API_TOKENCLOUDFLARE_EMAIL+CLOUDFLARE_API_KEY
Workflow
More from deanthompson/agent-skills
git-workflow
Use when the user wants Git workflow help around committing, rebasing, creating linked worktrees, bootstrapping a worktree environment, or cleaning up branches/worktrees. Covers smart conventional commits, grouping changes into focused commits, safe rebases, linked worktree setup under .worktrees, optional environment reuse through symlinks, branch cleanup, and safe local branch deletion without destructive reset operations.
1gitlab-mr
Use when the user wants to create a GitLab merge request, draft an MR title and description, compare the current branch against a target branch, push the branch, or run `glab mr create`. Covers previewing the generated MR copy and confirming before creation.
1agent-context-files
Create, review, and optimize persistent agent context files such as AGENTS.md, CLAUDE.md, .cursorrules, GEMINI.md, or repository-specific AI assistant instructions. Use when the user asks to create or improve agent instructions, project memory, coding-agent onboarding docs, or context files that should be loaded across sessions.
1