← Back to Skills Marketplace
3805
Downloads
8
Stars
33
Active Installs
2
Versions
Install in OpenClaw
/install sql
Description
Master relational databases with SQL. Schema design, queries, performance, migrations for PostgreSQL, MySQL, SQLite, SQL Server.
Usage Guidance
Install if you want SQL reference material. Before allowing an agent to run any example against a real database, verify the database target, confirm backups, test restores in staging or a new database, and require explicit approval for DROP, ALTER, RESTORE, DELETE, or session-termination commands.
Capability Analysis
Type: OpenClaw Skill
Name: sql
Version: 1.0.1
The skill bundle consists entirely of documentation files (`SKILL.md`, `operations.md`, `patterns.md`, `schemas.md`) and standard metadata (`_meta.json`). The content provides educational guidance and examples for SQL database operations, schema design, and query patterns, including command-line tool usage for SQLite, PostgreSQL, MySQL, and SQL Server. The `SKILL.md` explicitly warns against SQL injection, indicating a security-conscious approach. All command examples are standard, legitimate database administration tasks (e.g., connect, query, backup, restore). There is no executable code, no evidence of data exfiltration, persistence, obfuscation, or any instructions attempting to subvert the AI agent's behavior through prompt injection. The skill's purpose is purely informational and educational.
Capability Assessment
Purpose & Capability
The artifacts consistently describe SQL schema design, query patterns, migrations, backups, restores, monitoring, and operations for common relational databases.
Instruction Scope
The operations guide includes high-impact examples such as dropping columns, restoring databases, and terminating PostgreSQL backends; these fit the stated purpose but should have stronger safety warnings.
Install Mechanism
The bundle contains markdown documentation and standard metadata only, with no executable installer, runtime hook, or hidden payload found.
Credentials
The metadata lists expected database client tools such as sqlite3, psql, mysql, and sqlcmd; there is no evidence of automatic credential use, local session access, or network activity by the skill itself.
Persistence & Privilege
No persistence mechanism, background worker, privilege escalation, obfuscation, or automatic database mutation behavior is present in the artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sql - After installation, invoke the skill by name or use
/sql - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added SQL Server support, schema design patterns, query patterns (CTEs, window functions), operations guide (backup, monitoring, replication)
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is SQL?
Master relational databases with SQL. Schema design, queries, performance, migrations for PostgreSQL, MySQL, SQLite, SQL Server. It is an AI Agent Skill for Claude Code / OpenClaw, with 3805 downloads so far.
How do I install SQL?
Run "/install sql" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SQL free?
Yes, SQL is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SQL support?
SQL is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created SQL?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills