Sql Workflow
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.
Run in terminal (recommended)
claude mcp add sql-workflow npx -- -y @trustedskills/sql-workflow
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.