aws dsql

aws dsql is a skill for Claude Code from awslabs/mcp. It costs 44 tokens per session (322 once invoked), scanned A, a copy of amazon aurora dsql, Apache-2.0.

A guide for building applications with Amazon Aurora DSQL, a serverless distributed SQL database compatible with PostgreSQL. It covers database structure, queries, migrations, authentication, and multi-tenant designs.

In plain words
What is it for?
Use it to create or change schemas, run queries, migrate data, inspect query plans, load data, and design tenant isolation.
Why use it?
It reduces mistakes when working with DSQL’s constraints, connection rules, data formats, and application-level relationships.

Skill for Claude Code ✓ vendor

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to create or change schemas, run queries, migrate data, inspect query plans, load data, and design tenant isolation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/awslabs/mcp/aws-dsql-skill
About the project

AWS MCP Servers is a collection of Model Context Protocol servers that let AI agents access AWS documentation and services through standardized tools. It is for developers building coding agents or other software that works with AWS. The catalogue includes MCP servers and related add-ons for using AWS through agents.

awslabs/mcp · 9,675 stars · on GitHub · awslabs.github.io

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 awslabs/mcp --skill aws-dsql-skill
Clone the repo
git clone --depth 1 https://github.com/awslabs/mcp

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 aws dsql

README.md
[![agentmods](https://agentmods.dev/badge/skills/awslabs/mcp/aws-dsql-skill.svg)](https://agentmods.dev/skills/awslabs/mcp/aws-dsql-skill)
Your own site
<a href="https://agentmods.dev/skills/awslabs/mcp/aws-dsql-skill"><img src="https://agentmods.dev/badge/skills/awslabs/mcp/aws-dsql-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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 Agent Snooping · line 10
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin 98% copy Near-identical to another mod 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.00044 $0.00322
Opus 5 $0.00022 $0.00161
Sonnet 5 $0.00009 $0.00064
Haiku 4.5 $0.00004 $0.00032

Measured 6d ago against content hash d23f84804af3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aws dsql 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 6d 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.

Origin

This is a copy

98% identical to amazon aurora dsql — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/aurora-dsql-mcp-server/skills/aws-dsql-skill/SKILL.md · 38 lines

What it actually says

Aurora DSQL Skill Moved

This standalone skill is deprecated. The canonical DSQL skill is now:

plugins/databases-on-aws/skills/dsql/SKILL.md in awslabs/agent-plugins.

Redirect

  1. Check whether the canonical dsql skill is already available.
  2. If it is available, read and follow its SKILL.md, then read only the references that canonical skill routes to.
  3. Do not combine canonical guidance with content from this deprecated standalone skill.
  4. If the canonical skill is unavailable, explain that the DSQL skill moved to awslabs/agent-plugins.
  5. Get explicit user approval before installing anything or changing user configuration.

Repository-reading tools may read the canonical skill to provide advisory guidance. Reading its repository does not install the plugin, hooks, scripts, or MCP servers.

For Claude Code, the verified installation commands are:

/plugin marketplace add awslabs/agent-plugins
/plugin install databases-on-aws@agent-plugins-for-aws

For Codex and Cursor, use the current canonical installation instructions.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago Changed · -304 lines · -153 tokens per session d23f84804af3
  2. 8d ago First seen · 342 lines · 197 tokens per session scan A a389c6a7e59a

Subscribe to this mod's changes

aws dsql is a skill published in the GitHub repository awslabs/mcp (9,675 stars, last pushed 3d ago), licensed Apache-2.0. It adds 44 tokens to every session and 322 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to amazon aurora dsql, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

dsql

Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, diagnose cluster performance, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, foreign key…

awslabs/agent-plugins · 229 tokens

aws-rds

Provision and manage RDS databases. Configure backups, replication, and security. Use when deploying managed relational databases on AWS.

BagelHole/DevOps-Security-Agent-Skills · 28 tokens

gcp-cloud-sql

Provision Cloud SQL and Spanner databases. Configure high availability, backups, and security. Use when deploying managed databases on GCP.

BagelHole/DevOps-Security-Agent-Skills · 32 tokens

crestapps-core-postgresql

Skill for integrating PostgreSQL pgvector indexing data sources documents vector retrieval and memory in CrestApps.Core.

CrestApps/CrestApps.AgentSkills · 26 tokens

pgvector-search

(Aspirational) Production hybrid search with PGVector + BM25 using Reciprocal Rank Fusion, metadata filtering, and performance optimization for semantic retrieval.

ArieGoldkin/claude-forge · 32 tokens

scalix-database

Provision and use ScalixNova, Scalix Cloud's serverless PostgreSQL — create databases, choose Postgres versions, run SQL, and understand branching, point-in-time recovery, and isolation tiers. Use when the user wants a Postgres database on Scalix, asks about ScalixNova, database branching, PITR, or pgvector on Scalix.

scalixworld/scalix-cloud-mcp · 78 tokens