Openclaw Skills for SQL query generation, performance optimization, schema design, and data analysis across major databases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sql-free
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-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for SQL Query Assistant (Free Edition) helps AI agents convert natural-language requests into database-specific SQL, optimize slow queries, and support practical schema design and analytical SQL workflows.
It is built for developers who work across MySQL, SQLite, SQL Server, and related database environments and need a structured, reusable way to produce executable SQL, analyze execution plans, and generate DDL or migration-friendly outputs. Openclaw Skills is especially valuable when speed, consistency, and cross-database SQL portability matter.
Openclaw Skills requires an AI agent environment with LLM access and an API key configured in the runtime shell.
export API_KEY=${API_KEY:?please set the environment variable}
Recommended runtime context:
Openclaw Skills organizes inputs and outputs around a small, structured interface and a predictable response envelope.
| Field | Type | Required | Purpose |
|---|---|---|---|
| input | string | Yes | Natural-language request, SQL statement, or instruction for SQL Query Assistant (Free Edition) |
| options | object | No | Optional configuration such as mode selection or formatting preferences |
| callback_url | string | No | Async notification endpoint after processing completes |
| Field | Type | Purpose |
|---|---|---|
| success | boolean | Indicates whether processing succeeded |
| data.result | string | Generated or optimized SQL result text |
| data.execution_time | string | Reported processing duration |
| data.metadata.version | string | Skill version metadata |
| data.metadata.processor | string | Processor label, such as sql |
| execution_log | array[string] | Internal processing steps for traceability |
| error | null or object | Error details when processing fails |
Loading
Openclaw Skills for smart content archiving turns external articles, videos, and posts into searchable local Markdown snapshots with metadata and tags.

Openclaw Skills for enterprise-grade audio upload automation, with batch processing, custom encoding, chunked uploads, and rich metadata management.

Openclaw Skills turns Markdown-driven instructions into enterprise-grade, batch short-video generation with templates, multilingual support, branding, and automated quality control.

Openclaw Skills turns enterprise form workflows into a secure, automated, auditable system with bulk operations, RBAC, webhooks, encryption, and cache-aware processing.

Openclaw Skills turns multi-page React UI/UX delivery into a repeatable workflow with design-system persistence, automated screenshots, image optimization, and ZIP export.

Openclaw Skills for API Toolkit Professional Edition turns AI agents into enterprise-grade API testing and debugging operators with mock servers, contract checks, and load testing.








































