🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Flexible Data Importer

by @sschepis

AI-powered ingestion of CSV, JSON, and XLSX files with auto schema generation and seamless Supabase database integration.

Versionv1.0.0
Downloads1,934
Installs1
TERMINAL
clawhub install flexible-data-importer

πŸ“– About This Skill

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.