← Back to Skills Marketplace
SQL Toolkit
by
gitgoodordietrying
· GitHub ↗
· v1.0.0
20723
Downloads
41
Stars
0
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
Install only if you want Codex to help with SQL database work. Treat migration, import, and restore examples as potentially destructive: verify the target host and database, use least-privilege credentials, avoid placing real passwords in shared shell history or logs, prefer restoring into a new database first, and make a fresh backup before running commands that clean, overwrite, or import data.
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 stated purpose is SQL database assistance, and the artifact provides command examples for SQLite, PostgreSQL, and MySQL querying, schema work, migrations, optimization, and backup/restore.
Instruction Scope
The instructions include powerful user-run database commands, including migrations, imports, and restore examples that can change or replace database contents; this is expected for the purpose but should be explicitly controlled by the user.
Install Mechanism
The bundle contains a single non-executable SKILL.md file and metadata requiring existing sqlite3, psql, or mysql clients; no install hook, package script, background setup, or automatic execution mechanism is shown.
Credentials
Database CLI access, local SQL files, dumps, restores, and database credentials are proportionate to a SQL administration toolkit and are presented as examples rather than hidden data flows.
Persistence & Privilege
The skill itself does not create persistence or request elevated privileges, but commands run with the user's chosen database credentials can persistently mutate schema or data.
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 20723 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