Pattern Miner

# Pattern Miner

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Pattern Miner" with this command: npx skills add harrylabsj/pattern-miner

Pattern Miner

Discover patterns in your own data files with local analysis.

Overview

Pattern Miner helps you identify recurring patterns, associations, and anomalies in your own data files. All processing happens locally on your machine.

Features

  • Pattern Recognition: Identify recurring themes in your data
  • Association Discovery: Find items that frequently occur together
  • Anomaly Detection: Spot unusual patterns that deviate from norms
  • Local Processing: All analysis runs on your device, no data upload

When to Use

  • Analyzing your own structured data files (CSV, JSON)
  • Finding patterns in task lists or notes
  • Identifying trends in personal datasets
  • Discovering associations in your own records

Usage

Basic Analysis

# Analyze a JSON file
python3 scripts/analyze.py ~/data/my-tasks.json

Requirements

pip install numpy scikit-learn pandas

Scripts

  • scripts/analyze.py - Analyze JSON files for patterns

Configuration

Create a config file at ~/.pattern-miner/config.json:

{
  "minConfidence": 0.6,
  "minFrequency": 3,
  "analysisTypes": ["cluster", "association"]
}

Input Formats

Supported file formats:

  • JSON (array of objects)
  • CSV (with headers)
  • JSONL (one JSON object per line)

Output

Analysis results include:

  • Discovered patterns with confidence scores
  • Association rules with support metrics
  • Anomaly flags for unusual items
  • Exportable reports (JSON, CSV)

Privacy & Security

Your data stays on your device

  • No external API calls
  • No data uploaded to cloud services
  • No access to system files or shell history
  • Only reads files you explicitly specify

Technical Information

AttributeValue
Skill IDpattern-miner
Version2.0.1
Authorharrylabsj
LicenseMIT-0

Requirements

  • Python 3.8+
  • numpy, scikit-learn, pandas (for analysis)

Limitations

  • Only analyzes files you explicitly provide
  • Does not access system logs or shell history
  • Does not read OpenClaw session data
  • Requires structured data files (JSON/CSV)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Codehooks Backend

Deploy serverless backends for REST APIs, webhooks, data storage, scheduled jobs, queue workers, and autonomous workflows.

Registry SourceRecently Updated
7420canuto
Coding

Dlazy Image Generate

Image generation skill. Automatically selects the best dlazy CLI image model based on the prompt.

Registry SourceRecently Updated
Coding

Dlazy Generate

A comprehensive generation skill. Can generate images, videos, and audio by automatically selecting the appropriate dlazy CLI model.

Registry SourceRecently Updated
Coding

Dlazy Audio Generate

Audio generation skill. Automatically selects the best dlazy CLI audio/TTS model based on the prompt. 音频生成技能。根据提示词自动选择最佳的 dlazy CLI 音频/TTS 模型。

Registry SourceRecently Updated