/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install flexible-data-importer - 安装完成后,直接呼叫该 Skill 的名称或使用
/flexible-data-importer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Flexible Data Importer 是什么?
AI-powered ingestion of CSV, JSON, and XLSX files with auto schema generation and seamless Supabase database integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1531 次。
如何安装 Flexible Data Importer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install flexible-data-importer」即可一键安装,无需额外配置。
Flexible Data Importer 是免费的吗?
是的,Flexible Data Importer 完全免费(开源免费),可自由下载、安装和使用。
Flexible Data Importer 支持哪些平台?
Flexible Data Importer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Flexible Data Importer?
由 sschepis(@sschepis)开发并维护,当前版本 v1.0.0。