gen-table

gen-table is a skill for Claude Code from Datus-ai/Datus-agent. It costs 16 tokens per session (1,567 once invoked), scanned A, original, no licence file.

A tool for creating database tables from SQL or from a plain-language description. CTAS, or “create table as select,” makes a new table from a query’s results.

In plain words
What is it for?
Use it to create tables with CTAS queries or descriptions of the data the table should contain.
Why use it?
It turns table-building requests into a concrete database table without requiring the request to start as SQL.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to create tables with CTAS queries or descriptions of the data the table should contain.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/datus-ai/datus-agent/gen-table
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Datus-ai/Datus-agent --skill gen-table
Clone the repo
git clone --depth 1 https://github.com/Datus-ai/Datus-agent

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gen-table

README.md
[![agentmods](https://agentmods.dev/badge/skills/datus-ai/datus-agent/gen-table.svg)](https://agentmods.dev/skills/datus-ai/datus-agent/gen-table)
Your own site
<a href="https://agentmods.dev/skills/datus-ai/datus-agent/gen-table"><img src="https://agentmods.dev/badge/skills/datus-ai/datus-agent/gen-table.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 45
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01567
Opus 5 $0.00008 $0.00783
Sonnet 5 $0.00003 $0.00313
Haiku 4.5 $0.00002 $0.00157

Measured 8d ago against content hash 648ada86bd8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gen-table scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

datus/resources/skills/gen-table/SKILL.md · 134 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 134 lines · 16 tokens per session scan A 648ada86bd8a

Subscribe to this mod's changes

gen-table is a skill published in the GitHub repository Datus-ai/Datus-agent (1,712 stars, last pushed today), with no licence file. It adds 16 tokens to every session and 1,567 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

db-migrations

Use when a schema change must ship without downtime — NOT NULL, rename, type change, or backfilling millions of live rows — for the expand-contract sequence and the lock/batching discipline that keeps each step from freezing prod. NOT lock internals or EXPLAIN (that is postgresdb), NOT drizzle-kit mechanics (that is…

ericrisco/rsc-harness · 90 tokens

migrationpilot

Check PostgreSQL DDL and migrations for lock and downtime hazards before writing or running them. Use before creating or editing any migration file, before writing CREATE INDEX / ALTER TABLE / DROP / ADD CONSTRAINT, and before running any migration command (psql, prisma migrate, alembic upgrade, flyway migrate, rails…

mickelsamuel/migrationpilot · 119 tokens

goalfydata

Use when the user needs deep data analysis (multi-round SQL queries, aggregation, trend comparison) or wants to persist data (Excel / CSV / API / databases) as a long-lived, cross-platform structured asset — typical scenarios include complex or repeated analysis, accessing the same data across multiple Agents /…

GoalfyAI/goalfydata · 151 tokens

Génération SQL DDL depuis description de schéma textuel

Convertit une description textuelle structurée d'un modèle de données (entités, associations, clés étrangères, règles de fusion) en code SQL CREATE TABLE. Applique les fusions de tables spécifiées et respecte les contraintes d'intégrité référentielle.

ECNU-ICALK/AutoSkill · 66 tokens

goalfydata

Use when the user needs deep data analysis (multi-round SQL queries, aggregation, trend comparison) or wants to persist data (Excel / CSV / API / databases) as a long-lived, cross-platform structured asset — typical scenarios include complex or repeated analysis, accessing the same data across multiple Agents /…

GoalfyAI/goalfydata · 151 tokens

schema-exploration

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

langchain-ai/deepagents · 57 tokens