/install flexible-data-importer
OpenClaw Data Importer Skill
\x3C!-- SKILL-META id: flexible-data-importer version: 1.0.0 author: OpenClaw description: AI-driven data ingestion for CSV, JSON, XLSX with auto-schema generation and Supabase integration. capabilities:
- data-ingestion
- schema-generation
- supabase
- etl requires: llm: true filesystem: true network: true invocation: cli: data-importer \x3Cfile-path> api: UniversalImporter.execute(filePath) parameters:
- name: filePath type: string required: true description: Path to the source file (CSV, JSON, XLSX). -->
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install flexible-data-importer - After installation, invoke the skill by name or use
/flexible-data-importer - Provide required inputs per the skill's parameter spec and get structured output
What is Flexible Data Importer?
AI-powered ingestion of CSV, JSON, and XLSX files with auto schema generation and seamless Supabase database integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 1531 downloads so far.
How do I install Flexible Data Importer?
Run "/install flexible-data-importer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flexible Data Importer free?
Yes, Flexible Data Importer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Flexible Data Importer support?
Flexible Data Importer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flexible Data Importer?
It is built and maintained by sschepis (@sschepis); the current version is v1.0.0.