domain-dns-ops
Domain/DNS ops across Cloudflare, DNSimple, Namecheap for Peter. Use for onboarding zones to Cloudflare, flipping nameservers, setting redirects (Page Rules/Rulesets/Workers), updating redirect-worker mappings, and verifying DNS/HTTP. Source of truth: ~/Projects/manager.
Why use this skill?
Automate domain onboarding, DNS updates, and redirect management for Cloudflare, Namecheap, and DNSimple using the OpenClaw domain-dns-ops skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-domain-dns-opsWhat This Skill Does
The domain-dns-ops skill acts as an expert-level router for managing Peter’s domain and DNS infrastructure across Cloudflare, DNSimple, and Namecheap. It leverages ~/Projects/manager as the singular source of truth for all domain configurations, registrar hints, and operational checklists. The skill streamlines the complex process of onboarding new zones to Cloudflare, updating nameservers, configuring HTTPS redirects via Page Rules or Workers, and performing post-deployment verification. By automating interactions with cli4 and local repository scripts, the agent ensures that DNS changes are performed consistently and documented correctly within the existing management repository.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-domain-dns-ops
Ensure you have cloned the ~/Projects/manager repository and configured your local environment variables (specifically CLOUDFLARE_API_TOKEN) as outlined in the documentation.
Use Cases
- Vanity Domain Onboarding: Automatically setting up a new domain by creating the Cloudflare zone, updating registrar nameservers, and applying standardized DNS placeholders.
- Redirect Management: Implementing bulk redirects or specific Worker-based traffic rules. The skill manages the mapping file (
redirect-worker-mapping.md) to ensure consistency between the redirect logic and actual deployment routes. - Policy Enforcement: Quickly auditing and updating security settings across all zones, such as the bulk disabling of "Block AI bots" across multiple Cloudflare accounts.
- Verification & Debugging: Performing end-to-end checks using
digfor nameserver resolution andcurlto confirm 301/302 redirect status codes.
Example Prompts
- "Onboard
new-project.comto Cloudflare. Check theDOMAINS.mdfile for the registrar and follow the golden path for setup." - "Update the redirect mapping to send
old-domain.comto the new staging site and deploy the changes via theredirect-worker." - "Disable the 'Block AI bots' setting for all domains in our current Cloudflare account and provide a summary of the changes."
Tips & Limitations
- Safety First: The skill follows a strict 'verify after each change' methodology. If a DNS propagation delay is suspected, the agent will pause for verification.
- Source of Truth: Never edit the live configurations without updating
~/Projects/manager. The skill expects you to commit your changes using Conventional Commits. - Scope Guardrails: The agent is restricted from modifying protected domains (e.g.,
steipete.md) without explicit confirmation. Always check theDOMAINS.mdexclusions list before initiating operations. - Prerequisites: Ensure the environment profile is sourced (
source ~/.profile) to load necessary API tokens before triggering any ops commands.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bobdevibecoder-bobagent-domain-dns-ops": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.