Flexible Data Importer

OpenClaw Data Importer Skill

Demerzels-lab d9acdb0 5 files · 176.1 KB Updated 10 repo stars

File contents

OpenClaw Data Importer Skill

An AI-driven skill that ingests disparate data formats (CSV, JSON, XLSX) and builds a structured Supabase database. It automatically infers relationships, types, and schema names.

Inputs

  • filePath: String - Path to the source file.
  • supabaseUrl: String - Your project URL.
  • supabaseKey: String - Service role key for schema creation.

Capabilities

  • Auto-Schema: No need to define tables beforehand.
  • Type Safety: Automatically converts strings to dates/numbers where appropriate.
  • Batched Uploads: Handles large historical datasets without crashing.

Demerzels-lab/elsamultiskill/tree/main/public/skills/sschepis/flexible-data-importer commit d9acdb024f

Frequently asked questions

npx skillmds@latest add demerzels-lab/flexible-data-importer