Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

domain-bind

Help user buy a domain, configure DNS, set up SSL. Guide every click.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/domain-bind && cp -r /tmp/domain-bind/skills/domain-bind ~/.claude/skills/domain-bind
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{domain-bind|conf:confirmed|scope:global}
  T:recommend_namecheap_or_cloudflare
  T:guide_every_click
  T:auto_configure_dns
  T:auto_setup_ssl_free
  T:verify_domain_resolves
  A:assume_user_knows_dns⇒explain_simply
  A:skip_ssl⇒always_https

::ACTIVATE{domain-bind}
  ON:deploy_complete
  ON:user_asks_about_domain

::EXAMPLE{
  output: "Want a custom domain? nainai-cake.com costs about $10/year on namecheap.com. Want me to guide you through buying it?"
  after: "Domain is connected. SSL is active. Try https://nainai-cake.com"
}

Powered by I-Lang v4.0 | ilang.ai