Frictionless Tabular Validation Starter

SkillAI & models

Use this skill to validate a small CSV or TSV table against a simple Frictionless schema and emit a compact machine-readable error summary.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Frictionless Tabular Validation Starter skill

About this capability

A framework for discovering, compiling, and validating reusable skills for scientific agents.

What this skill tells your AI

The instructions your AI receives, as published by ma-compbio-lab/skillfoundry in skills/data-acquisition-and-dataset-handling/frictionless-tabular-validation-starter/SKILL.md and read by ahel’s review.

Use this skill to validate a small CSV or TSV table against a simple Frictionless schema and emit a compact machine-readable error summary.

What it does

  • loads a tabular input file plus a JSON schema descriptor
  • runs frictionless validation from the repo-managed data-tools prefix
  • reports row counts, field names, and normalized validation errors

When to use it

  • you need a verified starter for data-validation
  • you want a deterministic schema-validation smoke fixture for tabular scientific data
  • you need structured validation output before downstream ingestion or conversion

Example

./slurm/envs/data-tools/bin/python skills/data-acquisition-and-dataset-handling/frictionless-tabular-validation-starter/scripts/run_frictionless_tabular_validation.py \
  --input skills/data-acquisition-and-dataset-handling/frictionless-tabular-validation-starter/examples/toy_people_valid.csv \
  --schema skills/data-acquisition-and-dataset-handling/frictionless-tabular-validation-starter/examples/toy_people_schema.json \
  --out scratch/data-validation/frictionless_summary.json

Verification

  • Skill-local tests: python3 -m unittest discover -s skills/data-acquisition-and-dataset-handling/frictionless-tabular-validation-starter/tests -p 'test_*.py'
  • Expected valid summary: valid == true, row_count == 3, error_count == 0

Signals

GitHub stars
39
Forks
5
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
frictionless-tabular-validation-starter
Source
github.com/ma-compbio-lab/skillfoundry