Nia Public Search
Installation
SKILL.md
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
curljq
Quick Start
# 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
# 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:
- Sign up at trynia.ai
- Get your API key
- Install the full Nia skill:
npx nia-wizard@latest