← 返回 Skills 市场
SQL Toolkit
作者
gitgoodordietrying
· GitHub ↗
· v1.0.0
19081
总下载
41
收藏
199
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sql-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/sql-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: SQLite, PostgreSQL, MySQL coverage - schema design, queries, migrations, optimization, backup/restore
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19081 次。
如何安装 SQL Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sql-toolkit」即可一键安装,无需额外配置。
SQL Toolkit 是免费的吗?
是的,SQL Toolkit 完全免费(开源免费),可自由下载、安装和使用。
SQL Toolkit 支持哪些平台?
SQL Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 SQL Toolkit?
由 gitgoodordietrying(@gitgoodordietrying)开发并维护,当前版本 v1.0.0。
推荐 Skills