# data-table-manager

> Claude/Codex skill by [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars · Updated 2026-08-31

Load before calling data-tables or parse-file. Use for natural standalone requests like "what data tables do I have?", "show/list my tables", or "what columns are in this table?", and whenever the user asks to list, show, create, inspect, import, seed, query, update, clean up, rename columns in, or delete data tables and rows, especially from CSV/XLSX/JSON attachments. Also load before building or planning workflows that create or write to Data Tables (then load workflow-builder before build-workflow).

Tags: ai, apis, automation, cli, data-flow, development, integration-framework, integrations, ipaas, low-code, low-code-platform, mcp, mcp-client, mcp-server, n8n, no-code, self-hosted, typescript, workflow, workflow-automation

## Install

```sh
git clone https://github.com/n8n-io/n8n /tmp/n8n && ln -s /tmp/n8n/packages/@n8n/instance-ai/skills/data-table-manager ~/.claude/skills/data-table-manager
```

## From README

Data Table Manager Routing For workflow builds that create or write Data Tables, load this skill, then workflow-builder, before build-workflow. Use this skill to build and maintain n8n Data Tables in the current turn with data-tables and, for attachments, parse-file. Do not spawn another agent or create a background plan for data-table-only work. Also load this skill before planning or building a workflow whose trigger, processing steps, or outputs create, inspect, or write Data Table records, then pass the relevant schema/row-handling guidance to the planning skill or builder. n8n Data Tables are flat, workflow-friendly stores. Design them so future workflow expressions can read predictable field names and so updates/deletes can target rows with narrow filters. Default Procedure Classify the job: inspect, design/create, import, seed, query, schema change, row mutation, row delete, table delete, or cleanup. Resolve the target first.

## Links

- HTML page: https://omgskills.com/skills/n8n-io/n8n/data-table-manager/
- GitHub: https://github.com/n8n-io/n8n
- Author: [@n8n-io](https://omgskills.com/library/n8n-io/index.md)

## More from this repo

- [n8n:create-skill](https://omgskills.com/skills/n8n-io/n8n/create-skill/index.md) — Guides users through creating effective Agent Skills.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 204k stars
- [n8n-cli](https://omgskills.com/skills/n8n-io/n8n/n8n-cli/index.md) — Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
- [n8n:content-design](https://omgskills.com/skills/n8n-io/n8n/content-design/index.md) — Product content designer for UI copy.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
