manage-tables

manage-tables is a skill for Claude Code, Codex from neptune-software/claude-code-plugin. It costs 115 tokens per session (1,438 once invoked), scanned A, original, no licence file.

A tool for defining and reading Neptune DXP database tables and their stored rows. A database table organizes related data into fields and records.

In plain words
What is it for?
Creating, changing, deleting, and querying Neptune DXP tables, including fields, indexes, and foreign-key links.
Why use it?
It gives database work a defined way to inspect table structures, change schemas, and query stored data.

Skill for Claude CodeCodex

Part of the neptune-dxp plugin — 12 skills, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/neptune-software/claude-code-plugin/manage-tables
Any agent
npx skills add neptune-software/claude-code-plugin --skill manage-tables
Clone the repo
git clone --depth 1 https://github.com/neptune-software/claude-code-plugin

Made for: Claude Code, Codex.

Or install neptune-dxp, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

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 manage-tables

README.md
[![agentmods](https://agentmods.dev/badge/skills/neptune-software/claude-code-plugin/manage-tables.svg)](https://agentmods.dev/skills/neptune-software/claude-code-plugin/manage-tables)
Your own site
<a href="https://agentmods.dev/skills/neptune-software/claude-code-plugin/manage-tables"><img src="https://agentmods.dev/badge/skills/neptune-software/claude-code-plugin/manage-tables.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00115 $0.01438
Opus 5 $0.00057 $0.00719
Sonnet 5 $0.00023 $0.00288
Haiku 4.5 $0.00012 $0.00144

Measured today against content hash ca5924a37941, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

manage-tables 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 today.

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.

skills/manage-tables/SKILL.md · 87 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. today Changed ca5924a37941
  2. 3d ago First seen · 87 lines · 115 tokens per session scan A 6d2cce8abfad

Subscribe to this mod's changes

manage-tables is a skill published in the GitHub repository neptune-software/claude-code-plugin (2 stars, last pushed 3d ago), with no licence file. It adds 115 tokens to every session and 1,438 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

data-warehouse-experimentation

Running experiments out of the data warehouse instead of via dedicated experiment platforms. SQL-based assignment, exposure logging discipline, metric definitions in dbt models, statistical analysis in SQL or Python, variance reduction with CUPED, sequential testing, and the operational tradeoffs vs platforms like…

rampstackco/claude-skills · 157 tokens

adding-personhog-rpc

Guide for adding a new RPC to personhog-replica and personhog-router. Covers eligibility checks, proto definition, code generation for Python and Node.js clients, Rust implementation (storage trait, postgres queries, service handler, router wiring), and index compatibility validation. Use when adding a new gRPC…

PostHog/posthog-foss · 88 tokens

crypto-data

Use for any crypto data question — token/coin prices, FX, commodities, stocks, OHLC history, DEX pairs and liquidity, DeFi TVL, yield/APY pools, on-chain SQL, wallet labels and net worth, social mindshare, news, or raw JSON-RPC against a chain. Routes across five tools that overlap heavily, so it also says which one…

BlockRunAI/blockrun-mcp · 170 tokens

adding-personhog-rpc

Guide for adding a new RPC to personhog-replica and personhog-router. Covers eligibility checks, proto definition, code generation for Python and Node.js clients, Rust implementation (storage trait, postgres queries, service handler, router wiring), and index compatibility validation. Use when adding a new gRPC…

PostHog/posthog · 88 tokens

prd-v06-technical-specification

Define implementation contracts (APIs and data models) that developers will build against during PRD v0.6 Architecture. Triggers on requests to define APIs, design database schema, create data models, or when user asks "define APIs", "data model", "database schema", "API contracts", "technical spec", "endpoint…

mattgierhart/PRD-driven-context-engineering · 128 tokens

database-connections

Connect a Mendix app to an external database over JDBC with the External Database Connector, and define the queries microflows run against it. Use when the app must read or write Oracle, PostgreSQL, MySQL or SQL Server directly from a microflow.

mendixlabs/mxcli · 55 tokens