← All skills
Tencent SkillHub · Communication & Collaboration

Error Message Decoder

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, skill.yaml

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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": "确保文件路径存在且拼写正确" }

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • skill.yaml Config