> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiid.edu.kg/llms.txt
> Use this file to discover all available pages before exploring further.

# クイックインストール

> NowAPI Skills をインストールし、API Key を設定して、Agent が NowAPI にアクセスできることを確認します。

## 環境要件

* Node.js 18 以降
* 有効な NowAPI API Key
* Agent Skills をサポートするツール

## Skills のインストール

```bash theme={null}
npx skills add https://docs.aiid.edu.kg
```

## 環境変数の設定

```bash theme={null}
export NOWAPI_BASE_URL="https://api.aiid.edu.kg"
export NOWAPI_API_KEY="YOUR_API_KEY"
```

PowerShell：

```powershell theme={null}
$env:NOWAPI_BASE_URL="https://api.aiid.edu.kg"
$env:NOWAPI_API_KEY="YOUR_API_KEY"
```

本物の API Key をリポジトリ、Skill ファイル、またはチャット返信に書き込まないでください。設定後、Agent に任意の Skill の `models` コマンドを実行させて検証してください。
