openclaw-debuggerDebugging assistant. Analyzes error logs, suggests breakpoints, traces execution flow, and helps identify root causes of issues.
Install via ClawdBot CLI:
clawdbot install michealxie001/openclaw-debuggerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 5, 2026
A Python web developer encounters a production crash and needs to analyze the traceback. Using OpenClaw Debugger, they can input the error log to identify the root cause (e.g., database connection closed), receive breakpoint suggestions for the relevant file, and trace execution flow to fix the issue.
A backend developer debugging HTTP 500 errors from a REST API. They can analyze the error response, get breakpoints suggested for handler functions, and trace the request processing to find missing error handling or database issues.
An engineer investigating a slow endpoint can trace function calls to detect redundant operations or external calls causing latency. The tool helps identify bottlenecks like unoptimized database queries without manual code inspection.
A developer new to a project can quickly understand execution flow by tracing key functions and seeing call graphs, reducing ramp-up time. Breakpoint suggestions highlight critical logic points for testing.
A DevOps engineer receives CI test failures with cryptic error messages. By feeding the traceback into OpenClaw Debugger, they get automated analysis and root cause suggestions, speeding up pipeline fixes.
Offer a free command-line version for individual developers with basic error analysis and breakpoint suggestions. Charge for premium features like JavaScript support, log file monitoring, and interactive debugger integration.
Provide a REST API that integrates into CI/CD pipelines or IDEs, charging per API call or monthly usage. Target enterprise teams needing automated debugging at scale.
Sell licenses to large companies that require on-premise deployment for security. Includes custom integrations, dedicated support, and advanced root cause analytics.
💬 Integration Tip
Integrate via CLI in your terminal or CI pipeline by piping error logs to the tool. For deeper integration, use the provided Python modules (error_analyzer.py, tracer.py) in your own scripts.
Scored Jun 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.