High Risk:This skill has significant security concerns. Review the findings below before installing.

nia

Caution·Scanned 2/17/2026

High-risk skill: indexes and searches code, docs, papers and local folders via https://apigcp.trynia.ai/v2. It reads ~/.config/nia/api_key, executes ./scripts/*, and uploads local files (e.g., /path/to/folder) to the remote API, exposing credential and file-exfiltration risk.

from clawhub.ai·v2921eb4·74.5 KB·0 installs
Scanned from 1.0.3 at 2921eb4 · Transparency log ↗
$ vett add clawhub.ai/arlanrakh/niaReview security findings before installing

Nia Skill

AI agent skill for Nia - index and search code repositories, documentation, research papers, and HuggingFace datasets.

What is Nia?

Nia provides tools for indexing and searching external repositories, research papers, documentation, packages, and performing AI-powered research. Its primary goal is to reduce hallucinations in LLMs and provide up-to-date context for AI agents.

Setup

  1. Get your API key:

    • Run npx nia-wizard@latest (guided setup)
    • Or sign up at trynia.ai
  2. Store the key:

    mkdir -p ~/.config/nia
    echo "your-api-key" > ~/.config/nia/api_key
    
  3. Requirements: curl, jq

Usage

# List indexed repositories
./scripts/repos-list.sh

# Index a repository
./scripts/repos-index.sh "owner/repo"

# Search all indexed sources
./scripts/search-universal.sh "how does auth work?"

# Index documentation
./scripts/sources-index.sh "https://docs.stripe.com"

# Grep repository code
./scripts/repos-grep.sh "vercel/ai" "streamText"

Scripts

ScriptDescription
repos-list.shList indexed repositories
repos-index.shIndex a GitHub repository
repos-tree.shGet repository file tree
repos-read.shRead file from repository
repos-grep.shSearch code in repository
sources-list.shList indexed data sources
sources-index.shIndex documentation URL
sources-tree.shGet source tree
sources-read.shRead from source
papers-list.shList indexed papers
papers-index.shIndex arXiv paper
datasets-list.shList HuggingFace datasets
datasets-index.shIndex HuggingFace dataset
search-universal.shSearch all indexed sources
search-web.shWeb search
search-deep.shDeep research (Pro)
package-grep.shSearch package source code
global-subscribe.shSubscribe to public source
oracle.shRun autonomous research (Pro)
tracer.shSearch GitHub repos without indexing (Pro)

Documentation

See SKILL.md for detailed usage and the Nia-first workflow guide.

License

MIT