← 返回 Skills 市场
lyla0921

Wb Troubleshooter

作者 Lyla0921 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
230
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wb-troubleshooter
功能描述
Western Blot troubleshooting guide with step-by-step solutions
安全使用建议
This skill appears coherent and low-risk: the Python script simply matches a symptom string to a small built-in knowledge base and prints advice. Before installing or running, you may want to (1) open and review scripts/main.py yourself (it is short and readable) to confirm no network or file I/O was introduced, (2) run it in a sandbox or isolated environment if you prefer, and (3) be cautious if the SKILL.md or script changes in future—the documentation currently overstates file I/O and script execution risk even though the shipped code does not perform those actions.
功能分析
Type: OpenClaw Skill Name: wb-troubleshooter Version: 0.1.0 The skill is a straightforward Western Blot troubleshooting tool. The core logic in scripts/main.py consists of simple string matching against a hardcoded dictionary of laboratory symptoms and solutions, with no network activity, file system access, or sensitive data handling. The SKILL.md documentation is well-structured and contains no malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script are consistent: a local troubleshooting tool that accepts a symptom and prints likely causes and solutions. No unexpected binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md refers to 'Python/R scripts executed locally' and 'File System Access: Read input files, write output files', and lists many security checklist items. The bundled Python script, however, only parses CLI args and prints results; it does not read/write files or perform network calls. This is an inconsistency in documentation (overstated risk) rather than an actual code behavior, but you should confirm the distributed script before running in a sensitive environment.
Install Mechanism
No install spec is provided (instruction-only style with a bundled script). Nothing is downloaded or extracted at install time, so the install surface is minimal.
Credentials
The skill declares no required environment variables or credentials and the code does not access env vars or secrets. Requested access is proportionate to the described functionality.
Persistence & Privilege
No 'always: true' flag, no system-wide configuration modifications, and the skill does not persist credentials or install background services. Autonomous invocation is allowed by default but is not combined with other privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wb-troubleshooter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wb-troubleshooter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of wb-troubleshooter: a Western Blot troubleshooting tool. - Provides step-by-step diagnosis and solutions for common WB issues (high background, no signal, multiple bands, smearing). - Accepts user input for symptom and antibody type; returns ranked causes and recommendations. - Designed for local execution with medium risk level; includes a detailed security checklist. - No additional Python packages required; outputs are restricted to the workspace for data security. - Known issues: None; status is Draft with plans for future updates and performance improvements.
元数据
Slug wb-troubleshooter
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Wb Troubleshooter 是什么?

Western Blot troubleshooting guide with step-by-step solutions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 Wb Troubleshooter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wb-troubleshooter」即可一键安装,无需额外配置。

Wb Troubleshooter 是免费的吗?

是的,Wb Troubleshooter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wb Troubleshooter 支持哪些平台?

Wb Troubleshooter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wb Troubleshooter?

由 Lyla0921(@lyla0921)开发并维护,当前版本 v0.1.0。

💬 留言讨论