← Back to Skills Marketplace
SQL Toolkit
by
gitgoodordietrying
· GitHub ↗
· v1.0.0
19081
Downloads
41
Stars
199
Active Installs
1
Versions
Install in OpenClaw
/install sql-toolkit
Description
Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required.
Usage Guidance
This skill appears purpose-aligned and instruction-only. Before installing or using it, make sure any database commands are run only against the intended database, review migrations and write queries first, back up important data, and use least-privilege database credentials.
Capability Analysis
Type: OpenClaw Skill
Name: sql-toolkit
Version: 1.0.0
The skill bundle is benign. It provides comprehensive documentation and examples for interacting with SQL databases (SQLite, PostgreSQL, MySQL) using standard command-line tools. While the skill inherently involves powerful commands with file system and network access (e.g., `psql`, `mysql`, `sqlite3`, `pg_dump`, `mysqldump`), all examples and instructions in `SKILL.md` are aligned with the stated purpose of a 'SQL Toolkit' and demonstrate legitimate, common database operations. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
The documented capabilities—querying, schema design, migrations, indexing, backup/restore, and optimization—match the stated SQL database purpose, but they can affect important database contents.
Instruction Scope
The examples are command/reference-style and do not show hidden autonomous behavior, but they include write and migration operations that should be user-confirmed before use.
Install Mechanism
There is no install spec and no code files; the skill relies on existing sqlite3, psql, or mysql command-line clients.
Credentials
Requiring one SQL client is proportionate for the purpose. PostgreSQL/MySQL use may involve database credentials supplied through the CLI.
Persistence & Privilege
No background persistence is shown, but database privileges are inherited from the connection used, including potentially high-privilege accounts in examples.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sql-toolkit - After installation, invoke the skill by name or use
/sql-toolkit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: SQLite, PostgreSQL, MySQL coverage - schema design, queries, migrations, optimization, backup/restore
Metadata
Frequently Asked Questions
What is SQL Toolkit?
Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required. It is an AI Agent Skill for Claude Code / OpenClaw, with 19081 downloads so far.
How do I install SQL Toolkit?
Run "/install sql-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SQL Toolkit free?
Yes, SQL Toolkit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SQL Toolkit support?
SQL Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created SQL Toolkit?
It is built and maintained by gitgoodordietrying (@gitgoodordietrying); the current version is v1.0.0.
More Skills