An AI-powered SQL specialist for explaining execution plans, optimizing queries, and converting natural language into database commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sql-explain-kay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sql-explain-kay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SQL Query Explain is a comprehensive AI coding agent skill designed to bridge the gap between complex database queries and developer productivity. As a core part of the Openclaw Skills ecosystem, it functions as a virtual SQL Expert that provides deep insights into query execution plans for PostgreSQL, MySQL, and SQLite. Whether you are troubleshooting slow performance or need to generate standard SQL from natural language descriptions, this skill streamlines the database development lifecycle.
By leveraging local parsing libraries such as sqlparse, the skill ensures data privacy while delivering highly technical and actionable feedback. It goes beyond simple formatting by identifying expensive operations like full table scans and nested loops, helping developers implement index-driven optimizations effectively within their Openclaw Skills enabled workflows.
To integrate this skill into your environment, ensure you have Python installed and the necessary parsing libraries.
# Install the required dependencies
pip install sqlparse
# If using sqlean modules for extended analysis
pip install sqlean
After installation, add the SQL Query Explain trigger keywords to your agent configuration settings to enable the skill functionality.
The skill processes SQL strings and returns structured reports categorized by execution metrics and optimization rules. Below is the metadata taxonomy used for reports:
| Attribute | Description |
|---|---|
| Total Cost | The estimated execution cost calculated from the database engine's plan. |
| Scan Type | Identifies Seq Scan, Index Scan, Index Only Scan, or Full Table Scan. |
| Row Estimation | The estimated vs. actual number of rows processed by the query. |
| Performance Issues | A list of identified bottlenecks such as expensive joins or missing indexes. |
| Optimization Tips | Actionable steps to improve the query performance and resource efficiency. |
Loading
Generate detailed technical SEO audits and keyword-focused content briefs automatically for any URL.

An automated suite for cross-border sellers to perform keyword research, calculate platform-specific profits, and generate AI-optimized listings.

ClawGraph is a graph-based memory CLI that enables AI agents to store and recall durable user facts as entities and relationships.

A real-time token tracking and context window management tool for monitoring AI session limits.

A comprehensive knowledge management tool designed to capture, categorize, and export structured information across various projects.

A specialized skill for managing local Git repositories using safe, standardized, and reversible workflow practices.








































