debuggerAnalyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubern...
Install via ClawdBot CLI:
clawdbot install loutai0307-prog/debuggerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://bytesagain.comAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A software developer encounters a TypeError in a Python application. Using the debugger, they quickly parse the error message, identify the root cause (e.g., NoneType object), and get actionable fix suggestions, reducing downtime.
A DevOps engineer sees a Docker container crashing with a non-descriptive error. They run the debugger on the error log, which identifies the issue as a memory limit or misconfigured volume, providing steps to resolve it.
A platform engineer faces a CrashLoopBackOff event in Kubernetes. They use the debugger to analyze the error, which explains the pod restart loop and suggests checking resource limits or configuration files.
A backend developer gets an ECONNREFUSED error when connecting to PostgreSQL. The debugger explains the error message and recommends verifying network settings, firewall rules, or database service status.
A full-stack developer encounters a cryptic Node.js error code like EADDRINUSE. They run 'debugger explain EADDRINUSE' which provides a plain-language explanation and suggests killing the conflicting process.
Offer the debugger as a premium feature within a larger developer tool suite. Users pay a monthly fee for advanced debugging capabilities, including access to a vast error pattern library and priority support.
Provide basic debugging for free (limited patterns and commands) and charge for premium features like advanced error explanations, custom patterns, and integration with CI/CD pipelines.
License the debugger to enterprises for internal use, allowing them to integrate it into their own development environments and CI/CD workflows. Includes customization and dedicated support.
💬 Integration Tip
Integrate with your terminal or CI/CD pipeline by piping error output directly to the debugger, and use it as a pre-commit hook to catch errors early.
Scored May 6, 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.