Database Management

🌐Community
by acedergren · vlatest · Repository

Helps with database, management as part of working with databases and data persistence workflows.

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 acedergren-database-management npx -- -y @trustedskills/acedergren-database-management
2

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

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

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manage databases, including creating tables, inserting data, and querying information. It supports common database operations like selecting, updating, and deleting records. The agent can also execute SQL queries against a specified database connection.

When to use it

  • Data Analysis: Extract specific insights from a database for reporting or decision-making.
  • Database Administration: Automate routine tasks such as creating new tables or populating existing ones with data.
  • Application Development: Generate SQL queries and interact with databases programmatically within an application workflow.
  • Data Migration: Assist in moving data between different database systems by generating appropriate scripts.

Key capabilities

  • SQL query execution
  • Table creation
  • Data insertion
  • Data selection (querying)
  • Database connection management

Example prompts

  • "Create a table named 'customers' with columns for id, name, and email."
  • "Insert the data (John Doe, [email protected]) into the customers table."
  • "Select all records from the 'orders' table where the order date is after 2023-01-01."

Tips & gotchas

  • Requires a valid database connection string to function correctly. Ensure the agent has appropriate credentials and permissions for the target database.

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
acedergren
Installs
20

🌐 Community

Passed automated security scans.