get-convex/agent-skills931 installs
convex-acquire-domain
Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action).
How do I install this agent skill?
npx skills add https://github.com/get-convex/agent-skills --skill convex-acquire-domainIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill facilitates domain brainstorming, price checking, and acquisition for Convex applications. It includes mandatory human-in-the-loop confirmations for financial actions and domain registration.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
<!-- GENERATED from convex-agents content/capabilities/acquire-domain.json — do not edit by hand. -->
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/get-convex/agent-skills/convex-acquire-domain">View convex-acquire-domain on skillZs</a>