← Back to Skills Marketplace
130
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install outlier-detection-handler
Description
Use outlier detection handler for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries.
Usage Guidance
This skill appears coherent and limited to local outlier analysis. Before installing/running: (1) run it in a sandboxed environment or isolated workspace if you will process sensitive data; (2) verify Python 3.10+ and install requirements.txt in a virtualenv to avoid dependency conflicts; (3) validate and restrict input file paths (avoid symlinks or unexpected directories) to prevent accidental data exposure; (4) review the small scripts/main.py if you need absolute assurance (the code is short and readable); (5) for large datasets, test performance and memory use first. No credentials or network access are required by this skill.
Capability Analysis
Type: OpenClaw Skill
Name: outlier-detection-handler
Version: 1.0.1
The skill bundle is a standard implementation for statistical outlier detection using Z-score, IQR, and Grubbs' test. The Python script (scripts/main.py) uses legitimate libraries (numpy, scipy) and follows safe coding practices for data processing, while the SKILL.md provides clear, non-malicious instructions for the AI agent without any signs of prompt injection or unauthorized data access.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, requirements.txt, and scripts/main.py all describe and implement statistical outlier detection and handling. Declared dependencies (numpy, scipy) and the packaged script are appropriate and proportionate for the stated purpose.
Instruction Scope
SKILL.md instructs validating inputs, running the packaged script, and producing bounded outputs. The instructions reference only workspace files and the packaged script; they do not request unrelated system files, credentials, or external endpoints.
Install Mechanism
There is no install spec; dependencies are standard Python packages listed in requirements.txt and installed via pip as documented. No arbitrary remote downloads, URL shorteners, or archive extraction are used.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. The code reads a user-specified data file or uses built-in demo data — this matches the declared parameters and purpose.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or system-wide settings. It performs local execution only and is user-invocable by default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outlier-detection-handler - After installation, invoke the skill by name or use
/outlier-detection-handler - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release of outlier-detection-handler.
- Provides structured workflows for identifying and managing statistical outliers in data analysis.
- Supports configurable detection methods ("3-sigma", "IQR", "Grubbs") and actions ("flag", "remove", "winsorize").
- Emphasizes explicit assumptions, input validation, reproducible outputs, and clear documentation.
- Includes risk and security checklists, audit-ready commands, and fallback/error-handling guidelines.
- Targets use cases such as data quality control, pre-analysis screening, and regulatory compliance.
v1.0.0
Initial release of outlier-detection-handler.
- Provides a structured workflow for statistical outlier detection and management in data analysis.
- Supports multiple detection methods: 3-sigma, IQR, and Grubbs.
- Offers configurable handling actions: flag, remove, or winsorize outliers.
- Enforces explicit input validation, clear output boundaries, explicit assumptions, and documented fallback paths.
- Includes security, risk, and audit guidance for robust, reproducible execution and regulatory compliance.
Metadata
Frequently Asked Questions
What is Outlier Detection & Handling?
Use outlier detection handler for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install Outlier Detection & Handling?
Run "/install outlier-detection-handler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outlier Detection & Handling free?
Yes, Outlier Detection & Handling is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outlier Detection & Handling support?
Outlier Detection & Handling is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outlier Detection & Handling?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.1.
More Skills