📦 Error Message Decoder — 错误码速解
v1.0.0一键解析常见错误代码,智能给出原因与修复方案,支持多语言切换,帮助开发者快速定位问题并恢复运行。
0· 497·3 当前·3 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
可疑
high confidenceThe skill's stated purpose (decoding common error messages) is reasonable and low-risk, but the provided instructions and implementation are inconsistent and contain bugs — the runtime behavior won't match the documentation.
评估建议
This skill itself is low-risk (it asks for no credentials and has no installer), but its documentation and implementation disagree and the code contains at least one clear bug. Before installing or enabling it for autonomous use: 1) Ask the author to align SKILL.md and the implementation (same error list, same output fields). 2) Fix the decodeError function so it returns an object with named fields (e.g., cause, fix) instead of attempting to spread a language string into an object; ensure info e...详细分析 ▾
✓ 用途与能力
Name and description match the declared content: an instruction-only skill that maps common error strings to causes and fixes. It does not request any credentials, binaries, or installs, which is proportionate to the purpose.
⚠ 指令范围
SKILL.md lists a set of known errors (including 'CORS error', '404', '500') and shows output keys like 'cause' and 'fix'. The implementation in skill.yaml contains a different, smaller knownErrors set and returns a different object shape. The implementation also attempts to spread info[language] (a string) into an object, which is a bug and will produce incorrect output or runtime errors. These mismatches mean the agent's runtime behavior will not match the documentation.
✓ 安装机制
No install spec and no code files beyond instruction/implementation text. Low-risk: nothing is downloaded or written to disk by an installer.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths — appropriate for an error-decoding utility.
✓ 持久化与权限
always is false, no elevated persistence requested, and the skill does not ask to modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/22
- Initial release of Error Message Decoder. - 自动解析常见错误信息,提供原因分析和中文解决建议。 - 支持多语言关键字触发,包括中英文错误码和描述。 - 输出包含错误内容、原因、修复建议和示例格式。 - 覆盖文件/端口/网络/函数/服务等常见错误类型。
● 无害
安装命令
点击复制官方npx clawhub@latest install error-message-decoder
镜像加速npx clawhub@latest install error-message-decoder --registry https://cn.longxiaskill.com