<!-- 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 <file-path> api: UniversalImporter.execute(filePath) parameters: - name: filePath type: string required: true description: Path to the source file (CSV, JSON, X...
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill flexible-data-importer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Flexible Data Importer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-flexible-data-importer)More formats (shields.io, HTML) on the badges page.
# OpenClaw Data Importer Skill
<!-- 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 <file-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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).