outlier-detection-handler
Use outlier detection handler for data analysis workflows that need structured execution, explicit assumptions, and clear output boundaries.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/outlier-detection-handlerWhat This Skill Does
The outlier-detection-handler is a specialized OpenClaw skill designed to bring rigorous statistical discipline to your data analysis workflows. Unlike general-purpose analysis scripts, this tool enforces structured execution, requiring you to define explicit assumptions and clear output boundaries before computation begins. It serves as a robust mechanism to identify, filter, and handle statistical outliers within datasets, ensuring that your final analysis is not skewed by noise or anomalies. The skill is packaged with a primary executable, scripts/main.py, which is built to support reproducible results and consistent, reviewable output formats. By mandating a documented fallback path for missing inputs or execution errors, it helps users maintain clean, audit-ready data pipelines.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aipoch-ai/outlier-detection-handler
Ensure that you have Python 3.10+ installed and that the required dependencies (numpy, scipy) are satisfied in your current virtual environment, as defined in the repository's requirements.txt file.
Use Cases
- Research Data Cleaning: Quickly isolate and flag anomalous readings in large experimental datasets without manually sifting through raw values.
- Quality Assurance Pipelines: Automate the detection of faulty inputs in recurring log analysis tasks, providing a documented fallback for invalid data points.
- Statistical Reporting: Generate highly reproducible reports where the exclusion criteria for outliers is explicitly documented and consistent across multiple runs.
Example Prompts
- "Run the outlier detection handler on /data/monthly_sensor_logs.csv, using a Z-score threshold of 3.0 and outputting results to /reports/analysis_v1.json."
- "Can you help me identify outliers in my sales performance data using the outlier-detection-handler? I need to exclude values that fall outside the 1.5 IQR range."
- "Execute the outlier-detection-handler for my current dataset, but configure it to prioritize preserving missing data entries as null instead of dropping them."
Tips & Limitations
To get the best results, always define your threshold criteria and scope limitations clearly before running the tool. Because this skill enforces strict boundaries, it may error out if input files do not match the expected schema. If the output appears incomplete, review the documented assumptions generated in the metadata output. Remember to use the python -m py_compile scripts/main.py command for a quick syntax validation before processing large datasets to avoid runtime interruptions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-outlier-detection-handler": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
clinical-data-cleaner
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.