skills/domain-dns-ops/SKILL.md
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.
npx skillsauth add leoyeai/openclaw-master-skills domain-dns-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is a thin router: use ~/Projects/manager as truth, run the repo scripts, follow the checklists.
~/Projects/manager/DOMAINS.md (domain -> target map; registrar hints; exclusions)~/Projects/manager/DNS.md (Cloudflare onboarding + DNS/redirect checklist)~/Projects/manager/redirect-worker.ts + ~/Projects/manager/redirect-worker-mapping.md (worker redirects)redirect-worker).cli4:
cli4 --get name=example.com /zonescd ~/Projects/manager && source profile && bin/namecheap-set-ns example.com emma.ns.cloudflare.com scott.ns.cloudflare.com~/Projects/manager/DNS.md for delegation API notes.A + wildcard A → 192.0.2.1 (see ~/Projects/manager/DNS.md for exact cli4 calls).cli4 --post ... /pagerules template from ~/Projects/manager/DNS.md.~/Projects/manager/redirect-worker-mapping.md), deploy/bind routes per ~/Projects/manager/DNS.md.dig +short example.com @1.1.1.1 (expect CF anycast).curl -I https://example.com (expect 301).source ~/.profile (prefer CLOUDFLARE_API_TOKEN; CF_API_TOKEN fallback).cd ~/Projects/manager && source profile && bin/cloudflare-ai-bots status / bin/cloudflare-ai-bots disable.If you changed anything in ~/Projects/manager (docs, worker, scripts, mappings): commit there too.
cd ~/Projects/manager && git status && git diffgit add <paths>git commit -m "feat: …" / fix: / docs: / chore:git push origin main.md lore domains or steipete.md unless explicitly asked; check ~/Projects/manager/DOMAINS.md.testing
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archaeology, Relationship Evolution, mood analytics, weekly digests, "On This Day" resurfacing, and cron auto-generation. Works best with Claude models (Haiku, Sonnet, Opus).
development
Multi-agent UX for OpenClaw Control UI — agent selector, per-agent sessions, session history viewer with search, agent-filtered Sessions tab with friendly names, Create Agent wizard, emoji picker, and backend agent CRUD.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.