← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install waste-disposal-guide-1
Description
Guide for disposing specific chemical wastes into the correct colored waste containers, with safety precautions and regulatory compliance notes.
Usage Guidance
This skill appears internally consistent and safe from a software-security perspective, but it provides guidance on hazardous materials: (1) do not rely on it as a substitute for your institution's EHS or local regulations; verify output with your EHS office before acting; (2) the mixture-handling rules are simplified and may not cover complex or regulated waste streams—stop and consult EHS for ambiguous cases; (3) you can safely run the included script locally (python -m py_compile scripts/main.py then python scripts/main.py ...) to inspect behavior; (4) no secrets or network access are required by the skill, which reduces exfiltration risk.
Capability Analysis
Type: OpenClaw Skill
Name: waste-disposal-guide-1
Version: 1.0.0
The waste-disposal-guide skill is a legitimate utility for identifying chemical waste categories. The Python script (scripts/main.py) uses a hardcoded dictionary to map chemicals to disposal containers and lacks any network, file system, or environment access. The instructions in SKILL.md are strictly focused on safety, mixture handling, and regulatory compliance, with no evidence of malicious prompt injection or unauthorized behavior.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included Python script all describe and implement a local lookup/listing tool for chemical waste categories; no unrelated permissions, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited to validating and running scripts/main.py and following a fixed lookup/workflow. The SKILL.md explicitly restricts scope (no emergency, radioactive, or biological guidance) and instructs the agent not to widen scope.
Install Mechanism
No install spec is present (instruction-only skill with an included script). Nothing is downloaded or written to disk by an installer; the only runtime action suggested is running the bundled Python script.
Credentials
The skill requests no environment variables, credentials, or config paths. All data the script uses is embedded in the script's WASTE_CATEGORIES dictionary.
Persistence & Privilege
always is false and there is no indication the skill modifies system or other-skill configuration. It can be invoked by the agent (default) but does not request permanent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install waste-disposal-guide-1 - After installation, invoke the skill by name or use
/waste-disposal-guide-1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
waste-disposal-guide v1.0.0 – Initial release
- Provides guidance on disposing of specific chemical wastes into the correct colored waste containers.
- Includes detailed usage instructions, safety notes, and regulatory compliance reminders.
- Covers standard laboratory chemical waste categories only; excludes radioactive, biological, and emergency response guidance.
- Introduces stress-case rules, structured outputs, and robust error handling for unsupported or incomplete queries.
- Mixture handling: assigns the most hazardous waste stream to the appropriate container, with clear rules for halogenated solvents.
Metadata
Frequently Asked Questions
What is Waste Disposal Guide?
Guide for disposing specific chemical wastes into the correct colored waste containers, with safety precautions and regulatory compliance notes. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Waste Disposal Guide?
Run "/install waste-disposal-guide-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Waste Disposal Guide free?
Yes, Waste Disposal Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Waste Disposal Guide support?
Waste Disposal Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Waste Disposal Guide?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills