{
  "markdown": "# Namely: Strategic Venture Validation\n\n> Definitive \"Dual-Signal\" verification for entity names, merging digital and legal availability into a single, surgical CLI interaction.\n\n**Namely** is a Gemini CLI extension designed for founders and builders to validate new venture names instantly. It provides a \"Dual-Signal\" check by concurrently verifying domain availability and searching for potential trademark conflicts on the USPTO website.\n\n## 🚀 Vision\nTo empower founders to stake their claim with confidence by reducing hours of manual searching into seconds, ensuring clarity and sovereignty in the name selection process.\n\n## ✨ Core Value Proposition\n- **Clarity:** Know instantly if a name is safe to use across both digital (domain) and legal (trademark) landscapes.\n- **Speed:** Perform complex concurrent checks in seconds.\n- **Sovereignty:** Reclaim focus and own your perspective by automating tedious validation tasks.\n\n## 🛠️ Features\n- **Domain Availability Check:** Verifies availability across top-level domains (.com, .io, .ai, and .app) using RDAP.\n- **Trademark Conflict Search:** Performs a targeted search on the USPTO website for potential conflicts.\n- **Dual-Signal Check:** Runs both domain and trademark checks concurrently for a unified risk assessment.\n\n## 📦 Installation\n\nEnsure you have [pnpm](https://pnpm.io/) installed, then:\n\n```bash\npnpm install\n```\n\n## 🎮 Usage (Gemini CLI)\n\nOnce installed as an extension in your Gemini CLI, you can use the following commands:\n\n- `/domain <name> [tld]` - Check domain availability via RDAP.\n- `/trademark <name> [sector]` - Search USPTO for trademark conflicts.\n- `/namely-check <name>` - Perform both domain and trademark checks concurrently.\n\n## 💻 Local Execution\n\nYou can also run the scripts directly using `ts-node`:\n\n### 1. Domain Availability Check\n```bash\nnpx ts-node --esm check_domain.ts <name> [tld]\n```\n- **Result:** JSON output with TLD status and availability.\n\n### 2. Trademark Conflict Search\n```bash\nnpx ts-node --esm check_trademark.ts <name> [sector]\n```\n- **Result:** JSON output with a pre-configured expert search link.\n\n### 3. Dual-Signal Check (Concurrent)\n```bash\nnpx ts-node --esm check_all.ts <name>\n```\n- **Result:** Unified JSON output containing both domain and trademark findings.\n\n## 📂 Project Structure\n- `src/domain/`: Domain provider logic using RDAP.\n- `src/trademark/`: Trademark search logic for USPTO.\n- `commands/`: Gemini CLI command definitions.\n- `conductor/`: Product specs and implementation plans.\n- `GEMINI.md`: Core extension instructions and guidelines.\n\n## 👤 Author\n**Stoyan Dimitrov**\n- GitHub: [@StoyanD](https://github.com/StoyanD)\n- Resume: [Stoyan Dimitrov](https://stoyand.github.com/resume/Stoyan_Dimitrov_Resume.pdf)\n\n## 📜 License\nThis project is licensed under the **ISC License**.\n",
  "bytes": 2819,
  "sha": "094d02925a5e19aad5bf23d961c71012959b4d28b46917850c140f8762527755",
  "repo_slug": "alete-ai/namely",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_alete_ai_namely_a2f22bb5/readme"
}