Agent Skills
› openclaw/clawhub
› convex-acquire-domain
convex-acquire-domain
GitHub协助用户为 Convex 应用寻找、购买并绑定自定义域名。包括建议名称、查询可用性与价格,在获得明确确认后通过 Convex 注册域名,配置 DNS 指向部署,并重新发布以更新认证源。
触发场景
需要为新应用购买域名
询问域名可用性及价格
安装
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.
版本历史
- d6a8c68 当前 2026-08-20 02:42


