openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)

단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함.
openclaw-manual.md는 위키링크 인덱스로 변환.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-18 17:03:22 +09:00
parent 71a1e08a47
commit a1592f7898
15 changed files with 348 additions and 240 deletions

View File

@@ -0,0 +1,30 @@
---
title: OpenClaw 도구 시스템
updated: 2026-03-18
---
도구 접근 제어: `tools.allow`/`tools.deny` (deny 우선)
## 프로필
- `minimal`: 세션 상태만
- `coding`: 파일시스템, 런타임, 세션, 메모리, 이미지
- `messaging`: 메시징 관련
- `full`: 제한 없음
## 핵심 도구
| 카테고리 | 도구 | 기능 |
|----------|------|------|
| 파일/실행 | exec, process, read, write, edit, apply_patch | 셸 명령, 백그라운드 관리, 파일 조작 |
| 웹 | web_search, web_fetch | Brave/Firecrawl 검색, URL 콘텐츠 추출 |
| UI 자동화 | browser, canvas | 브라우저 제어, 캔버스 드라이브 |
| 노드 | nodes, device_status | 페어링 노드, 카메라/화면 캡처 |
| 메시징 | message | Discord/Slack/Telegram/WhatsApp 메시지 전송 |
| 세션 | sessions_list, sessions_history, sessions_send, sessions_spawn | 세션 관리, 서브에이전트 |
| 이미지 | image, image_generate, pdf | 이미지 분석/생성, PDF 분석 |
| 자동화 | cron, gateway | 크론 작업, 게이트웨이 설정 |
## 도구 그룹
`group:fs`, `group:runtime`, `group:sessions`, `group:web`, `group:ui`