Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

LiveClawBench

LiveClawBench enthält 55 gesammelte Skills von Mosi-AI, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
55
Stars
23
aktualisiert
2026-05-21
Forks
7
Berufsabdeckung
6 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

business-rule-checker
Softwareentwickler

Validate tabular data against configurable business rules — range checks, cross-column constraints, referential integrity against lookup tables, and temporal consistency.

2026-05-21
csv-data-loader
Softwareentwickler

Load and parse CSV files into structured data frames with configurable encoding, delimiter, and date parsing options.

2026-05-21
csv-export-writer
Datenwissenschaftler

Export pandas DataFrames or processed datasets to well-formatted CSV files with configurable encoding, delimiter, quoting, and column ordering.

2026-05-21
data-aggregator
Datenwissenschaftler

Aggregate tabular data by one or more dimensions with configurable metrics — sum, mean, count, min, max, median. Supports multi-level grouping and pivot table generation.

2026-05-21
data-cleaning-toolkit
Datenwissenschaftler

Comprehensive data cleaning toolkit — handles missing values, duplicate removal, type coercion, whitespace trimming, and outlier detection in a single pass over the dataset.

2026-05-21
data-deduplicator
Datenwissenschaftler

Identify and remove duplicate records from tabular datasets using exact-match, fuzzy-match, or composite-key-based deduplication strategies.

2026-05-21
data-ingestion-service
Datenwissenschaftler

Universal data ingestion service that loads data from CSV, Excel, JSON, and Parquet sources into a unified DataFrame format with automatic format detection.

2026-05-21
excel-data-reader
Datenwissenschaftler

Read and parse Excel workbooks (.xlsx/.xls) with support for multiple sheets, named ranges, and automatic type inference.

2026-05-21
feature-calculator
Datenwissenschaftler

Calculate derived columns and financial metrics from transaction data — revenue, profit margin, time-based features, moving averages, and growth rates.

2026-05-21
multi-format-exporter
Softwareentwickler

Export datasets to multiple output formats in one invocation — CSV, JSON, Parquet, and Excel. Supports per-format configuration, batch export of multiple DataFrames, and ZIP packaging.

2026-05-21
null-value-processor
Datenwissenschaftler

Detect and handle missing/null values in tabular datasets using configurable strategies — drop, fill-constant, fill-forward, fill-mean, or fill-median.

2026-05-21
numeric-normalizer
Datenwissenschaftler

Normalize and scale numeric columns using min-max scaling, z-score standardization, or robust scaling. Supports saving and applying scaler parameters for consistent train/test normalization.

2026-05-21
schema-validator
Datenbankarchitekten

Validate tabular data against a predefined JSON schema — checks column presence, data types, nullable constraints, and unique constraints.

2026-05-21
sales-data-pipeline
Datenwissenschaftler

End-to-end ETL pipeline for retail sales data — ingests multi-format transaction files, cleans and validates data, computes derived financial metrics, aggregates across dimensions, and exports results with summary reports.

2026-05-21
summary-report-generator
Marktforschungsanalysten und Marketingspezialisten

Generate comprehensive summary statistics and KPI reports from sales/transaction data — includes total revenue, top products, regional breakdown, channel performance, and time-series trends.

2026-05-21
data-aggregation-and-reporting
Datenwissenschaftler

Aggregate data by multiple dimensions (time, product, region, channel) with configurable metrics, pivot tables, and generate KPI summary reports with top products, trends, and cross-dimensional breakdowns.

2026-05-21
data-cleaning
Datenwissenschaftler

Comprehensive data cleaning — handles missing/null values (drop, fill-mean, fill-median, fill-constant), deduplication (exact and fuzzy), type coercion, whitespace trimming, and outlier detection in a single pass.

2026-05-21
data-export
Softwareentwickler

Export datasets to multiple formats — CSV (configurable delimiter, encoding, quoting), JSON (records/nested/lines), Parquet (compressed), and Excel (.xlsx with formatting). Supports batch export and ZIP packaging.

