Install
openclaw skills install dataWork with data across the full lifecycle from extraction and cleaning to analysis, visualization, and reporting.
openclaw skills install dataUser needs to: extract data from sources (databases, APIs, files), clean and transform messy datasets, analyze and find patterns, visualize results, or automate recurring data tasks. Agent handles the full data workflow.
| Area | File | Focus |
|---|---|---|
| Querying & Extraction | querying.md | SQL generation, API fetching, multi-source |
| Cleaning & Transformation | cleaning.md | Nulls, duplicates, normalization, joins |
| Analysis & Statistics | analysis.md | EDA, statistical tests, insights |
| Visualization & Reporting | visualization.md | Charts, dashboards, exports |
| Quality & Validation | quality.md | Data checks, anomaly detection, drift |
| Workflow Patterns | patterns.md | Common data workflows, automation |
Query generation: User describes what data they need → Agent writes SQL/query, handles joins, filters, aggregations → Returns results or explains execution plan.
Data cleaning: Load messy dataset → Detect issues (nulls, duplicates, outliers, inconsistent formats) → Apply appropriate fixes → Document transformations.
Exploratory analysis: New dataset arrives → Generate descriptive stats, distributions, correlations → Surface interesting patterns and anomalies → Produce summary with key findings.
Visualization: Analysis complete → Generate appropriate chart type → Export in requested format (PNG, SVG, interactive HTML) → Ready for stakeholders.
Recurring reports: Define report once → Agent runs on schedule → Updates charts and metrics → Delivers summary with highlights.
| Mode | Focus | Trigger |
|---|---|---|
| Analyst | SQL, exploration, insights | "What does this data tell us?" |
| Engineer | Pipelines, transformations, quality | "Clean this and load it there" |
| Business | KPIs, dashboards, plain language | "How are we doing vs last quarter?" |
| Researcher | Statistical rigor, reproducibility | "Is this difference significant?" |
| Developer | Schema design, API data, types | "Generate types from this JSON" |
See patterns.md for workflows per mode.