flexible-data-importerAI-powered ingestion of CSV, JSON, and XLSX files with auto schema generation and seamless Supabase database integration.
Install via ClawdBot CLI:
clawdbot install sschepis/flexible-data-importerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
process.env.OPENAICalls external URL not in known-safe list
https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgzAI Analysis
The skill requires network access for Supabase integration and LLM calls, which aligns with its stated purpose, but the undocumented external npm registry call is a minor deviation. The credential access signal is likely for legitimate LLM API configuration, not harvesting.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
An online retailer needs to migrate product catalogs from legacy Excel spreadsheets to a modern database. The skill automatically creates tables with proper data types for SKUs, prices, and inventory counts, enabling immediate querying and analytics.
A financial services firm receives monthly transaction data in CSV format from multiple banking partners. This skill ingests the files, automatically detects date formats and currency values, and structures them into a unified Supabase database for compliance reporting.
A clinic needs to consolidate patient records from various JSON and Excel sources into a single database. The skill infers relationships between patient demographics, visit histories, and lab results while maintaining data type integrity for medical analysis.
A manufacturing plant collects sensor readings in CSV format from equipment across the factory floor. This skill automatically structures the time-series data with proper timestamp and numeric value types, enabling real-time monitoring dashboards.
A marketing agency receives campaign performance data in multiple Excel sheets from different platforms. The skill imports and unifies the data, automatically detecting metrics like click-through rates and conversion values for cross-channel analysis.
Offer the data importer as a cloud service with tiered pricing based on monthly data volume and number of source integrations. Enterprise plans could include advanced schema customization and priority support.
Provide implementation and customization services for organizations with complex data migration needs. This includes one-time project fees for initial setup and ongoing maintenance contracts for database management.
Offer a free version with basic CSV import capabilities and limited monthly imports, then charge for advanced features like JSON/XLSX support, automated scheduling, and Supabase integration with higher volume limits.
💬 Integration Tip
Ensure Supabase service role keys have proper table creation permissions. Test with sample files first to verify schema generation matches expectations before processing production data.
Scored Apr 19, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.