How this command is triggered — by the user, by Claude, or both
Slash command
/clockwork:latestThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `get_latest_request` MCP tool to get the most recent Clockwork request. Output a summary in this format: ## Latest Request **[METHOD] /uri/path** → STATUS (XXXms) | Metric | Value | |--------|-------| | Controller | ControllerName@action | | Duration | XXX ms | | Memory | XX.X MB | | Queries | N queries (XXX ms total) | | Cache | N hits, N misses | ### Middleware - middleware1 - middleware2 If there are any errors in the logs, show them: ### Errors - Error message here If no requests are found, suggest making a request to the Laravel app first.
Use the get_latest_request MCP tool to get the most recent Clockwork request.
Output a summary in this format:
[METHOD] /uri/path → STATUS (XXXms)
| Metric | Value |
|---|---|
| Controller | ControllerName@action |
| Duration | XXX ms |
| Memory | XX.X MB |
| Queries | N queries (XXX ms total) |
| Cache | N hits, N misses |
If there are any errors in the logs, show them:
If no requests are found, suggest making a request to the Laravel app first.
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.
/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.
/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.
/debug-apiDebugs REST API failures by loading OpenAPI specs, ingesting HTTP logs, analyzing root causes with fixes, and generating cURL repro commands.