← Back to Skills Marketplace
Mysql Skill 1.0.0 (3)
by
ding-renew
· GitHub ↗
· v1.0.0
· MIT-0
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mysql-skill-1-0-0-3
Description
MySQL 数据库管理技能。通过自然语言查询、管理 MySQL 数据库,支持 SELECT/INSERT/UPDATE/DELETE、表管理、备份恢复等操作。当用户提到 MySQL、数据库查询、建表、数据备份时使用此技能。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mysql-skill-1-0-0-3 - After installation, invoke the skill by name or use
/mysql-skill-1-0-0-3 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mysql-skill 1.0.0 – MySQL 数据库管理技能发布
- 支持通过自然语言进行 MySQL 查询与管理,包括 SELECT/INSERT/UPDATE/DELETE。
- 提供表管理、建表、修改表结构、索引管理等功能。
- 实现数据库/表级备份与恢复操作。
- 附带慢查询分析和索引优化建议,辅助性能优化。
- 丰富的使用示例、故障排查与安全建议,方便用户上手。
- 详尽的安装、环境配置和常用操作指引。
Metadata
Frequently Asked Questions
What is Mysql Skill 1.0.0 (3)?
MySQL 数据库管理技能。通过自然语言查询、管理 MySQL 数据库,支持 SELECT/INSERT/UPDATE/DELETE、表管理、备份恢复等操作。当用户提到 MySQL、数据库查询、建表、数据备份时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Mysql Skill 1.0.0 (3)?
Run "/install mysql-skill-1-0-0-3" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mysql Skill 1.0.0 (3) free?
Yes, Mysql Skill 1.0.0 (3) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mysql Skill 1.0.0 (3) support?
Mysql Skill 1.0.0 (3) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mysql Skill 1.0.0 (3)?
It is built and maintained by ding-renew (@ding-renew); the current version is v1.0.0.
More Skills