domain-name-brainstormer

domain-name-brainstormer is a skill for Claude Code, Codex from softaworks/agent-toolkit. It costs 46 tokens per session (1,369 once invoked), scanned A, original, MIT.

A tool for brainstorming project or company domain names and checking whether names can be registered under web endings such as .com, .io, .dev, or .ai.

In plain words
What is it for?
Find names for products, companies, personal sites, or side projects, compare different domain endings, and generate available variations.
Why use it?
It combines name generation with availability checks, reducing the need to brainstorm ideas and verify each one separately. It also suggests alternatives when a preferred name is taken.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

About the project

Softaworks Agent Toolkit is a collection of packaged instructions, scripts, agents, and commands that give AI coding assistants reusable procedures for development, documentation, planning, and professional work. Developers install its components individually in compatible coding-agent environments; catalogue entries represent parts of this toolkit.

softaworks/agent-toolkit · 2,434 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/softaworks/agent-toolkit/domain-name-brainstormer
Any agent
npx skills add softaworks/agent-toolkit --skill domain-name-brainstormer
Clone the repo
git clone --depth 1 https://github.com/softaworks/agent-toolkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-name-brainstormer

README.md
[![agentmods](https://agentmods.dev/badge/skills/softaworks/agent-toolkit/domain-name-brainstormer.svg)](https://agentmods.dev/skills/softaworks/agent-toolkit/domain-name-brainstormer)
Your own site
<a href="https://agentmods.dev/skills/softaworks/agent-toolkit/domain-name-brainstormer"><img src="https://agentmods.dev/badge/skills/softaworks/agent-toolkit/domain-name-brainstormer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01369
Opus 5 $0.00023 $0.00685
Sonnet 5 $0.00009 $0.00274
Haiku 4.5 $0.00005 $0.00137

Measured 6d ago against content hash 495707739b35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

domain-name-brainstormer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

6 near-identical copies found in the catalogue:

skills/domain-name-brainstormer/SKILL.md · 213 lines

How it starts

The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Domain Name Brainstormer

This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register.

When to Use This Skill

  • Starting a new project or company
  • Launching a product or service
  • Creating a personal brand or portfolio site
  • Rebranding an existing project
  • Registering a domain for a side project
  • Finding available alternatives when your first choice is taken

What This Skill Does

  1. Understands Your Project: Analyzes what you're building and who it's for
  2. Generates Creative Names: Creates relevant, memorable domain options
  3. Checks Availability: Verifies which domains are actually available across multiple TLDs
  4. Multiple Extensions: Suggests .com, .io, .dev, .ai, .app, and more
  5. Provides Alternatives: Offers variations if top choices are taken
  6. Branding Insights: Explains why certain names work well

How to Use

Basic Brainstorming

I'm building a project management tool for remote teams. 
Suggest domain names.
Help me brainstorm domain names for a personal finance app

Specific Preferences

I need a domain name for my AI writing assistant. 
Prefer short names with .ai or .io extension.

With Keywords

Suggest domain names using the words "pixel" or "studio" 
for my design agency

Example

User: "I'm building a tool for developers to share code snippets. Suggest creative domain names."

Output:

Analyzing your project...
Target audience: Developers
Key features: Code sharing, snippets, collaboration

🎯 Domain Name Suggestions

## Available (.com)
1. ✓ snippetbox.com - Clear, memorable, available!
   Why: Directly describes the product, easy to remember

2. ✓ codeclip.com - Short and snappy
   Why: Implies quick code sharing, only 8 characters

3. ✓ devpaste.com - Developer-focused
   Why: Familiar to devs (like pastebin), clear purpose

## Available (Alternative TLDs)
4. ✓ snippet.dev - Perfect extension for developers
   Why: .dev extension signals developer tool

5. ✓ codebox.io - Tech-forward
   Why: .io popular with tech startups, clean name

6. ✓ sharecode.app - Descriptive
   Why: .app extension, clearly states the action

## Premium/Taken (.com)
- codeshare.com (Taken, est. $2,500)
- snippets.com (Taken, premium domain)

## Recommendations

🏆 Top Pick: snippet.dev
- Perfect for developer audience
- Short and memorable  
- .dev extension adds credibility
- Available now!

🥈 Runner-up: snippetbox.com
- .com is universally recognized
- Slightly longer but descriptive
- Great brandability

Next steps:
1. Register your favorite before someone else does!
2. Want me to check more variations?
3. Need help with logo ideas for these names?

Read the full file on GitHub · 213 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 213 lines · 46 tokens per session scan A 495707739b35

Subscribe to this mod's changes

domain-name-brainstormer is a skill published in the GitHub repository softaworks/agent-toolkit (2,434 stars, last pushed 6mo ago), licensed MIT. It adds 46 tokens to every session and 1,369 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

colleague-distillation

Distill a colleague into a reusable AI skill (work + persona) using tool connections — Slack, Slack AI, Jira, GHE, Bitbucket, Confluence, SharePoint, Teams, Outlook, Notion, Linear, Google Docs, and more — without manual paste. Use when the user wants a colleague skill, digital twin of a coworker, or capture of…

ZhixiangLuo/10xProductivity · 104 tokens

tool-connector

Connect any tool you use at work to your agent — including internal company tools, custom-built systems, deployment portals, incident trackers, internal knowledge bases, HR systems, and commercial tools like Slack, Confluence, Jira, Linear, GitHub, Outlook, Datadog, and PagerDuty. Use when the user wants to set up a…

ZhixiangLuo/10xProductivity · 92 tokens

enterprise-search

Search your entire company's institutional knowledge in one query — Slack, Confluence, Jira, Linear, Notion, GitHub, plus any AI or multi-source search tool listed in verifiedconnections.md. Follow workflows/enterprise-search. One question, every connected tool, synthesized answer in seconds. No tab switching. No…

ZhixiangLuo/10xProductivity · 136 tokens

Diagram design

DESIGN.md-driven HTML, SVG, and editable whiteboard diagrams.

KunAgent/Kun · 17 tokens

automation

Create, inspect, update, delete, and run Kun scheduled tasks or saved workflows.

KunAgent/Kun · 19 tokens

webapp-building

Build or modify production-oriented web applications by following the repository architecture and validating real user flows.

KunAgent/Kun · 22 tokens