AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ls Cloudflare Dns

skill-cruxexperts-localsetup-ls-cloudflare-dns · by CruxExperts

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

— No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-cruxexperts-localsetup-ls-cloudflare-dns

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cruxexperts-localsetup-ls-cloudflare-dns)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ls Cloudflare Dns? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cloudflare DNS

Commands

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:

cf dns records create --help
cf schema dns records create

Authentication

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.

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:

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

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

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.