domain-check
Check domain availability via Vercel and buy/manage domains via Vercel CLI
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brennerspear/domain-checkWhat This Skill Does
The domain-check skill empowers the OpenClaw AI agent to interact directly with the Vercel Registrar ecosystem. It enables users to perform real-time availability checks on potential domain names across various TLDs (.com, .io, .ai, .dev, etc.) while providing transparent pricing for both initial purchase and renewal. Beyond simple lookups, the skill leverages the Vercel CLI to manage the full lifecycle of a domain: buying, inspecting, project association, and transferring. By automating these CLI interactions, users can transition from 'checking an idea' to 'securing an asset' without leaving the terminal context.
Installation
To integrate this skill into your environment, use the OpenClaw installation command:
clawhub install openclaw/skills/skills/brennerspear/domain-check
Ensure that you have the Vercel CLI installed and authenticated on your system, as this skill acts as a bridge to your existing Vercel session tokens and configurations.
Use Cases
This skill is indispensable for developers and indie hackers who frequently launch prototypes. Common use cases include: 1) Batch-checking brand names across multiple TLDs to ensure consistent digital branding. 2) Quickly verifying if a domain is available at a reasonable price before starting a new side project. 3) Automating the connection between a newly purchased domain and a specific Vercel project deployment. 4) Managing domain portfolios by listing and inspecting existing DNS configurations or renewal statuses.
Example Prompts
- "Check if 'skyflow-ai' is available for purchase and what the renewal price is for .com and .ai."
- "Buy the domain 'quick-deploy.dev' for my current project using the Vercel CLI."
- "List all my domains currently managed under Vercel and show me the status of 'my-startup.com'."
Tips & Limitations
- The buy command is interactive; ensure you configure your execution environment with
pty: trueto prevent process hangs. - Pricing data is retrieved directly from the Vercel Registrar API. Always verify the price in the terminal output before confirming a purchase.
- This skill requires an active Vercel session. If your authentication token expires, you will need to re-authenticate via the standard Vercel CLI login process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brennerspear-domain-check": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
gog-safety
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
dev-serve
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
commit
Create a git commit with a contextual message based on current changes, then push the branch.