# Nia Public Search

> Search any public code repository or documentation with AI — no API key needed. Query 10k+ indexed sources including React, Next.js, Stripe, Supabase, and more. Powered by Nia (trynia.ai).

- Skill: `nozomio-labs/nia-public-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nozomio-labs/nia-public-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nozomio-labs/nia-public-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: nozomio-labs (https://skillmd.com/u/nozomio-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nozomio-labs/nia-public-search

---


# Nia Public Search

Search any public code repository or documentation with AI-synthesized answers. No signup. No API key. Just ask.

**10k+ sources indexed** — npm, PyPI, GitHub repos, framework docs, and more.

## Requirements

- `curl`
- `jq`

## Quick Start

```bash
# Search a specific repo
./scripts/search.sh query "how to use hooks" vercel/next.js

# Search documentation
./scripts/search.sh query "authentication" https://docs.supabase.com

# Search across all public sources
./scripts/search.sh query "how to build an AI agent"

# List available sources
./scripts/search.sh sources
```

## Scripts

### search.sh — Search & Discovery

```bash
# Search a specific source (repo slug, URL, or display name)
./scripts/search.sh query "how to stream responses" vercel/ai
./scripts/search.sh query "rate limiting" https://docs.stripe.com
./scripts/search.sh query "database migrations" supabase/supabase

# Search all public sources
./scripts/search.sh query "how to implement OAuth"

# List indexed sources (filterable by type)
./scripts/search.sh sources                    # all
./scripts/search.sh sources repository         # repos only
./scripts/search.sh sources documentation      # docs only
```

## Rate Limits

Free public access: **20 queries/hour** per IP.

For unlimited access, private repos, Slack/Drive integration, deep research, and more:
1. Sign up at [trynia.ai](https://trynia.ai)
2. Get your API key
3. Install the full Nia skill: `npx nia-wizard@latest`

