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.
npx skills add hritvikgupta/nimbus --skill dsql-skillgit clone --depth 1 https://github.com/hritvikgupta/nimbusWrote 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.
[](https://agentmods.dev/skills/hritvikgupta/nimbus/dsql-skill)<a href="https://agentmods.dev/skills/hritvikgupta/nimbus/dsql-skill"><img src="https://agentmods.dev/badge/skills/hritvikgupta/nimbus/dsql-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hritvikgupta/nimbus/dsql-skill"><img src="https://agentmods.dev/badge/skills/hritvikgupta/nimbus/dsql-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00125 | $0.04579 |
| Opus 5 | $0.00063 | $0.02289 |
| Sonnet 5 | $0.00025 | $0.00916 |
| Haiku 4.5 | $0.00013 | $0.00458 |
Grade A, and why
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 9d 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.
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.
What ships with it
51 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.
- mcp/.mcp.json 338 B
- mcp/mcp-setup.md 4.1 KB
- mcp/mcp-tools.md 2.0 KB
- mcp/platforms/claude-code.md 3.7 KB
- mcp/platforms/codex.md 1.6 KB
- mcp/platforms/gemini.md 2.1 KB
- mcp/platforms/kiro.md 2.8 KB
- mcp/tools/database-tools.md 4.6 KB
- mcp/tools/documentation-tools.md 1.3 KB
- mcp/tools/input-validation.md 3.3 KB
- mcp/tools/safe_query.py 10 KB runs code
- mcp/tools/workflow-patterns.md 2.6 KB
- references/access-control.md 5.0 KB
- references/auth/authentication-guide.md 4.4 KB
- references/auth/connectivity-tools.md 5.9 KB
- references/auth/scaling-guide.md 3.9 KB
- references/ddl-migrations/batched-migration.md 2.5 KB
- references/ddl-migrations/column-operations.md 5.0 KB
- references/ddl-migrations/constraint-operations.md 4.5 KB
- references/ddl-migrations/overview.md 7.2 KB
- references/development-guide.md 6.7 KB
- references/dsql-examples.md 1.5 KB
- references/dsql-lint.md 9.5 KB
- references/examples/connection.md 2.5 KB
- references/examples/data-operations.md 3.0 KB
- references/examples/migrations.md 1.6 KB
- references/examples/patterns.md 5.6 KB
- references/examples/schema.md 1.6 KB
- references/language.md 8.0 KB
- references/mysql-migrations/ddl-auto-increment.md 3.9 KB
- references/mysql-migrations/ddl-batching.md 1.0 KB
- references/mysql-migrations/ddl-column-changes.md 1.1 KB
- references/mysql-migrations/ddl-constraints.md 2.6 KB
- references/mysql-migrations/ddl-operations.md 2.9 KB
- references/mysql-migrations/ddl-structural.md 3.7 KB
- references/mysql-migrations/ddl-type-alternatives.md 3.9 KB
- references/mysql-migrations/full-example.md 7.2 KB
- references/mysql-migrations/type-mapping.md 13 KB
- references/onboarding.md 13 KB
- references/query-plan/catalog-queries.md 4.3 KB
- references/query-plan/guc-experiments.md 7.5 KB
- references/query-plan/plan-interpretation.md 7.8 KB
- references/query-plan/report-format.md 11 KB
- references/troubleshooting.md 4.2 KB
- scripts/cluster-info.sh 2.0 KB runs code
- scripts/create-cluster.sh 4.0 KB runs code
- scripts/delete-cluster.sh 2.3 KB runs code
- scripts/list-clusters.sh 1.6 KB runs code
- scripts/loader.sh 12 KB runs code
- scripts/psql-connect.sh 5.2 KB runs code
- scripts/README.md 5.3 KB
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.
- 9d ago First seen · 296 lines · 125 tokens per session scan A 476ccce0443c
dsql is a skill published in the GitHub repository hritvikgupta/nimbus (4 stars, last pushed 1mo ago), with no licence file. It adds 125 tokens to every session and 4,579 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.
Other skills, from other repositories
aws-dynamodb
DynamoDB data modeling and access patterns. Use when designing partition/sort keys, GSIs, single-table design, transactions, DynamoDB Streams or optimizing query performance.
aws-rds
Amazon RDS and Aurora database configuration. Use when setting up PostgreSQL/MySQL engines, Multi-AZ, read replicas, backups, encryption, IAM auth or parameter groups.
postgresql-indexing
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing…
amazon aurora dsql
Deprecated compatibility redirect for Aurora DSQL guidance. Use when a request concerns DSQL, Aurora DSQL, distributed SQL, DSQL schemas, migrations, queries, authentication, performance, or application development.
gonavi-cli
Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…
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…