← 返回
未分类 Key 中文

Debug Assistant

AI-powered debugging assistant. Analyze error logs, explain error messages, parse stack traces, and get fix suggestions with cheatsheets for 8 languages. Pow...
AI驱动的调试助手。可分析错误日志、解释错误信息、解析堆栈跟踪,并提供8种语言的修复建议和速查表。
evolinkai evolinkai 来源
未分类 clawhub v1.0.0 1 版本 99778.8 Key: 需要
★ 0
Stars
📥 451
下载
💾 0
安装
1
版本
#latest

概述

Debug Assistant

AI-powered debugging from your terminal. Analyze error logs, explain error messages, parse stack traces, get fix suggestions, and access debugging cheatsheets for 8 languages.

Powered by Evolink.ai

When to Use

  • User shares an error log and asks "what went wrong?"
  • User pastes an error message and wants an explanation
  • User has a stack trace and needs help understanding it
  • User has buggy code and a known error, wants fix suggestions
  • User needs quick debugging commands for a specific language

Quick Start

1. Set your EvoLink API key

export EVOLINK_API_KEY="your-key-here"

Get a free key: evolink.ai/signup

2. Analyze an error

bash scripts/debug.sh analyze error.log

bash scripts/debug.sh explain "Cannot read property 'map' of undefined"

3. Get a cheatsheet

bash scripts/debug.sh cheatsheet python

Capabilities

AI Commands (require EVOLINK_API_KEY)

CommandDescription
----------------------
analyze Analyze error log — summary, root cause, error chain, fix steps
explain Explain error — meaning, common causes, quick fix, proper fix
trace Parse stack trace — origin, call chain, root cause, fix
suggest --error Fix suggestions — bug location, why it fails, corrected code

Info Commands (no API key needed)

CommandDescription
----------------------
languagesList all supported languages
cheatsheet [language]Debugging commands and common errors

Supported Languages

LanguageDebuggerKey Tools
-------------------------------
javascriptNode --inspect, Chrome DevToolsconsole.trace, memory profiling
pythonpdb, breakpoint()tracemalloc, cProfile
goDelve-race flag, pprof
rustrust-gdb, rust-lldbRUST_BACKTRACE, env_logger
javaRemote JDWPjmap, jstack, GC logging
networkcurl -v, diglsof, netstat, ss
cssOutline trickGrid/Flex inspectors
gitgit bisectAutomated bisect with test scripts

Examples

Analyze an error log

bash scripts/debug.sh analyze server-crash.log

Output:

Error Summary: Node.js process crashed due to unhandled promise rejection

in the database connection pool.

Root Cause: The PostgreSQL connection string contains an expired SSL

certificate path, causing all new connections to fail silently...

Fix Steps:

  1. Update the SSL certificate at /etc/ssl/certs/db.pem
  2. ...

Explain an error message

bash scripts/debug.sh explain "ECONNREFUSED 127.0.0.1:5432"

Parse a stack trace

bash scripts/debug.sh trace crash-dump.txt

Suggest fixes for buggy code

bash scripts/debug.sh suggest api/handler.py --error "KeyError: 'user_id'"

Configuration

VariableDefaultRequiredDescription
------------
EVOLINK_API_KEYYesYour EvoLink API key. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI analysis

Required binaries: python3, curl

Security

Data Transmission

AI commands send user-provided content (error logs, messages, code files) to api.evolink.ai for analysis by Claude. By setting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the response is returned. The languages and cheatsheet commands run entirely locally and never transmit data.

Network Access

  • api.evolink.ai — AI error analysis (AI commands only)

Persistence & Privilege

This skill creates temporary files for API payload construction which are cleaned up automatically. No credentials or persistent data are stored. The skill only reads files explicitly passed as arguments — it never scans or reads files on its own.

Links

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,975
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,600
design-media

Best Image Generation

evolinkai
最佳质量AI图像生成(约$0.12-0.20/张),支持文生图、图生图及图像编辑,通过EvoLink API实现。
★ 8 📥 11,979