Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

LiveClawBench

LiveClawBench には Mosi-AI から収集した 55 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
55
Stars
23
更新
2026-05-21
Forks
7
職業カバレッジ
6 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

business-rule-checker
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-05-21
csv-export-writer
データサイエンティスト

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

2026-05-21
data-aggregator
データサイエンティスト

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
データサイエンティスト

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
データサイエンティスト

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
データサイエンティスト

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
データサイエンティスト

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

2026-05-21
feature-calculator
データサイエンティスト

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
ソフトウェア開発者

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
データサイエンティスト

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
データサイエンティスト

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
データベースアーキテクト

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

2026-05-21
sales-data-pipeline
データサイエンティスト

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
市場調査アナリスト・マーケティングスペシャリスト

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
データサイエンティスト

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
データサイエンティスト

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
ソフトウェア開発者

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
ソフトウェア開発者

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
データサイエンティスト

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
ソフトウェア開発者

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
データサイエンティスト

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-03-29
text-sentiment-scorer
ソフトウェア開発者

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

2026-03-29
log-health-analyzer
ソフトウェア開発者

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
データサイエンティスト

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

2026-03-29
data-loader
データサイエンティスト

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

2026-03-29
column-calculator
データサイエンティスト

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

2026-03-29
data-filter
データサイエンティスト

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

2026-03-29
data-transformer
データサイエンティスト

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

2026-03-29
format-writer
データサイエンティスト

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

2026-03-29
report-renderer
データサイエンティスト

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

2026-03-29
stats-aggregator
データサイエンティスト

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

2026-03-29
report-generator-pipeline
データサイエンティスト

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
データサイエンティスト

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
データサイエンティスト

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

2026-03-29
csv-export-writer
データサイエンティスト

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
データサイエンティスト

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
データサイエンティスト

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

2026-03-29
このリポジトリの収集済み skills 55 件中、上位 40 件を表示しています。