Electricsql
ElectricSQL generates SQL queries from natural language descriptions, streamlining database interactions and boosting developer productivity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add electricsql npx -- -y @trustedskills/electricsql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"electricsql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/electricsql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The electricsql skill allows AI agents to interact with and query SQL databases. It provides a streamlined way to execute SQL commands, retrieve data, and manage database connections directly within the agent's workflow. This enables automated data analysis, report generation, and other tasks requiring database interaction.
When to use it
- Automated Reporting: Generate daily sales reports by querying a transactional database.
- Data Analysis: Analyze customer behavior from a CRM database to identify trends.
- Inventory Management: Automatically update inventory levels based on data retrieved from an inventory management system's database.
- Customer Support Automation: Retrieve order details and shipping information from a database to assist customers with inquiries.
Key capabilities
- SQL query execution
- Database connection management
- Data retrieval
Example prompts
- "Run the following SQL query:
SELECT * FROM orders WHERE date > '2023-01-01'" - "Connect to the database named 'sales_db' and retrieve all customer names."
- “What is the total revenue for this quarter from the ‘transactions’ table?”
Tips & gotchas
The skill requires appropriate database credentials (username, password, host) to be configured. Ensure that the AI agent has the necessary permissions within the database to execute queries and access data.
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.