Sql

🌐Community
by bonny · vlatest · Repository

This SQL skill allows you to generate and execute SQL queries for database interaction, streamlining data retrieval and manipulation 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 bonny-sql npx -- -y @trustedskills/bonny-sql
2

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

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

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

About This Skill

What it does

This skill allows AI agents to execute SQL queries against databases. It can retrieve, insert, update, and delete data based on provided instructions. The agent can also generate SQL statements from natural language requests, simplifying database interaction for users without SQL expertise.

When to use it

  • Data Extraction: Retrieve specific information from a database, such as customer order history or product inventory levels.
  • Report Generation: Create custom reports by querying and aggregating data stored in a relational database.
  • Database Updates: Modify existing data within a database, like updating customer addresses or adjusting product prices.
  • Data Analysis: Perform basic analysis on database content to identify trends or patterns.

Key capabilities

  • SQL query execution
  • Natural language to SQL generation
  • Data retrieval (SELECT)
  • Data modification (INSERT, UPDATE, DELETE)

Example prompts

  • "Get me a list of all customers who placed an order in the last month."
  • "Update the price of product ID 123 to $19.99."
  • "Create a table called 'users' with columns for id, name, and email."

Tips & gotchas

  • Requires access to a database and appropriate credentials.
  • The agent’s SQL generation capabilities are dependent on the clarity and specificity of the natural language prompt.

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
bonny
Installs
7

🌐 Community

Passed automated security scans.