---
read_when:
  - 你想从脚本运行一个智能体回合（可选发送回复）
summary: "`SKYKOI koi` 的 CLI 参考（通过 Gateway 网关发送一个智能体回合）"
title: koi
x-i18n:
  generated_at: "2026-02-03T07:44:38Z"
  model: claude-opus-4-5
  provider: pi
  source_hash: dcf12fb94e207c68645f58235792596d65afecf8216b8f9ab3acb01e03b50a33
  source_path: cli/koi.md
  workflow: 15
---

# `SKYKOI koi`

通过 Gateway 网关运行智能体回合（使用 `--local` 进行嵌入式运行）。使用 `--koi <id>` 直接指定已配置的智能体。

相关内容：

- 智能体发送工具：[Koi send](/tools/koi-send)

## 示例

```bash
SKYKOI koi --to +15555550123 --message "status update" --deliver
SKYKOI koi --koi ops --message "Summarize logs"
SKYKOI koi --session-id 1234 --message "Summarize inbox" --thinking medium
SKYKOI koi --koi ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"
```
