Environment Requirements
- Node.js 18 or later
- A valid NowAPI API Key
- A tool that supports Agent Skills
Install Skills
Configure Environment Variables
models command to verify.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install NowAPI Skills, configure the API Key, and verify that the Agent can access NowAPI.
npx skills add https://docs.aiid.edu.kg
export NOWAPI_BASE_URL="https://api.aiid.edu.kg"
export NOWAPI_API_KEY="YOUR_API_KEY"
$env:NOWAPI_BASE_URL="https://api.aiid.edu.kg"
$env:NOWAPI_API_KEY="YOUR_API_KEY"
models command to verify.