db-mysql

db-mysql is a skill for Claude Code, Codex from evolution-foundation/evo-nexus. It costs 80 tokens per session (1,959 once invoked), scanned A, original, no licence file.

A read-only connector for querying MySQL and MariaDB databases using connection settings from an environment file.

In plain words
What is it for?
It helps find records, check database contents, and investigate data in development or production connections.
Why use it?
It lets you inspect or audit database data without manually setting up a database client, while refusing writes by default.

Skill for Claude CodeCodex

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/evolution-foundation/evo-nexus/db-mysql
Any agent
npx skills add evolution-foundation/evo-nexus --skill db-mysql
Clone the repo
git clone --depth 1 https://github.com/evolution-foundation/evo-nexus

Made for: Claude Code, Codex.

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 db-mysql

README.md
[![agentmods](https://agentmods.dev/badge/skills/evolution-foundation/evo-nexus/db-mysql.svg)](https://agentmods.dev/skills/evolution-foundation/evo-nexus/db-mysql)
Your own site
<a href="https://agentmods.dev/skills/evolution-foundation/evo-nexus/db-mysql"><img src="https://agentmods.dev/badge/skills/evolution-foundation/evo-nexus/db-mysql.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,959 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.00080 $0.01959
Opus 5 $0.00040 $0.00979
Sonnet 5 $0.00016 $0.00392
Haiku 4.5 $0.00008 $0.00196

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

Security

Grade A, and why

db-mysql 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/db_client.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/db-mysql/SKILL.md · 158 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

Files

What ships with it

1 file 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. yesterday First seen · 158 lines · 80 tokens per session scan A d5e852017e13

Subscribe to this mod's changes

db-mysql is a skill published in the GitHub repository evolution-foundation/evo-nexus (530 stars, last pushed 3mo ago), with no licence file. It adds 80 tokens to every session and 1,959 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

architect-agent

A high-level system design expert. Use when: (1) planning new system architectures, (2) designing database schemas, (3) evaluating tech stacks, (4) creating technical design documents (TDD). This agent uses the sqlite-mcp to maintain a persistent architectural log for the project.

aleksbuss/orchestra · 63 tokens

database

Database and ORM knowledge base - Prisma, Drizzle, migrations, seeding, connection pooling. Use when setting up a database, configuring an ORM, writing migrations, or managing data connections.

PIXARTSeu/Synapse · 40 tokens

database-optimizer

Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

PIXARTSeu/Synapse · 54 tokens

mongodb

MongoDB MCP - query dirette a Payload CMS collections, debug dati, analisi tenant, aggregazioni. Use when querying MongoDB directly, debugging Payload CMS data, running aggregations, or analyzing tenant collections.

PIXARTSeu/Synapse · 45 tokens

postgres-pro

Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM tuning, performance monitoring.

PIXARTSeu/Synapse · 41 tokens

sql-pro

Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Use when a user asks why their query is slow, needs help writing complex joins or aggregations, mentions database performance issues, or wants to design or migrate a schema. Invoke for complex queries, window functions, CTEs…

PIXARTSeu/Synapse · 115 tokens