Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Blog/Data Pipeline & Analytics Skills: ETL, SQL Agents, Pandas, Data Engineering & More
scenario-roundupdata-analysisdata-engineeringetlclawhubopenclaw

Data Pipeline & Analytics Skills: ETL, SQL Agents, Pandas, Data Engineering & More

April 16, 2026·5 min read

Raw data is worthless without processing. Data pipeline skills handle the gap between "I have data" and "I have answers" — covering analysis, transformation, quality checking, and engineering workflows that production data teams run daily.

ClawHub hosts data pipeline and analytics skills across 5 workflow stages — from exploratory analysis to production ETL pipelines.

Note: Install and download figures in text descriptions reflect stats at the time of writing and may be outdated. All skill tables are live — they fetch current data from the ClawHub database on every page load. Treat table values as authoritative.

Data Overview

MetricValue
Auto-classified data pipeline skills132
Top by downloadsdata-analysis ( downloads)
Top by installsdata-analysis ( installs)
ETL-specific skills8

一、General Data Analysis Agents

data-analysis (8.4k downloads, 102 installs) is the workhorse: data analysis and visualization, database querying, and report generation in a single skill. 102 installs makes it one of the more consistently-used skills in this category. data-analyst (7.2k downloads, 34 installs) covers the same territory with a more explicit analyst persona — useful when you want Claude to reason about data rather than just compute it.

ai-data-analysis (1.1k downloads) adds automated CSV/Excel cleaning and statistical analysis pipelines. powerdrill-data-analysis-skill (1k downloads) integrates with the Powerdrill data platform for enterprise data catalog access.


二、Python & Pandas

Python-native data work benefits from skills tuned for DataFrame operations rather than natural language descriptions.

python-executor (4.8k downloads, 54 installs) is the broadest tool: executes arbitrary Python code in a sandboxed environment, making it useful for any data task that can be expressed in Python. pandas (648 downloads, 12 installs) focuses specifically on DataFrame patterns — efficient transformations, joins, groupby operations, and the common pitfalls (chained indexing, copy warnings, memory efficiency).

pandas-skill (278 downloads) provides expert-level pandas guidance with emphasis on clean, idiomatic code. pandas-construction-analysis (955 downloads) specializes in construction-industry data formats — an example of a domain-specific pandas wrapper that dramatically outperforms the general tool for its target use case.


三、SQL & Database Agents

sql-query-generator (1k downloads, 4 installs) generates and optimizes SQL queries from natural language descriptions — covering SELECT, JOIN, GROUP BY, window functions, and query plan analysis. data-analysis-sql (45 downloads) targets enterprise-scale SQL engines: Hive, SparkSQL, Presto, ClickHouse — the distributed query systems that appear in large data engineering stacks.


四、ETL Pipelines & Data Engineering

ETL skills handle the plumbing: extracting data from sources, transforming it to target schemas, and loading it to destinations — plus the infrastructure to schedule, monitor, and version that process.

senior-data-engineer (1.6k downloads, 5 installs) is the most comprehensive: scalable data pipeline design, Spark optimization, dbt modeling, and cloud data warehouse integration. afrexai-data-engineering (477 downloads) covers architecture-level decisions — choosing between streaming and batch, designing data lake schemas, and managing backfill strategies.

data-pipeline-toolkit (222 downloads, 8 installs) takes a more operational focus: create, schedule, and monitor ETL pipelines with source-to-destination configuration. dbt-cloud (96 downloads) integrates directly with dbt Cloud's API for project and model management.

spark-engineer (660 downloads) specializes in Apache Spark — distributed data processing, performance tuning, and cluster configuration. For organizations running Spark workloads, the Spark-specific guidance here is more targeted than what general data engineering skills provide.


五、Data Quality & Validation

Data quality is the problem that breaks pipelines silently. These skills build validation checks into the data workflow.

data-quality-check (945 downloads, 4 installs) assesses data completeness, accuracy, and consistency — particularly strong on construction-industry data formats but applicable generally. data-validation (725 downloads, 3 installs) validates data against schemas across languages and formats: JSON Schema, Pydantic models, SQL constraints, and custom rules.


How to Choose

I need...Recommended skill
General data analysis and visualizationdata-analysis
Python / Pandas data manipulationpython-executor
Efficient Pandas operationspandas
SQL query from natural languagesql-query-generator
Enterprise SQL (Hive/Spark/ClickHouse)data-analysis-sql
Design production ETL pipelinessenior-data-engineer
dbt Cloud project managementdbt-cloud
Apache Spark optimizationspark-engineer
Validate data against schemasdata-validation

Last Words

data-analysis and data-analyst together cover most casual use cases — the 102-install count for data-analysis is the signal. For ad-hoc analysis, EDA, and one-off reports, these two skills handle the 80% case. The specialized skills below them (Pandas, SQL, ETL) are for production workflows that need tighter control.

The ETL skills have notably low install counts relative to downloads. senior-data-engineer has 5 installs vs. 1.6k downloads. This pattern makes sense: ETL pipelines are typically set up once and run automatically, not invoked interactively in every session. The skill is used to design and configure the pipeline, then put away.

Data quality is systematically underinvested. Only 2 dedicated skills explicitly tackle data validation — despite it being the most common cause of pipeline failures. Most skills assume input data is correct. In production, it never is.

python-executor is the Swiss army knife this category needs. 4.8k downloads for a general-purpose code executor suggests that data teams are often writing their own analysis logic rather than relying on pre-built skills. The tool is the skill.

Data source: ClawHub platform download and install stats as of April 16, 2026. Browse more skills at clawhub-skills.com.

← Back to Blog
18
3 skills
4 skills
2 skills
6 skills
3 skills
36,825
365
#SkillDownloadsInstallsGrade
1pandas2,02221B
2pandas-construction-analysis2,1276B
3python-executor9,1960A
4pandas-skill1,9610B
#SkillDownloadsInstallsGrade
1sql-query-generator2,1000A
2data-analysis-sql6450B
#SkillDownloadsInstallsGrade
1afrexai-data-engineering1,1215B
2etl8251B
3afrexai-data-migration1,0171B
4data-pipeline-toolkit1,0890B
5neckr0ik-etl-builder8040B
6data-pipeline-agent7020B
#SkillDownloadsInstallsGrade
1data-analysis36,825365A
2ai-data-analysis5,8510B
3powerdrill-data-analysis-skill1,8600B
#SkillDownloadsInstallsGrade
1data-validation3,05019B
2data-quality-check1,6929B
3data-analysis-workflow8232B