Home /Claude Skills /MySQL-DBA
Highly Recommended

MySQL DBA

Say goodbye to cumbersome MySQL client installations with lightwe...
A Swiss Army knife for MySQL in JS
Core Principle:
A pure JavaScript MySQL protocol implementation that lets you manage databases without installing MySQL clients. Query, backup, user management - all DBA tasks covered with JSON-formatted results for easier development and debugging.
KEY FEATURES
01Zero Dependency
Pure JS implementation of MySQL protocol with no external libraries
02Full DBA Features
From queries to user privilege management, covering daily database operations
03JSON Output
All results automatically converted to JSON format for easier processing
04Env Configuration
One-click connection setup via environment variables
github.com/catrenelle/MySQL-DBA
data-ai·catrenelle·2026-01-29·0·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/catrenelle/MySQL-DBA.git
SSH
git clone [email protected]:catrenelle/MySQL-DBA.git
GitHub CLI
gh repo clone catrenelle/MySQL-DBA
FAQ
Q: What are the installation steps for MySQL DBA Agent Skills?
1.Install Plugin: Choose from three installation methods
2.Configure Connection: Set environment variables or input interactively
3.Execute Commands: Invoke via CLI or Claude Code
4.Get Results: All operations return standardized JSON
Q: What are the highlights of MySQL DBA Agent Skills?
  • Pure JS
  • No MySQL client needed
  • Complete DBA features
  • JSON-friendly output
Q: What are the use cases for MySQL DBA Agent Skills?
  • Quick database queries
  • Automated script development
  • Database backup management
  • User privilege maintenance
Q: What are the limitations of MySQL DBA Agent Skills?
  • Performance not as good as native clients
  • Some advanced features may be missing