An open-source, local-first market basket analysis tool designed to extract product association rules and business strategy recommendations from Excel data using the Apriori algorithm.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pairpulse
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pairpulse using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
pairpulse is a high-performance, developer-friendly command-line tool designed to simplify market basket analysis (association rule mining) for e-commerce operators, data analysts, and modern AI coding agents. By executing a single local CLI command, users can transform raw order data from Excel spreadsheets into actionable product pairing insights using the classic Apriori algorithm. Because the entire execution lifecycle occurs locally, data security is guaranteed as none of your confidential transaction records ever leave your machine.
As part of the broader ecosystem of Openclaw Skills, pairpulse provides structured JSON outputs that enable autonomous AI agents to parse, interpret, and act upon transaction insights. It dramatically cuts down analysis time from hours of manual spreadsheet manipulation to a simple 10-second command-line action, generating ready-to-use business strategy suggestions such as bundle package configurations, recommendation engine optimizations, and retail shelf adjustments.
To integrate pairpulse into your workflows or run it with autonomous agents compatible with Openclaw Skills, start by verifying your installation or running a quick setup.
Ensure the command is accessible on your system path:
pairpulse --version
If the command is not found, install it using Python's package manager:
pip install pairpulse
To make sure your local AI agent is using the newest features, keep the tool updated:
pip install --upgrade pairpulse
The input dataset must be an Excel file (.xlsx) structured such that each row represents a single item inside a specific order.
| Column Name | Status | Description |
|---|---|---|
| Order ID (订单编号) | Required | Identifies unique transactions. |
| Product Name (商品名称) | Required | The label or SKU of the purchased item. |
| Unit Price (商品单价) | Recommended | Enables value-based cohort clustering. |
| Customer ID (客户ID) | Recommended | Unlocks repeat purchase and customer-level insights. |
| Product Category (商品类目) | Recommended | Allows category-level affinity analysis. |
When running with the --format json option, the structured payload includes:
summary: High-level metrics such as total rows parsed, total unique orders, and rules identified.rules_by_group: Association rules grouped by segment (e.g., high-value orders), highlighting antecedent (what they bought), consequent (what they also bought), and metrics (support, confidence, lift) alongside suggested marketing actions.insights: Natural language insights summarizing key takeaway trends.errors / warnings: Diagnostic details for missing fields or anomalies.Loading
MetricHub is a multi-tenant SaaS metrics platform featuring query building, ECharts visualization, and dashboard orchestration optimized for Openclaw Skills.

An LLM-driven epistemic reasoning engine that evaluates claims against retrieved evidence, outputting a structured belief state with calibrated confidence levels.

An AI-powered document extraction skill to convert W-2s, 1099s, 1040s, and scanned tax forms into clean, typed JSON with per-field confidence flags.

An automated diagnostic utility designed to troubleshoot DNS resolution anomalies, domain unreachable issues, and routing misconfigurations across Alibaba Cloud and third-party DNS platforms.

An automated workflow skill that enables AI agents to configure Cloudflare Turnstile widgets, deploy verification Workers, and implement frontend bot protection end-to-end.

A high-performance AI coding assistant skill designed to build, optimize, and test stateful, coordinated applications using Cloudflare Durable Objects.








































