Chromium Agent Nia banner
nozomio-labs nozomio-labs

Chromium Agent Nia

AI community

Description

Chromagent - AI agent that answers questions grounded in the Chromium codebase and documentation. Powered by Nia.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ChromAgent (Chromium AI Agent)

AI agent that answers questions grounded in your indexed **Chromium repository + documentation**. Powered by [Nia](https://trynia.ai).

Quick Start

  1. Clone the repo
  2. Copy .env.example to .env and fill in:
    • NIA_API_KEY - Get from trynia.ai
    • AI_GATEWAY_API_KEY - Your AI provider key
    • CHROMIUM_NIA_SOURCES - Comma-separated Nia data source IDs for your Chromium repo/docs (from /explore)
  3. Install & run:
    bun install
    bun run dev

Docs

[docs.trynia.ai](https://docs.trynia.ai)

chromium-agent-nia