Sql Workflow

🌐Community
by ilude · vlatest · Repository

Provides workflows guidance and assistance for working with databases and data persistence.

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

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

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

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 workflows. It can generate and run SQL queries against databases, retrieve results, and perform actions based on those results. The agent can also manage database connections and handle common data manipulation tasks.

When to use it

  • Data Analysis: Extract insights from a relational database by querying specific tables and applying filters.
  • Report Generation: Automatically generate reports based on SQL queries, pulling data directly from the database.
  • Database Management: Perform simple database administration tasks like creating tables or updating records (depending on permissions).
  • Data Migration: Extract data from one database and transform it for import into another system using SQL scripts.

Key capabilities

  • SQL query execution
  • Database connection management
  • Result retrieval
  • Data manipulation

Example prompts

  • "Run the following SQL query: SELECT * FROM customers WHERE city = 'New York'."
  • "Create a table named 'orders' with columns for order_id, customer_id, and order_date."
  • “Fetch the total sales amount from the ‘sales’ table.”

Tips & gotchas

  • Requires access to a database and appropriate credentials.
  • The agent will execute any valid SQL query provided, so ensure you understand the potential impact of your prompts.

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
ilude
Installs
2

🌐 Community

Passed automated security scans.