← 返回 Skills 市场
ding-renew

Mysql Skill 1.0.0 (3)

作者 ding-renew · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysql-skill-1-0-0-3
功能描述
MySQL 数据库管理技能。通过自然语言查询、管理 MySQL 数据库,支持 SELECT/INSERT/UPDATE/DELETE、表管理、备份恢复等操作。当用户提到 MySQL、数据库查询、建表、数据备份时使用此技能。
安全使用建议
This skill appears to do what it claims (manage MySQL via natural language), but the package/manifest is inconsistent in ways that matter: package.json lists mysql/mysqldump and install commands while the registry summary did not declare them, and SKILL.md expects credentials via ~/.my.cnf or environment variables although no env vars are declared. Before installing/use: (1) verify the skill publisher and repository (the package.json repo/homepage point to external URLs), (2) treat DB credentials carefully — create a least-privilege user for this skill and avoid using root or full-admin accounts, (3) prefer to install the MySQL client yourself (run the apt/brew commands manually) rather than relying on the skill to do it automatically, (4) confirm where credentials will be stored/used (do not expose them in shared shells or logs), and (5) consider requesting the skill author to correct manifest metadata so required binaries and env vars are declared consistently. If you need higher assurance, review the upstream repository (github URL in package.json) or ask the author for a signed/verified release before granting access to any production database.
能力评估
Purpose & Capability
The skill is clearly intended for MySQL DB management and the actions/instructions (SQL generation, mysqldump, mysql commands) are coherent with that purpose. package.json also lists mysql and mysqldump as required binaries, which is expected for the described functionality. However, registry metadata shown earlier lists no required binaries while package.json does — an inconsistency in declared capabilities.
Instruction Scope
SKILL.md instructs use of ~/.my.cnf or environment variables (MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE) to provide credentials, but the skill's declared required env vars are empty. The runtime instructions therefore reference credentials/paths that are not declared in the skill manifest. While the instructions don't explicitly tell the agent to read arbitrary unrelated files, they do instruct running mysql/mysqldump commands which will consume local credentials — this mismatch should be clarified.
Install Mechanism
No install spec was reported at the top-level registry view, but package.json includes an openclaw.install entry with apt/brew commands to install mysql-client. Those commands use standard package managers (low risk). The only concern is the manifest inconsistency: install instructions exist inside package.json but were not reflected in the provided registry 'Install specifications' summary.
Credentials
The skill reasonably needs database credentials to operate, and SKILL.md recommends storing them in ~/.my.cnf or env vars. It does not request unrelated credentials. The proportionate concern is that required credentials are not declared in the skill metadata (no primaryEnv, no requires.env), so an agent or integrator may not be aware the skill will rely on secrets in the environment or config files.
Persistence & Privilege
The skill does not request permanent presence (always: false) and uses default model invocation behavior. There is no evidence it modifies other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mysql-skill-1-0-0-3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mysql-skill-1-0-0-3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
mysql-skill 1.0.0 – MySQL 数据库管理技能发布 - 支持通过自然语言进行 MySQL 查询与管理,包括 SELECT/INSERT/UPDATE/DELETE。 - 提供表管理、建表、修改表结构、索引管理等功能。 - 实现数据库/表级备份与恢复操作。 - 附带慢查询分析和索引优化建议,辅助性能优化。 - 丰富的使用示例、故障排查与安全建议,方便用户上手。 - 详尽的安装、环境配置和常用操作指引。
元数据
Slug mysql-skill-1-0-0-3
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mysql Skill 1.0.0 (3) 是什么?

MySQL 数据库管理技能。通过自然语言查询、管理 MySQL 数据库,支持 SELECT/INSERT/UPDATE/DELETE、表管理、备份恢复等操作。当用户提到 MySQL、数据库查询、建表、数据备份时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Mysql Skill 1.0.0 (3)?

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

Mysql Skill 1.0.0 (3) 是免费的吗?

是的,Mysql Skill 1.0.0 (3) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mysql Skill 1.0.0 (3) 支持哪些平台?

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

谁开发了 Mysql Skill 1.0.0 (3)?

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

💬 留言讨论