← 返回 Skills 市场
charlie-morrison

SQL Migration Linter

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sql-migration-linter
功能描述
Lint .sql migration files for common mistakes — missing IF EXISTS guards, UPDATE/DELETE without WHERE, non-idempotent CREATE, missing transaction wrappers, r...
安全使用建议
This skill appears to be what it claims: a local SQL migration linter implemented in a single Python script. Before installing/using it, you should: (1) review the full script locally (it reads files and runs regex-based checks but does not perform network calls), (2) run it in a safe/test repo or sandbox to confirm behavior and false positives, (3) note the package provenance — the registry entry has no homepage and the STATUS.md lists a $59 price, so confirm you trust the owner before using it in CI, and (4) treat its findings as advisory because it uses regex splitting (not a full parser) and may miss or misclassify complex SQL.
功能分析
Type: OpenClaw Skill Name: sql-migration-linter Version: 1.0.0 The sql-migration-linter skill is a legitimate tool designed to analyze SQL migration files for common safety and idempotency issues. The implementation in scripts/sql_migration_linter.py uses only the Python standard library to perform regex-based analysis and does not exhibit any high-risk behaviors such as network access, command execution, or sensitive data exfiltration.
能力评估
Purpose & Capability
Name, description, SKILL.md commands, and the included Python script align: a local, rule-based linter for .sql migration files. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Runtime instructions only tell the agent to run the included Python script against migration files and to output text/json/summary. The script reads migration files and analyzes SQL; there are no instructions to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec (instruction-only with an included script). The linter is pure-Python stdlib and runs locally; nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script operates on files provided on the command line and uses no secret-bearing env vars.
Persistence & Privilege
always:false and no self-modifying or system-wide configuration changes in the provided code. The skill does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sql-migration-linter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sql-migration-linter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sql-migration-linter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SQL Migration Linter 是什么?

Lint .sql migration files for common mistakes — missing IF EXISTS guards, UPDATE/DELETE without WHERE, non-idempotent CREATE, missing transaction wrappers, r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 SQL Migration Linter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sql-migration-linter」即可一键安装,无需额外配置。

SQL Migration Linter 是免费的吗?

是的,SQL Migration Linter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SQL Migration Linter 支持哪些平台?

SQL Migration Linter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SQL Migration Linter?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论