Agent Plugins Marketplace
All plugins

cloudflare-dns

v3.0.0

Manage Cloudflare DNS zones and records through Terraform in the nexaedge/infrastructure repository. Automates the full workflow: edit Terraform files, open PR, review plan, merge, watch apply, and verify.

CodexClaude CodeAgent Plugins1 Skill

By Jaison Erick1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cloudflare-dns for Codex and Claude Code

Installs for the current user
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add cloudflare-dns@nexaedge-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the nexaedge-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “cloudflare-dns” remain stable.

  • Codex: cloudflare-dns@agent-plugin-marketplacecloudflare-dns@nexaedge-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/nexaedge/nexaedge-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloudflare-dns/.

Plugin files

plugins/cloudflare-dns/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/cloudflare-dns/SKILL.md

Included Skills1

cloudflare-dnsskills/cloudflare-dns/SKILL.md

Manage Cloudflare DNS zones and records via Terraform in nexaedge/infrastructure. Auto-invoke when configuring a new domain, subdomain, DNS record, or zone. TRIGGER when: user mentions "DNS", "domain", "subdomain", "A record", "CNAME", "MX record", "TXT record", "SPF", "DKIM", "DMARC", "nameserver", "zone", "cloudflare", or needs to point a domain/subdomain to a service, IP, or Pages project. DO NOT TRIGGER when: user is asking about DNS concepts without wanting to make changes, or when working on non-NexaEdge infrastructure.

Plugin manifests3

plugins/cloudflare-dns/.codex-plugin/plugin.json
{
  "name": "cloudflare-dns",
  "version": "3.0.0",
  "description": "Manage Cloudflare DNS zones and records through Terraform in the nexaedge/infrastructure repository. Automates the full workflow: edit Terraform files, open PR, review plan, merge, watch apply, and verify.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Cloudflare DNS",
    "shortDescription": "Manage Cloudflare DNS zones and records through Terraform",
    "longDescription": "Manage Cloudflare DNS zones and records through Terraform in the nexaedge/infrastructure repository. Automates the full workflow: edit Terraform files, open PR, review plan, merge, watch apply, and verify.",
    "developerName": "Jaison Erick",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Point this subdomain at the new service",
      "Add the SPF and DKIM records"
    ]
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "dns",
    "cloudflare",
    "terraform",
    "domain"
  ]
}
plugins/cloudflare-dns/.claude-plugin/plugin.json
{
  "name": "cloudflare-dns",
  "description": "Manage Cloudflare DNS zones and records through Terraform in the nexaedge/infrastructure repository. Automates the full workflow: edit Terraform files, open PR, review plan, merge, watch apply, and verify.",
  "version": "v3",
  "author": {
    "name": "Jaison Erick",
    "url": "https://github.com/jaisonerick"
  }
}
plugins/cloudflare-dns/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cloudflare-dns",
  "version": "v3",
  "description": "Manage Cloudflare DNS zones and records through Terraform in the nexaedge/infrastructure repository. Automates the full workflow: edit Terraform files, open PR, review plan, merge, watch apply, and verify.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "dns",
    "cloudflare",
    "terraform",
    "domain"
  ],
  "extensions": {
    "com.nexaedge.marketplace": {
      "displayName": "Cloudflare DNS",
      "tagline": "Manage Cloudflare DNS zones and records through Terraform",
      "category": "Developer Tools",
      "platforms": [
        "claude",
        "codex",
        "antigravity"
      ],
      "prompts": [
        "Point this subdomain at the new service",
        "Add the SPF and DKIM records"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cloudflare-dns on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloudflare-dns)