Mysql

🌐Community
by teachingai · vlatest · Repository

Generates MySQL queries, explains SQL concepts, and troubleshoots errors to teach users about relational databases.

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 teachingai-mysql npx -- -y @trustedskills/teachingai-mysql
2

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

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

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 management tasks directly through natural language prompts. The agent can be used for querying information from a database or even updating records based on user instructions.

When to use it

  • Data Retrieval: Quickly extract specific information from a database without needing to write complex SQL queries manually.
  • Report Generation: Generate simple reports by instructing the agent to query and format data from a MySQL database.
  • Database Updates (with caution): Modify existing records in a database based on natural language instructions, though careful validation is crucial.
  • Data Exploration: Explore the contents of a database and understand relationships between tables through conversational interaction.

Key capabilities

  • SQL query execution
  • Data retrieval from MySQL databases
  • Basic database management tasks
  • Natural language processing for SQL generation

Example prompts

  • "Show me all customers in California."
  • "What are the top 10 products by sales?"
  • "Update the price of product ID 123 to $19.99."

Tips & gotchas

The agent requires access credentials (hostname, username, password, database name) for a MySQL database. Be extremely cautious when using this skill to modify data; always verify the generated SQL before execution to prevent unintended consequences.

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
teachingai
Installs
5

🌐 Community

Passed automated security scans.