Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/georgekhananaev/claude-skills-vaultnpx agentmods add commands/georgekhananaev/claude-skills-vault/find-company-nameWrote 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.
[](https://agentmods.dev/commands/georgekhananaev/claude-skills-vault/find-company-name)<a href="https://agentmods.dev/commands/georgekhananaev/claude-skills-vault/find-company-name"><img src="https://agentmods.dev/badge/commands/georgekhananaev/claude-skills-vault/find-company-name/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/georgekhananaev/claude-skills-vault/find-company-name"><img src="https://agentmods.dev/badge/commands/georgekhananaev/claude-skills-vault/find-company-name.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.03907 |
| Opus 5 | $0.00030 | $0.01954 |
| Sonnet 5 | $0.00012 | $0.00781 |
| Haiku 4.5 | $0.00006 | $0.00391 |
Grade A, and why
find-name 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find Name Command
Trigger: /find-name only. Generate, score, availability-check, filter, and rank short brand names.
Announce: "I'm using the find-name command to generate and rank brand-name candidates."
Core promise: every name that appears in the output has its required TLD(s) genuinely available — no taken, no aftermarket, no premium slip-throughs.
0. Skills Used (verify they exist)
| Skill | Path | Purpose |
|---|---|---|
domain-checker |
.claude/skills/domain-checker/scripts/check_domains.py |
Bulk availability + aftermarket/premium detection |
data-wrangler |
.claude/skills/data-wrangler/scripts/data_wrangler.py |
Sort/filter the ranked CSV |
If either path is missing, STOP and report which skill needs installing.
1. Discovery (single AskUserQuestion batch — 5 Qs)
| Q# | Question | Header | Options |
|---|---|---|---|
| 1 | What industry / what does the company do? | Industry | SaaS/tech · Consumer · B2B services · Healthcare · Finance · Other |
| 2 | What vibe should the name carry? | Vibe | Modern/minimal · Bold/distinctive · Playful · Trusted/classic |
| 3 | Max characters per name (excluding TLD)? | Length | ≤6 · ≤7 · ≤8 · ≤10 |
| 4 | What MUST be available? (strictest filter) | Required | .com required · .com preferred (.ai/.io OK) · Any of .com/.ai/.io/.app/.dev · Modern only (.ai or .io) |
| 5 | Which domains should qualify? | Domain mode | Only ready-for-registration (recommended) · Include registry-premium (high registrar price) · Include aftermarket/marketplace (GoDaddy sale, Sedo, Dan) · Include both premium and aftermarket |
Note user free-text: must-include words, target geos, brands to differentiate from, max budget for premium/aftermarket if relevant.
Important: if the user picked ≤6 AND .com required, warn upfront — the .com namespace is saturated for short pronounceable names. Offer to bump to ≤8 automatically (recommended) or proceed strict.
Q5 semantics — what each option means:
- Only ready-for-registration: strictest. Domain must be unregistered and priced at the standard registrar rate. No registry-premium tier, no marketplace listings.
- Include registry-premium: allow domains the registry flags as premium (often $100–$10,000+/yr at the registrar). Still "available" — you just pay more on year one (and sometimes recurring).
- Include aftermarket/marketplace: allow domains currently registered but listed for sale on GoDaddy Auctions, Sedo, Afternic, Dan, etc. These are one-time purchases at the asking price.
- Include both: widest net. Use when brand fit matters more than cost and the user has budget.
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.
- 12d ago First seen · 288 lines · 61 tokens per session scan A 474b14a3993e
find-name is a command published in the GitHub repository georgekhananaev/claude-skills-vault (28 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 3,907 once invoked, about $0.0003 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.
Other commands, from other repositories
audit-solana
Security audit for Solana programs (Anchor/native).
quick-commit
Quick commit with automatic formatting, linting, and conventional commit message.
setup-ci-cd
Setup CI/CD pipeline with automated security checks for Solana programs.
test-dotnet
Run .NET/C# tests for Unity projects and backend services.
build-unity
Build Unity project (WebGL, Desktop, or PSG1).
plan-feature
Plan feature implementation with technical specifications for Solana projects.