Error Message Decoder OpenClaw Skill

解析常见错误代码,提供错误原因及对应解决方案,支持多语言显示。

v1.0.0 Updated 2 mo ago

Installation

clawhub install error-message-decoder

Requires npm i -g clawhub

487

Downloads

0

Stars

3

current installs

3 all-time

1

Versions

EU EU-Hosted Inference API

Power your OpenClaw skills with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

Error Message Decoder

解析错误信息,提供可能的原因和解决方案。

功能

  • 错误代码解析
  • 原因分析
  • 解决方案建议
  • 多语言支持

触发词

  • "错误解析"
  • "错误解码"
  • "error decode"
  • "错误原因"

支持的错误

const knownErrors = {
  'ENOENT': { zh: '文件不存在', fix: '检查文件路径是否正确' },
  'ECONNREFUSED': { zh: '连接被拒绝', fix: '检查服务是否启动' },
  'EADDRINUSE': { zh: '端口已被占用', fix: '杀死占用进程或更换端口' },
  'undefined is not a function': { zh: '调用了未定义的函数', fix: '检查函数名拼写和导入' },
  'null reference': { zh: '空指针错误', fix: '添加空值检查' },
  'CORS error': { zh: '跨域错误', fix: '配置CORS headers' },
  '404': { zh: '资源不存在', fix: '检查URL是否正确' },
  '500': { zh: '服务器内部错误', fix: '检查服务器日志' }
};

输出示例

{
  "error": "ENOENT: no such file or directory",
  "cause": "文件不存在",
  "fix": "检查文件路径是否正确",
  "suggestion": "确保文件路径存在且拼写正确"
}

Statistics

Downloads 487
Stars 0
Current installs 3
All-time installs 3
Versions 1
Comments 0
Created Feb 22, 2026
Updated Feb 26, 2026

Latest Changes

v1.0.0 · Feb 22, 2026

- Initial release of Error Message Decoder. - 自动解析常见错误信息,提供原因分析和中文解决建议。 - 支持多语言关键字触发,包括中英文错误码和描述。 - 输出包含错误内容、原因、修复建议和示例格式。 - 覆盖文件/端口/网络/函数/服务等常见错误类型。

Quick Install

clawhub install error-message-decoder
EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Customer Support