Install
openclaw skills install claw-observabilityReal-time visual observability for Claude Code multi-agent workflows. Automatic reporting via hooks — zero agent involvement.
openclaw skills install claw-observabilityYou MUST follow these rules strictly:
The hooks fire on shell-level lifecycle events (UserPromptSubmit, PreToolUse, PostToolUse, Stop). They run outside your context. You do not need to do anything.
| Event | What hooks report automatically |
|---|---|
| User sends a message | Root orchestrator → running |
| You invoke the Task tool | The sub-agent (mapped from subagent_type) → running |
| Task tool completes | The sub-agent → success |
| Task tool fails | The sub-agent → error |
| You finish responding | Root orchestrator → success |
Hooks automatically map each subagent_type to a named agent in the CLAW dashboard. The mapping is fully configurable in hooks/claw-hooks.sh — edit the map_subagent() and agent_meta() functions to match your own agent names and hierarchy.