Mysql Skill

🌐Community
by cooloo9871 · vlatest · Repository

Execute MySQL queries, retrieve data, and manage databases based on provided instructions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mysql-skill npx -- -y @trustedskills/mysql-skill
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mysql-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mysql-skill"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manipulate MySQL databases. It can execute SQL queries, retrieve data, and perform basic database operations. The agent can be used to query information from a database or update existing records based on provided instructions.

When to use it

  • Data Retrieval: Extract specific information from a database for reporting or analysis (e.g., "Get me the names of all customers who placed an order in the last month.").
  • Database Updates: Modify data within a MySQL database, such as updating customer addresses or product prices (e.g., "Change the price of item ID 123 to $19.99").
  • Data Validation: Check for inconsistencies or errors in a database by running queries and analyzing results (e.g., “Find all orders with a shipping date after the order date.").
  • Database Schema Inspection: Retrieve information about tables, columns, and data types within a MySQL database.

Key capabilities

  • Execute SQL Queries
  • Retrieve Data from Tables
  • Update Database Records
  • Interact with MySQL Databases

Example prompts

  • "Run the query 'SELECT * FROM customers WHERE city = 'New York''."
  • "Update the product price for item ID 5 to $25.00 using SQL."
  • “What are the names of all tables in the database?”

Tips & gotchas

The agent requires access credentials (hostname, username, password) to connect to the MySQL database. Ensure these credentials are provided securely and that the user has appropriate permissions within the database.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cooloo9871
Installs
5

🌐 Community

Passed automated security scans.