WB Troubleshooter

v1.0.0

Western Blot troubleshooting guide with step-by-step solutions

0· 24·0 current·0 all-time
byAIpoch@aipoch-ai·duplicate of @lyla0921/wb-troubleshooter
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (WB troubleshooting) matches the included Python script and SKILL.md. The script contains only symptom matching and prints likely causes/solutions; it does not request unrelated credentials, binaries, or services.
Instruction Scope
SKILL.md mentions 'Python/R scripts executed locally' and references file I/O in its risk checklist, but the included Python script only uses argparse and prints output (no file reads/writes or network calls). This is a minor documentation/code mismatch rather than hidden behavior.
Install Mechanism
There is no install spec; the skill is instruction-only plus a small Python script. No third-party packages, downloads, or extract-from-URL steps are present.
Credentials
The skill declares no required environment variables or credentials; the code does not attempt to access environment secrets or configuration files.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or system-wide settings.
Assessment
This is a small, readable local Python tool that appears to do what it says: match symptoms to likely causes and print solutions. Before installing: ensure you have Python 3 available; review the single script yourself (it is short and clear); run it in a sandboxed environment if you want extra isolation; note the SKILL.md mentions file output but the current script does not write files — consider this an outdated doc item. Because the source/homepage are not provided, exercise normal caution (review code or run in an isolated environment) even though the code itself shows low risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk971kxydnbd8db99wy6pc0gqrd843v0q

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments