← 返回 Skills 市场
54
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install missing-error-handling
功能描述
Code handles only the happy path — external calls, I/O, and parsing have no failure handling and crash on anything unexpected.
安全使用建议
This skill is essentially a short checklist and best-practices note about error handling — it poses minimal risk because it contains no code, no install steps, and asks for no credentials. You can safely read and use its advice, but remember it is only guidance: it won't automatically fix your code or enforce checks. If you expect an automated tool, look for a skill that provides linters or runtime wrappers; otherwise incorporate the suggested checks into your codebase and CI. Confidence is high because the skill is internally consistent and contains no surprising requirements.
功能分析
Type: OpenClaw Skill
Name: missing-error-handling
Version: 1.0.0
The skill bundle is purely educational, providing guidelines and best practices for identifying and fixing missing error handling in code. It contains no executable code, no malicious instructions, and no data exfiltration risks. The content in SKILL.md and _meta.json is focused on improving code quality and robustness.
能力评估
Purpose & Capability
Name, description, and the SKILL.md all describe the same thing: guidance on handling failures. The skill declares no binaries, env vars, or install steps that would be unexpected for a documentation-only guidance skill.
Instruction Scope
The SKILL.md contains developer guidance and checklists (timeouts for network calls, catching specific exceptions, logging, etc.). It does not instruct the agent to read files, access environment variables, call external endpoints, or run commands, so it stays within the stated purpose.
Install Mechanism
There is no install spec and no code files. Being instruction-only means nothing is written to disk or executed by the install process—this is the lowest-risk install profile.
Credentials
The skill declares no required env vars, credentials, or config paths. The guidance does not reference any secrets or unrelated services.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or special privileges; being instruction-only it cannot modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install missing-error-handling - 安装完成后,直接呼叫该 Skill 的名称或使用
/missing-error-handling触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release highlighting risks of missing error handling:
- Documents common symptoms of missing error handling, such as unhandled I/O, network, parsing, and subprocess failures.
- Explains why code that only follows the happy path is unsafe for production use.
- Provides actionable guidelines for explicit error handling and recovery.
- Stresses the importance of timeouts, meaningful error logs, and distinguishing between user-facing and internal errors.
- Targets developers on macOS, Linux, and Windows platforms.
元数据
常见问题
Missing Error Handling 是什么?
Code handles only the happy path — external calls, I/O, and parsing have no failure handling and crash on anything unexpected. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。
如何安装 Missing Error Handling?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install missing-error-handling」即可一键安装,无需额外配置。
Missing Error Handling 是免费的吗?
是的,Missing Error Handling 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Missing Error Handling 支持哪些平台?
Missing Error Handling 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。
谁开发了 Missing Error Handling?
由 mvogt99(@mvogt99)开发并维护,当前版本 v1.0.0。
推荐 Skills