環境要件
- 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 コマンドを実行させて検証してください。