> ## 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.

# Skills

> 將 NowAPI 的圖片、影片和音樂生成功能安裝到 Agent 工具。

NowAPI Skills 為 Codex、Claude Code 等 Agent 提供穩定的媒體生成工作流程。

## 可用 Skills

| Skill          | 能力                             |
| -------------- | ------------------------------ |
| `nowapi-image` | 圖片生成、圖片編輯、非同步圖片任務查詢            |
| `nowapi-video` | Sora 與 Seedance 影片任務建立、查詢和結果取得 |
| `nowapi-music` | 音樂任務建立和依 ID 查詢                 |

## 安裝

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

安裝完成後配置 `NOWAPI_API_KEY`，再依對應 Skill 的說明執行任務。

## 工作方式

* 模型在執行時透過 `/v1/models` 查詢。
* 影片、音樂和非同步圖片任務採用建立與查詢分離的方式。
* 複雜請求透過 JSON 檔案傳入。
* Skills 不會輸出 API Key、完整 base64 或媒體二進位內容。
