環境需求
- Node.js 18 或更高版本
- 有效的 NowAPI API Key
- 支援 Agent Skills 的工具
安裝 Skills
設定環境變數
models 命令進行驗證。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
安裝 NowAPI Skills,設定 API Key,並驗證 Agent 可以存取 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 命令進行驗證。