Database Admin
Automates routine database tasks like backups, optimization, and monitoring within rmyndharis environments.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add rmyndharis-database-admin npx -- -y @trustedskills/rmyndharis-database-admin
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rmyndharis-database-admin": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rmyndharis-database-admin"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to perform common database administration tasks. It can execute SQL queries, manage user permissions, and monitor database health. The skill is designed for interacting with relational databases like MySQL or PostgreSQL.
When to use it
- You need to retrieve specific data from a database based on complex criteria.
- A user reports slow query performance, and you want the agent to analyze and optimize queries.
- You require automated backups of your database to ensure data safety and recovery options.
- New users need access granted to a database, and you want to automate the permissioning process.
Key capabilities
- SQL Query Execution: Executes SQL statements against connected databases.
- User Management: Creates, modifies, and deletes user accounts with specific privileges.
- Database Monitoring: Provides insights into database health metrics (e.g., CPU usage, disk space).
- Backup & Restore: Automates the process of backing up and restoring databases.
Example prompts
- "Run a query to find all customers who placed an order in the last month."
- "Create a new user 'data_analyst' with read-only access to the 'sales' table."
- βWhat is the current disk space usage for the database?β
Tips & gotchas
The agent requires connection details (hostname, username, password) to connect to a specific database. Ensure these credentials are securely managed and accessible to the AI agent.
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.