Mysql
Connects to MySQL databases, executes queries, and retrieves data using natural language prompts via pageai-pro.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pageai-pro-mysql npx -- -y @trustedskills/pageai-pro-mysql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pageai-pro-mysql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pageai-pro-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 query MySQL databases. It can execute SQL queries, retrieve data, and perform basic database operations. The agent can be used to extract specific information from a database or automate tasks that require interacting with a MySQL server.
When to use it
- Data Extraction: Retrieve product details, customer records, or order history from a MySQL database for reporting or analysis.
- Inventory Management: Check stock levels and update inventory counts directly within the database.
- Content Population: Automatically populate a website's content management system (CMS) with data stored in a MySQL database.
- Automated Reporting: Generate reports based on data residing in a MySQL database, such as sales summaries or performance metrics.
Key capabilities
- SQL Query Execution
- Data Retrieval
- Basic Database Operations
Example prompts
- "Get me the names and email addresses of all customers from the 'customers' table."
- "What is the current stock level for product ID 12345?"
- "Update the price of product with ID 67890 to $19.99."
Tips & gotchas
Ensure your AI agent has the necessary connection credentials (hostname, username, password) to access the MySQL database before using this skill. The skill's capabilities are limited to basic SQL operations; complex stored procedures or advanced features may not be supported.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.