2026-05-21
data-ingestion
Softwareentwickler

Universal data ingestion — loads CSV, Excel, JSON, and Parquet files into unified DataFrames with auto-detection of format, encoding, and date columns. Supports glob patterns for batch loading.

2026-05-21
data-transformation
Datenwissenschaftler

Transform and enrich tabular data — numeric normalization (min-max, z-score, robust scaling), financial metric calculation (revenue, margin), time feature extraction, moving averages, growth rates, and derived column computation.

2026-05-21
data-validation
Softwareentwickler

Validate tabular data against JSON schemas and configurable business rules — column presence, type checks, nullable/unique constraints, range rules, referential integrity against lookup tables, and temporal consistency.

2026-05-21
sales-data-pipeline
Datenwissenschaftler

End-to-end ETL pipeline for retail sales data — ingests CSV transactions, cleans and validates data against product catalog, computes derived metrics (revenue, margin, moving averages), aggregates by multiple dimensions, and exports results in CSV/JSON formats with a summary report.

2026-05-21
csv-stats-reporter
Softwareentwickler

Compute statistical summaries (mean, median, p95, p99, min, max) for numeric columns in a CSV file and output a JSON report.

2026-03-29
log-parser
Softwareentwickler

Parse structured JSON-lines log files, filter by time range and severity, output as CSV.

2026-03-29
text-sentiment-scorer
Softwareentwickler

Analyse text files for sentiment polarity (positive/negative/neutral) using keyword-based scoring.

2026-03-29
log-health-analyzer
Softwareentwickler

Composite pipeline skill that chains log-parser and csv-stats-reporter to filter JSONL logs and compute response-time statistics in a single step.

2026-03-29
csv-parser
Datenwissenschaftler

Parse CSV files into structured records with configurable delimiter and encoding.

2026-03-29
data-loader
Datenwissenschaftler

Data loading stage — parses CSV and JSON files into normalized records with configurable delimiters and encoding detection.

2026-03-29
column-calculator
Datenwissenschaftler

Compute derived columns from existing data using arithmetic operations (sum, diff, ratio, multiply).

2026-03-29
data-filter
Datenwissenschaftler

Filter rows from a JSON records file by column comparison expressions.

2026-03-29
data-transformer
Datenwissenschaftler

Data transformation stage — computes derived columns and filters rows by conditions.

2026-03-29
format-writer
Datenwissenschaftler

Format and write final report from stats aggregation results in CSV or JSON format.

2026-03-29
report-renderer
Datenwissenschaftler

Reporting stage — aggregates statistics by group and writes formatted output reports.

2026-03-29
stats-aggregator
Datenwissenschaftler

Compute aggregate statistics (mean, median, sum, count, min, max) grouped by a column.

2026-03-29
report-generator-pipeline
Datenwissenschaftler

End-to-end CSV data analysis and report generation pipeline — loads multi-format data, computes derived columns, filters, aggregates statistics, and exports formatted reports.

2026-03-29
business-rule-checker
Datenwissenschaftler

Validate tabular data against configurable business rules — range checks, cross-column constraints, referential integrity against lookup tables, and temporal consistency.

2026-03-29
csv-data-loader
Datenwissenschaftler

Load and parse CSV files into structured data frames with configurable encoding, delimiter, and date parsing options.

2026-03-29
csv-export-writer
Datenwissenschaftler

Export pandas DataFrames or processed datasets to well-formatted CSV files with configurable encoding, delimiter, quoting, and column ordering.

2026-03-29
data-cleaning-toolkit
Datenwissenschaftler

Comprehensive data cleaning toolkit — handles missing values, duplicate removal, type coercion, whitespace trimming, and outlier detection in a single pass over the dataset.

2026-03-29
data-deduplicator
Datenwissenschaftler

Identify and remove duplicate records from tabular datasets using exact-match, fuzzy-match, or composite-key-based deduplication strategies.

2026-03-29
Zeigt die Top 40 von 55 gesammelten Skills in diesem Repository.