Database

🌐Community
by railwayapp · vlatest · Repository

Access, query, and retrieve data from RailwayApp's internal databases to answer questions and fulfill requests.

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

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

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

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

About This Skill

What it does

The database skill enables AI agents to interact with and manage databases, including querying data, performing CRUD operations, and handling schema definitions. It supports multiple database systems and provides tools for efficient data retrieval and manipulation.

When to use it

  • When you need to retrieve specific records from a relational or NoSQL database.
  • To automate data entry or updates in a structured format like CSV or JSON.
  • For generating reports based on complex SQL queries or database views.
  • When setting up or maintaining the schema of a new database system.

Key capabilities

  • Querying and retrieving data using SQL or equivalent query languages.
  • Performing create, read, update, and delete (CRUD) operations.
  • Managing database schemas and relationships.
  • Supporting multiple database systems such as PostgreSQL, MySQL, MongoDB, etc.

Example prompts

  • "Retrieve all users from the 'users' table where age is greater than 25."
  • "Insert a new record into the 'products' table with name 'Widget A' and price $19.99."
  • "Generate a report showing total sales per region from the 'sales' database."

Tips & gotchas

  • Ensure that your AI agent has proper access credentials and permissions to interact with the target database.
  • Be cautious when executing write operations (e.g., UPDATE or DELETE) to avoid unintended data loss or corruption.

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
railwayapp
Installs
883

🌐 Community

Passed automated security scans.