data-transform-gen
⚠Review·Scanned 2/18/2026
Generates ETL and data-transformation Node.js scripts using an AI model. The tool requires OPENAI_API_KEY, invokes the openai SDK via openai.chat.completions.create (network calls), and is run with npx ai-data-transform.
from clawhub.ai·vf5b3464·34.9 KB·0 installs
Scanned from 1.0.1 at f5b3464 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/data-transform-genReview findings below
ai-data-transform
Generate ETL and data transformation scripts with AI
Install
npm install -g ai-data-transform
Usage
npx ai-data-transform "CSV to PostgreSQL"
npx ai-data-transform "JSON API to SQLite"
npx ai-data-transform "MongoDB to Elasticsearch"
Setup
export OPENAI_API_KEY=sk-...