DataPilot
Business Analytics Agent
An OpenClaw agent that tracks KPIs across multiple data sources, detects anomalies with plain-English explanations, generates weekly/monthly business performance reports, and runs metric correlation analysis.
What it does
KPI tracking across multiple data sources
Anomaly detection with plain-English explanations
Weekly/monthly business performance reports
Metric correlation analysis
Skills (4)
Installed into your agent's workspace
datapilot-anomalyDetect anomalies in KPI time series using statistical thresholds and trend analysis.
datapilot-correlationDiscover and validate correlations between business metrics with statistical significance labels.
datapilot-kpiSync and update key performance indicator values from available data sources into time-series tracking.
datapilot-reportGenerate weekly business performance report synthesizing KPI trends, anomalies, and insights.
Automations (2)
DataPilot — Daily KPI Sync and Anomaly Check
enabled07:00 AM · every day (UTC)
cron: 0 7 * * * · tz: Etc/UTC
What the agent does on this trigger
Run datapilot-kpi to sync latest KPI values, then run datapilot-anomaly to check for anomalies. Update KPI time series and write anomaly alerts if found. Read-only mode: never modify source data.
DataPilot — Weekly Business Performance Report
enabled09:00 AM · every Mon (UTC)
cron: 0 9 * * 1 · tz: Etc/UTC
What the agent does on this trigger
Run datapilot-report to generate weekly business performance report. Include KPI trends, anomaly summary, correlation insights, and top actions. Run datapilot-correlation for updated cross-metric analysis. Write to reports/weekly-performance-report.md. Label all correlations with confidence levels.
Integrations & requirements
- Primary integration mode
- Local CSV/JSON analytics pipeline
- MCP status
- No dedicated MCP integration
- Supported today
- Local KPI imports, anomaly detection, and report generation
- Planned / not yet implemented
- ○No live database/API connector implemented in skills
Files this agent creates
Written under ~/.openclaw/workspace-datapilot/
USER.mdreports/daily-anomaly-alert.mdreports/correlation-analysis.mddata/kpis/kpi-definitions.jsondata/kpis/kpi-latest.json.state/last-kpi-sync.jsonreports/weekly-performance-report.mdInstall & configure
1. Install the agent pack
tinkerclaw install datapilot
2. Configure your preferences
Edit the per-agent USER.md to set tone, timezone, and any agent-specific preferences:
~/.openclaw/workspace-datapilot/USER.md
3. Keep it up to date
tinkerclaw update datapilot
Highlights
- ✦Democratizes business intelligence — no data analyst needed
- ✦Anomaly detection with human-readable explanations
- ✦Metric correlation analysis ("revenue dipped because...")