# Ls Cloudflare Dns

> Use the cf CLI for Cloudflare zones, DNS records, settings, DNSSEC, scans, imports, exports, batches, analytics, and zone transfers.

- **Type:** Skill
- **Install:** `agentstack add skill-cruxexperts-localsetup-ls-cloudflare-dns`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [CruxExperts](https://agentstack.voostack.com/s/cruxexperts)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [CruxExperts](https://github.com/CruxExperts)
- **Source:** https://github.com/CruxExperts/localsetup/tree/main/ls/skills/ls-cloudflare-dns

## Install

```sh
agentstack add skill-cruxexperts-localsetup-ls-cloudflare-dns
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cloudflare DNS

## Commands

```bash
cf --help
cf zones --help
cf dns --help
cf dns records --help
cf dns settings --help
cf dns dnssec --help
cf dns analytics --help
cf dns usage --help
cf dns zone-transfers --help
```

Use focused help and command schemas for the operation being run:

```bash
cf dns records create --help
cf schema dns records create
```

## Authentication

```bash
cf auth --help
cf auth login
cf auth whoami
cf auth list
```

Use `--profile ` to select a named profile. Ask the user before login, logout, profile creation, deletion, activation, or deactivation.

## Zones and records

Pass `--zone ` or `-z ` to select the DNS zone.

```bash
cf zones list
cf dns records list --zone example.com
cf dns records list --zone example.com --name-exact app.example.com
cf dns records get --zone example.com 
```

Create and edit commands accept a JSON request body:

```bash
cf dns records create --zone example.com --dry-run \
  --body '{"type":"A","name":"app.example.com","content":"192.0.2.10","ttl":300,"proxied":false}'

cf dns records edit --zone example.com  --dry-run \
  --body '{"content":"192.0.2.20"}'

cf dns records update --zone example.com  --dry-run \
  --body '{"type":"A","name":"app.example.com","content":"192.0.2.20","ttl":300,"proxied":false}'

cf dns records delete --zone example.com  --dry-run
```

Use `edit` for a partial record change and `update` for a full replacement. Use `list` with exact name and type filters before selecting a record ID. Before creating a record, check the selected name and type for an existing record.

## Batch, import, export, and scan

```bash
cf dns records batch --help
cf dns records import --help
cf dns records export --help
cf dns records scan --help
cf dns records scan-trigger --help
cf dns records scan-list --help
cf dns records scan-review --help
```

Use `--body ''` for batch and scan-review requests. Use `--file ` for BIND imports.

## Settings and DNS features

```bash
cf zones settings --help
cf dns settings account --help
cf dns settings zone --help
cf dns dnssec get --help
cf dns dnssec edit --help
cf dns zone-transfers --help
```

## Mutations

Before a non-dry-run command, inspect focused help and use `--dry-run` when offered. For create, list the selected name and type first. For an existing record, get the selected record ID first. For batch, import, scan-review, settings, DNSSEC, zone, and zone-transfer changes, inspect the complete body or file first.

Show the exact profile, zone, target, request body or file, and command. Ask the user to approve that exact action before running it. After it runs, list or get the changed resource. Do not accept scan records without approval of the scan-review body.

## Dynamic DNS

List the A or AAAA record by zone, name, and type. If its content differs from the required address, run `cf dns records edit` with that record ID and a body containing the required fields.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [CruxExperts](https://github.com/CruxExperts)
- **Source:** [CruxExperts/localsetup](https://github.com/CruxExperts/localsetup)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cruxexperts-localsetup-ls-cloudflare-dns
- Seller: https://agentstack.voostack.com/s/cruxexperts
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
