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

# 에이전트

# `openclaw agent`

게이트웨이를 통해 에이전트 턴을 실행합니다 (`--local`을 사용하여 임베디드로 실행 가능).
`--agent <id>`를 사용하여 설정된 에이전트를 직접 대상으로 지정할 수 있습니다.

관련 항목:

* 에이전트 전송 도구: [에이전트 전송](/tools/agent-send)

## 예시

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw agent --to +15555550123 --message "status update" --deliver
openclaw agent --agent ops --message "Summarize logs"
openclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium
openclaw agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"
```

## Notes

* 이 명령이 `models.json` 재생성을 유발하면, SecretRef-managed 프로바이더 자격 증명은 해석된 비밀 평문 대신 비비밀 marker(예: env var 이름 또는 `secretref-managed`)로 저장됩니다.
* marker 기록은 소스 권위적입니다. OpenClaw는 해석된 런타임 비밀값이 아니라 활성 소스 설정 스냅샷의 marker를 저장합니다.
