Install
openclaw skills install pattern-minerAutomatically detects repeated code and command patterns in Python/Shell, generating reusable Jinja2 templates and shell automation scripts via CLI.
openclaw skills install pattern-minerDiscover patterns in your own data files with local analysis.
Pattern Miner helps you identify recurring patterns, associations, and anomalies in your own data files. All processing happens locally on your machine.
# Analyze a JSON file
python3 scripts/analyze.py ~/data/my-tasks.json
pip install numpy scikit-learn pandas
scripts/analyze.py - Analyze JSON files for patternsCreate a config file at ~/.pattern-miner/config.json:
{
"minConfidence": 0.6,
"minFrequency": 3,
"analysisTypes": ["cluster", "association"]
}
Supported file formats:
Analysis results include:
✅ Your data stays on your device
| Attribute | Value |
|---|---|
| Skill ID | pattern-miner |
| Version | 2.0.1 |
| Author | harrylabsj |
| License | MIT-0 |