Agent Skills
› openclaw/clawhub
› convex-acquire-domain
convex-acquire-domain
GitHub辅助用户在Convex应用中查找、购买并绑定自定义域名。流程包括生成建议名称、检查可用性、获取用户确认后通过平台注册,并完成DNS配置与身份验证源的重绑定及发布。
Trigger Scenarios
用户需要为新应用购买域名
用户请求为现有部署绑定自定义域名
Install
npx skills add openclaw/clawhub --skill convex-acquire-domain -g -y
SKILL.md
Frontmatter
{
"name": "convex-acquire-domain",
"description": "Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action)."
}
Acquire a domain (labs) — find and buy through Convex
Suggest memorable names for the idea, check live availability + price, then (only on explicit yes) register the chosen domain through Convex and bind it to the deployment.
Workflow
- Brainstorm a few on-theme names; check live availability + annual price.
- Present the top options with prices; wait for an explicit pick.
- Register through Convex (DNSimple) — a Tier-2 spend action performed by the control plane; the agent never holds the registrar credential.
- Point DNS at the deployment and attach it as a Convex custom domain; rebind the auth origin (RP_ID/ORIGIN) and re-publish.
Rules
- Never register without an explicit yes on a specific domain.
- Show the price before registering.
- If the user already owns a domain, hand off to the
domainscapability instead of buying a new one. - Rebinding the domain changes the auth origin — re-publish after.
Version History
- d6a8c68 Current 2026-08-20 02:42


