SQL Toolkit
v1.0.0Query, 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.
⭐ 38· 14.4k·159 current·167 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the content: SKILL.md contains examples and guidance for sqlite3, psql, and mysql and the registry metadata declares those binaries as requirements. No unrelated services, binaries, or credentials are requested.
Instruction Scope
The instructions are narrowly focused on schema, queries, migrations, indexing, backups, and CLI usage. They do reference reading/writing local DB files and importing/exporting CSVs (expected for DB work) and include example connection strings with plaintext credentials — which are illustrative but could lead to accidental credential exposure if copied verbatim into shells or logs.
Install Mechanism
There is no install spec and no code files; this is instruction-only so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. Examples show connection strings and file paths as usage examples but the skill does not request secrets from the environment.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated platform privileges and does not modify other skills or agent-wide settings.
Assessment
This is a documentation-style skill: it doesn't install code or ask for secrets. Before using it, avoid pasting real credentials into command lines (example connection strings show plaintext passwords — those can appear in shell history or process lists). Use least-privilege DB accounts, store passwords in secure credential stores (.pgpass, mysql config files, or environment variables handled securely), and be cautious when importing files (verify CSV contents and paths). If you intend to let an agent access a live database, only provide a restricted test credential and make backups first.Like a lobster shell, security has layers — review code before you run it.
latestvk97dx1vmkpv76n1xreem8nrwgs80e32s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🗄️ Clawdis
OSLinux · macOS · Windows
Any binsqlite3, psql, mysql
