From Skill Loop
Open skill-loop's live activity log in a new terminal tab/window next to this session — a clean, readable stream of what it captures, learns, and updates (not the verbose debug log).
How this command is triggered — by the user, by Claude, or both
Slash command
/skill-loop:logshaikuThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# skill-loop: LIVE LOGS Open the readable, colorized activity stream in a separate terminal so the user can watch skill-loop work alongside the Claude session. Run exactly this and show the user the output: This opens a new tab (iTerm) or window (Terminal) running the live viewer. On a host where it can't auto-open (e.g. a VS Code integrated terminal or a remote box), it prints the one command the user can paste into their own tab. Then tell the user, briefly: - The viewer shows clean lines like `CORRECTION auth.ts: user edited …`, `REFLECT staged 1 candidate …`, `PROMOTE sl-erro...
Open the readable, colorized activity stream in a separate terminal so the user can watch skill-loop work alongside the Claude session.
Run exactly this and show the user the output:
"${CLAUDE_PLUGIN_ROOT}/bin/open-logs.sh" "${CLAUDE_PROJECT_DIR}"
This opens a new tab (iTerm) or window (Terminal) running the live viewer. On a host where it can't auto-open (e.g. a VS Code integrated terminal or a remote box), it prints the one command the user can paste into their own tab.
Then tell the user, briefly:
CORRECTION auth.ts: user edited …,
REFLECT staged 1 candidate …, PROMOTE sl-error-handling ← …..skill-loop/activity.log; the verbose
.skill-loop/skill-loop.log is still there for debugging.npx claudepluginhub joeljohn159/skill-loop --plugin skill-loop/logsShows recent heartbeat daemon logs from .claude/claudeclaw/logs/ sorted by newest first, filtered by job name or limited by count (default 5), displaying contents with filename and timestamp headers.
/logsDisplays last 50 lines of Claude Nights Watch execution logs including daemon events, full Claude prompts, responses, and status. Supports --follow for real-time tailing.
/logsLists recent Vercel deployments, fetches and streams their logs in real-time with --follow, analyzes for errors, and reports findings.