Investigates and resolves failed IntexuraOS agent tasks by analyzing Firestore metadata, execution logs, and system diagnostics.
The IntexuraOS Task Debugger is a specialized skill for Claude Code designed to troubleshoot and audit autonomous agent workflows. It enables developers to bridge the gap between a web-based task URL and the underlying infrastructure by fetching real-time status updates, execution logs, and orchestrator diagnostics directly from Firestore and Docker environments. By automating the retrieval of specific task IDs and environment-specific logs, it eliminates manual CLI navigation and provides a definitive, evidence-based root cause analysis for agentic code tasks without speculative hedging.
Características Principales
018 GitHub stars
02Infrastructure-level diagnostics including orchestrator journalctl and Docker container logs
03Enforced evidence-based reporting to eliminate speculative debugging
04Direct Firestore integration for retrieving task metadata and status summaries
05Automatic environment detection for dev and production task URLs
06Sequential log retrieval with detailed source and timestamp tracking
Casos de Uso
01Retrieving low-level system logs from remote orchestrators when Firestore logs are insufficient
02Investigating why an autonomous code-agent task failed or encountered an error
03Auditing the step-by-step execution path of a completed task to verify correctness