Sqladmin

🌐Community
by jik92 · vlatest · Repository

Sqladmin allows you to execute SQL queries directly within your chat, simplifying database management and data retrieval for quick insights.

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

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

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

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 manage SQL databases. It can execute queries, create tables, and perform other database administration tasks. The agent can retrieve data, modify existing records, or even build new database structures based on user instructions.

When to use it

  • You need to extract specific information from a relational database for reporting purposes.
  • An application requires automated creation of database tables and indexes.
  • A system needs to update records in a database based on external data sources.
  • You want an agent to perform routine database maintenance tasks, such as backups or optimization.

Key capabilities

  • Execute SQL queries (SELECT, INSERT, UPDATE, DELETE)
  • Create tables and indexes
  • Database administration tasks

Example prompts

  • "Retrieve all customer names from the 'customers' table."
  • "Create a new table called 'orders' with columns for order_id, customer_id, and order_date."
  • "Update the email address of customer with ID 123 to '[email protected]'."

Tips & gotchas

The agent requires access credentials (username/password) to connect to the SQL database. Ensure these are provided securely and that the agent has appropriate permissions for the requested actions.

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
jik92
Installs
2

🌐 Community

Passed automated security scans.