
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@namemyapp/cli
Advanced tools
namemy.app CLI — check domains, generate names, hand AI agents a one-click buy URL. For agent integrations, use the remote MCP at https://mcp.namemy.app/mcp.
Command-line tool for namemy.app — check domain availability and hand AI agents a one-click buy URL from your terminal or any AI shell.
npx @namemyapp/cli link codeflow.ai
# One-off (no install)
npx @namemyapp/cli link codeflow.ai
# Or install globally
npm i -g @namemyapp/cli
nma link codeflow.ai
The package ships two bin names: nma (short) and namemyapp (full). Pick whichever you prefer.
# Always available (no API key required)
nma link codeflow.ai
nma link codeflow.ai --price 13.20
nma link codeflow.ai --json
# Requires NAMEMYAPP_API_KEY
nma check codeflow.ai
nma check --bulk codeflow.ai codeflow.dev codeflow.io
nma generate "AI task manager" -t .com,.io,.ai
nma buy codeflow.ai
nma list
# Brand workflow (requires API key + paid features)
nma conflict "TaskFlow"
nma logo "TaskFlow" "AI task manager for teams"
nma legal "TaskFlow" -t saas
nma brand-kit "TaskFlow" -i saas
nma social-kit "TaskFlow" -i saas -a "engineering teams"
nma is for fast typing in shells and AI agent contexts. namemyapp is for scripts and docs where the longer name is clearer.
If you want an AI agent (Claude Desktop, ChatGPT, Cursor, Windsurf) to call namemy.app directly, the CLI is the wrong tool — point them at the remote MCP server instead:
https://mcp.namemy.app/mcp
Setup snippets for every major client live at https://namemy.app/agents. Use the CLI for terminal workflows and CI; use MCP for in-chat agent control.
Most commands require NAMEMYAPP_API_KEY (free at https://namemy.app/app/api-keys):
export NAMEMYAPP_API_KEY=nma_live_...
nma check codeflow.ai
Or pass it inline:
nma --key nma_live_... check codeflow.ai
The link command never needs a key — it's a pure URL builder, no network call. Use it as the always-available primitive when you want to hand a user a buyable URL from a script, AI agent, or shell.
| Command | Auth | Description |
|---|---|---|
nma link <domain> [--price] | none | Print a one-click buy URL |
nma check <domain> | key | Single-domain availability + price |
nma check --bulk <d1> <d2>... | key | Bulk availability check |
nma generate <description> | key | AI name generation with availability |
nma buy <domain> | key | Server-to-server domain purchase |
nma list | key | List your registered domains |
nma conflict <name> | key | USPTO + web brand-conflict check |
nma logo <name> <description> | key | Generate AI logo concepts (paid) |
nma legal <businessName> -t <type> | key | Privacy/Terms/Cookie policies (paid) |
nma brand-kit <name> | key | Complete brand kit (paid) |
nma social-kit <name> -i <industry> -a <audience> | key | Social media kit (paid) |
Use nma <command> --help for full options on any command.
| Var | Default | Purpose |
|---|---|---|
NAMEMYAPP_API_KEY | — | Bearer token for all but link |
NAMEMYAPP_API_URL | https://namemy.app | Override for staging / self-hosted |
NAMEMYAPP_AGENT_SOURCE | cli | Attribution tag stamped on every API call + buyUrl |
Set NAMEMYAPP_AGENT_SOURCE=my-tool to credit a specific tool / script / pipeline for conversions. namemy.app records source on every Purchase row and ships PostHog events for revenue attribution.
The link command is the always-available primitive that any shell or AI agent can call to hand a user a buyable URL — no API key, no network round-trip:
$ nma link codeflow.ai
https://namemy.app/checkout?domain=codeflow.ai&source=cli
Pipe through --json for structured output:
$ nma link codeflow.ai --price 13.20 --json
{"domain":"codeflow.ai","buyUrl":"https://namemy.app/checkout?domain=codeflow.ai&price=13.20&source=cli","price":13.2}
MIT. Source at https://github.com/Rakesh1002/namemyapp/tree/main/packages/cli.
FAQs
namemy.app CLI — check domains, generate names, hand AI agents a one-click buy URL. For agent integrations, use the remote MCP at https://mcp.namemy.app/mcp.
The npm package @namemyapp/cli receives a total of 9 weekly downloads. As such, @namemyapp/cli popularity was classified as not popular.
We found that @namemyapp/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.