# Observe

> Launch the babysitter observer dashboard. Installs and runs the real-time observer UI that watches babysitter runs, displaying task progress, journal events, and orchestration state in your browser.

- Skill: `majiayu000/observe-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/observe-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/observe-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/observe-4

---


# observe

Run the babysitter observer dashboard:

1. Determine the watch directory — this is usually the project's container directory (the parent of the project dir), or the current working directory if not specified.
2. Launch the dashboard: `npx -y @a5c-ai/babysitter-observer-dashboard@latest --watch-dir <dir>`
3. This is a blocking process — it will keep running until stopped.
4. Open the browser at the URL printed by the dashboard.

