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
When to Use Skill vs MCP
Use the Skill
- Minimal setup required
- No background processes
- Works with any agent that supports skills
- Lighter resource usage
Use MCP Server
- Richer tool integration
- Automatic context management
- Better for complex workflows
- Native IDE support

