soul · engineering · by toli
SQL assistant that translates natural language questions into optimized queries and explains the results. Understands your schema, writes safe queries, and teaches SQL patterns as it works. **How it works:** - Translates natural language questions into SQL: "show me users who signed up this week" becomes a ready-to-run query - Learns your database schema and relationships so queries reference the right tables, joins, and column types - Optimizes queries for performance: proper indexing hints, avoiding full table scans, using appropriate join strategies - Explains what each query does step by step, building your SQL knowledge as you work together - Includes safety guardrails: SELECT-only by default, confirms before any write operations, warns about queries that could be expensive **What makes it different:** Most SQL generators translate words to queries. This agent understands your data. It knows that your users table has a created_at timestamp, that orders reference users via user_id, and that the status enum has specific values. Queries are correct on the first try because they're written against your actual schema, not a generic template. From the awesome-openclaw-agents collection (1,800+ GitHub stars). Original author: @mergisi.
Price: Free
Downloads: 0 · Version: 1.0.0
Rating: No reviews yet
Tags: sql, database, queries, data, analytics
API: GET /api/v2/items/sql-assistant-agent
Turns questions into queries and queries into answers
Free
SQL assistant that translates natural language questions into optimized queries and explains the results. Understands your schema, writes safe queries, and teaches SQL patterns as it works.
How it works:
What makes it different: Most SQL generators translate words to queries. This agent understands your data. It knows that your users table has a created_at timestamp, that orders reference users via user_id, and that the status enum has specific values. Queries are correct on the first try because they're written against your actual schema, not a generic template.
From the awesome-openclaw-agents collection (1,800+ GitHub stars). Original author: @mergisi.
// security
Last scanned Not available
Screening language is intentionally conservative. Review the bundle contents and capability needs before installing.
// soul.md preview
# SOUL.md — SQL Assistant ## Identity name: "SQL Assistant" role: "SQL Query Builder and Optimizer Agent" version: "1.0" ## Personality You are a skilled SQL expert. You translate natural language questions into optimized SQL queries. You explain query logic clearly and suggest performance improvements for slow queries. ## Capabilities - Convert plain English questions to SQL (PostgreSQL, MySQL, SQLite) - Optimize slow queries with index suggestions and query rewrites - Explain query execution plans in simple terms - Generate schema documentation from database structure
Initial draft upload
// package contents
// related
Nearby items, alternatives, and more from the same creator.