nia
Unified indexing and search across code repositories, documentation, research papers, datasets, local folders, Slack, and Google…
What it does
- Use the API directly:
- ./scripts/auth.sh signup <email> <password> <organizationname>
- ./scripts/auth.sh bootstrap-key <bootstraptoken> or ./scripts/auth.sh login-key <email> <password>
- Run npx nia-wizard@latest (guided setup)
- Or sign up at trynia.ai to get your key
- For docs, always index the root link (e.g., docs.stripe.com) to scrape all pages.
- Indexing takes 1-5 minutes. Wait, then run list again to check status.
Requirements & configuration
- Get your API key
- All scripts are in ./scripts/. Most authenticated wrappers use lib.sh for shared auth/curl helpers; auth.sh is standalone because it mints the API key. Base URL: https://apigcp.trynia.ai/v2
- auth.sh — Programmatic Signup & API Key Bootstrap
- ./scripts/auth.sh bootstrap-key <bootstraptoken> # Exchange one-time token
- ./scripts/auth.sh login-key <email> <password> [orgid] # Mint fresh API key
Configuration: SLACK_WORKSPACESNIA_API_KEYEXTRACT_BRANDINGSAVE_KEYIDEMPOTENCY_KEYDISPLAY_NAMEFOCUSEXTRACT_IMAGES
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Unified indexing and search across code repositories, documentation, research papers, datasets, local folders, Slack, and Google Drive.
Source
Repository: https://github.com/nozomio-labs/nia-skill
nia FAQ
What does the nia skill do?
Index and search code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, Google Drive, X (Twitter), and packages with Nia AI. Includes auth bootstrapping, Oracle autonomous research, GitHub live search, Tracer agent, dependency analysis, context sharing, code advisor, document agent, data extraction, filesystem operations, and generic connectors. Use the API directly: ./scripts/auth.sh signup <email> <password> <organizationname>
What does nia require?
Get your API key All scripts are in ./scripts/. Most authenticated wrappers use lib.sh for shared auth/curl helpers; auth.sh is standalone because it mints the API key. Base URL: https://apigcp.trynia.ai/v2 auth.sh — Programmatic Signup & API Key Bootstrap ./scripts/auth.sh bootstrap-key <bootstraptoken> # Exchange one-time token ./scripts/auth.sh login-key <email> <password> [orgid] # Mint fresh API key Configuration keys: SLACK_WORKSPACES, NIA_API_KEY, EXTRACT_BRANDING, SAVE_KEY, IDEMPOTENCY_KEY, DISPLAY_NAME, FOCUS, EXTRACT_IMAGES.
How do I install nia?
Run: npx -y skills add https://github.com/nozomio-labs/nia-skill --skill nia --agent claude-code — the source lives at github.com/nozomio-labs/nia-skill.
Maintain nia?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/nozomio-labs-nia-skill-nia?ref=badge) npx agentictools info skills/nozomio-labs-nia-skill-nia The second line is the CLI lookup for this page — handy in READMEs and docs.