domain-skills: add Dynadot DNS editing skill#440
Open
idigitalpro1 wants to merge 1 commit into
Open
Conversation
Durable site map for editing DNS records on dynadot.com: auth-wall prerequisites, the Vue SPA navigation map (guessed login URLs 404), js() helper gotchas specific to this harness, the record-setting flow, shell verification with dig/whois, and a trap log. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a domain skill for editing DNS records on dynadot.com.
Captures the durable shape of the site so the next agent doesn't pay the discovery tax:
/account/sign_in,/login, etc.) all return the 200 SPA 404 shell, not redirects.js()helper gotchas — single-expression only; IIFEs and arrays-of-objects come back asNone; empty arrays also surface asNone; screenshots are DPR 2 whileclick_at_xyuses CSS pixels.dig/whois(no login needed).No secrets, coordinates, or task narration — just the map.
🤖 Generated with Claude Code
Summary by cubic
Adds a Dynadot DNS editing skill with a durable site map and clear steps to update records. This reduces discovery time and avoids auth and harness pitfalls.
js()quirks: single-expression only; arrays of objects and empty arrays returnNone; DPR 2 screenshots vs CSS-pixel clicks.dig/whois; trap log includes tab-title emoji and isolated-profile warning.Written for commit 06aaa45. Summary will update on new commits.