Database Manager

🌐Community
by ajianaz · vlatest · Repository

Efficiently query, update, and analyze data within databases using structured prompts and ajianaz's database-manager skill.

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

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

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

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

About This Skill

What it does

The database-manager skill allows AI agents to interact with and manage databases. It enables querying data, creating tables, updating records, and executing SQL commands. This facilitates tasks requiring structured data retrieval and manipulation within a defined database environment.

When to use it

  • Data Analysis: Extract specific information from a database for reporting or trend identification.
  • Content Management: Update content in a website's backend database (e.g., changing product descriptions).
  • Inventory Tracking: Retrieve and update inventory levels stored in a database.
  • Customer Relationship Management (CRM): Access customer data, modify contact information, or log interactions within a CRM system.

Key capabilities

  • Querying data using SQL
  • Creating new tables
  • Updating existing records
  • Executing SQL commands

Example prompts

  • "Retrieve all customers from the 'customers' table where the city is 'New York'."
  • "Create a new table called 'orders' with columns for order_id, customer_id, and order_date."
  • "Update the price of product ID 123 to $19.99 in the products table."

Tips & gotchas

The skill requires access credentials (username/password) to connect to a specific database. Ensure these credentials are provided securely and that the agent has appropriate permissions within the database environment.

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
ajianaz
Installs
5

🌐 Community

Passed automated security scans.