How this command is triggered — by the user, by Claude, or both
Slash command
/clockwork:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `get_clockwork_status` MCP tool to check the Clockwork storage. Output a summary in this format: ## Clockwork Status - **Storage found:** Yes/No - **Path:** /path/to/storage/clockwork - **Total requests:** N - **Oldest request:** YYYY-MM-DD HH:MM:SS - **Newest request:** YYYY-MM-DD HH:MM:SS - **Storage size:** X.XX MB If storage is not found, suggest checking that: 1. Clockwork is installed (`composer require itsgoingd/clockwork`) 2. The Laravel app has made requests with Clockwork enabled 3. You're in the Laravel project directory
Use the get_clockwork_status MCP tool to check the Clockwork storage.
Output a summary in this format:
If storage is not found, suggest checking that:
composer require itsgoingd/clockwork)npx claudepluginhub fridzema/clockwork-mcp --plugin clockwork/investigateInvestigates and debugs Laravel API issues like wrong responses, missing data, queues, auth, performance using data-first workflow checking DB, cache, configs before code.
/statusDisplays the HammerTime status dashboard including rules, debug log, and hook health by running a Python status script.
/statusShows heartbeat daemon status: process liveness via PID check, countdowns to next heartbeat/jobs, current settings, and scheduled jobs list.
/assist-logsQueries context-inject hook logs via local API to view injected knowledge and milestones in Claude Code sessions. Supports --limit/-n and --search/-s filters; checks API health first.
/statusRuns CLI status check on chatlog subsystem via bash/python, prints table of row counts, queue depth, spill, last capture, hook health, and appends one-line interpretation.
/woterclip-statusShows WoterClip status including queue, blocked issues, last heartbeat, and issue activity. With --history, displays recent heartbeat history from logs.