Session Dashboards
기준일: 2026-07-26
공식 기준: Session Dashboards
Session Dashboards 문서는 OpenClaw 공식 문서(web/dashboards)를 한국어로 정리한 가이드입니다. Session dashboards: agent-built widgets, boards, tabs, and the docked chat 명령·설정 키·코드 예시는 공식 문서를 그대로 보존하며, 해석과 절차 안내는 한국어로 제공합니다. 최종 동작은 설치된 CLI 버전과 공식 원문을 확인하세요.
핵심 요약
Session dashboards: agent-built widgets, boards, tabs, and the docked chat
한국어 가이드 범위: web/dashboards 경로의 설정·명령·제약·예시를 학습용으로 재구성합니다.
문서 구성
공식 문서의 주요 섹션은 다음과 같습니다.
- Build a dashboard by asking
- The board
- What widgets are allowed to do
- MCP apps on the board
- Good to know
상세 내용
본문
Every thread in the Control UI has two faces: the conversation you know, and a
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
Build a dashboard by asking
Create a widget named revenue-graph: an interactive bar chart of monthly > revenue. Add "Bars" and "Trend" buttons that switch views. Pin it to my > dashboard.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
- You pin it: hover an inline widget and choose Pin to dashboard.
- Or the agent pins it directly when you ask, and updates it later by
The board
compacts automatically. Resize by handle or pick a size preset (small, medium, large, extra large) from the widget menu. Nobody places pixels — not you, not the agent.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
- Fluid grid. Drag widgets by their handle; everything reflows and
- Tabs. A board can have several pages — say, an overview tab and a
- Docked chat. On the dashboard face, your conversation docks to the
- Agent parity. Everything you can do, the agent can do with its
What widgets are allowed to do
A widget that only renders needs no approval — it appears instantly, exactly like inline chat widgets, and its network access is fully disabled.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
- Network (
net): fetch declared HTTPS origins directly from the sandbox — - Gateway data (
data): read-only feeds like sessions, usage, or cron - Automation (
actions): trigger a specific cron job, so a button can run - Prompt (
prompt): send messages into your thread without the per-click
MCP apps on the board
If your gateway has MCP servers configured, interactive MCP apps that appear in chat can be pinned like any widget. Pinned apps come back to life on the board with fresh sessions; by default they are display-only, and granting the widget its declared server tools makes it fully interactive — with the same one-tap, revision-bound approval as everything else.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
Good to know
Dashboard Architecture, including the documented sandbox tradeoffs.
위 내용은 공식 문서의 해당 섹션 요지입니다. 세부 플래그·기본값은 원문과
--help를 확인하세요.
주요 항목:
- Resetting a thread that has a board asks for confirmation and keeps the
- Deleting a thread deletes its board.
- Boards live on your gateway (in the owning agent's database) and appear on
- The security model, storage details, and design rationale live in
실습 체크리스트
- 공식 문서와 로컬 버전을 대조합니다:
https://docs.openclaw.ai/web/dashboards - 관련 CLI는
openclaw --help및 하위 명령--help로 옵션을 확인합니다. - 설정 변경 시
openclaw config/openclaw doctor로 유효성을 검사합니다. - Gateway·채널·플러그인 변경 후에는 필요 시 Gateway를 재시작합니다.
관련 링크
- 공식 원문: web/dashboards
- OpenClaw 문서 홈
이 가이드는 공식 문서를 한국어 학습용으로 재구성한 것입니다. 옵션 기본값·플래그 이름은 설치 버전에 따라 달라질 수 있습니다.