flexible-data-importer
v1.0.0AI智能导入CSV、JSON和XLSX文件,自动生成数据架构并无缝集成Supabase数据库。
Installation
Please help me install the skill `flexible-data-importer` from SkillHub official store.
npx skills add sschepis/flexible-data-importer
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.