No Server Required: The skill approach doesn’t require running any background process—your agent reads the skill file and makes API calls directly.
How It Works
When you install the Nia skill, it provides your agent with:- API endpoint definitions for all Nia features
- Authentication instructions for using your API key
- Usage examples the agent can follow
Installation
Install the Nia skill using your preferred package manager:Setup
1. Get Your API Key
Sign up at trynia.ai to get your API key.2. Configure Your Agent
The skill will instruct your agent how to authenticate. Typically, you’ll set your API key in one of these ways:- Environment variable:
NIA_API_KEY - Config file:
~/.config/nia/api_key

