Platform Database

🌐Community
by ravnhq · vlatest · Repository

Connects to and queries various databases (SQL, NoSQL) via API, retrieving data for your tasks.

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

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

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

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 data within a database. It facilitates querying, updating, and potentially creating new entries based on user instructions. The agent can retrieve specific information or perform actions like adding customer records or modifying product details directly through the database interface.

When to use it

  • Customer Relationship Management (CRM): Retrieve customer contact information or update order statuses within a CRM system.
  • Inventory Management: Check stock levels of products and adjust quantities based on sales data.
  • Content Management Systems (CMS): Modify website content, such as updating article text or image links stored in a CMS database.
  • Data Analysis: Extract specific datasets for reporting or further analysis.

Key capabilities

  • Database querying
  • Data updates
  • Potential data creation

Example prompts

  • "Find all customers who placed an order last week."
  • "Update the price of product ID 123 to $29.99."
  • "Add a new customer with name 'Jane Doe' and email '[email protected]'."

Tips & gotchas

The skill requires appropriate database credentials (username, password, connection string) to be configured for proper functionality. Ensure the AI agent has the necessary permissions within the database to perform 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
ravnhq
Installs
19

🌐 Community

Passed automated security scans.