N8N DataTables Admin
Curl recipes for n8n DataTable CRUD (tables/columns/rows) via the public v1 REST API.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 78c7897
Gets the actual n8n v1 DataTables endpoint and auth header right (curl + X-N8N-API-KEY on /api/v1/data-tables) where a generic guess would reach for the nonexistent n8nac CLI subcommand instead, but two of its own cited reference docs (feedback_curl_umlaut_body.md, feedback_n8n_datatable_upsert.md) don't exist anywhere in the repo, and the 'PreToolUse hook carve-out' it leans on for its curl permission model lives in the parent plugin, not in this skill folder.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What N8N DataTables Admin does
Documents the exact n8n public-API endpoints, auth header, and JSON bodies for creating, seeding, querying, upserting, and dropping DataTables and their columns/rows — operations the n8nac CLI does not expose. Triggers when the user wants to manage n8n DataTable resources outside of building a workflow (create/seed/list/drop a table, add a column, bulk-delete rows).
How to install N8N DataTables Admin
git clone https://github.com/neurawork-git/n8n-autopilot
mkdir -p ~/.claude/skills
cp -r n8n-autopilot/skills/data-tables ~/.claude/skills/data-tables
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger N8N DataTables Admin
-
/data-tablesCurl recipes for n8n DataTable CRUD (tables/columns/rows) via the public v1 REST API.
It also activates on plain-language prompts like these:
-
Create a new n8n DataTable and seed it with some starter rows -
Add a column to my n8n data table using the API, not the UI -
Bulk delete rows from an n8n DataTable outside of a workflow
Frequently asked questions
- Is the N8N DataTables Admin skill free?
- Yes. The skill itself is free from neurawork-git/n8n-autopilot. SkillProof publishes the install command and an independent test verdict at no cost.
- Does N8N DataTables Admin work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Gets the actual n8n v1 DataTables endpoint and auth header right (curl + X-N8N-API-KEY on /api/v1/data-tables) where a generic guess would reach for the nonexistent n8nac CLI subcommand instead, but two of its own cited reference docs (feedback_curl_umlaut_body.md, feedback_n8n_datatable_upsert.md) don't exist anywhere in the repo, and the 'PreToolUse hook carve-out' it leans on for its curl permission model lives in the parent plugin, not in this skill folder.
- What is the N8N DataTables Admin SkillProof Score?
- 7.6/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install N8N DataTables Admin?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use N8N DataTables Admin with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.