← Back to Skills Marketplace
4799
Downloads
6
Stars
51
Active Installs
2
Versions
Install in OpenClaw
/install mysql
Description
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.
Usage Guidance
Safe to install as a MySQL reference skill. Review and explicitly approve any generated SQL before running it, especially write operations, schema changes, session kills, backups, or production configuration changes.
Capability Analysis
Type: OpenClaw Skill
Name: mysql
Version: 1.0.1
The skill bundle provides extensive documentation and best practices for MySQL, covering topics like indexing, transactions, query optimization, and production configuration. It includes SQL code examples and configuration snippets, but these are illustrative and not presented as commands for the AI agent to execute maliciously. The `SKILL.md` metadata correctly identifies the `mysql` binary as a requirement, which is appropriate for the skill's stated purpose. There are no signs of prompt injection, data exfiltration, unauthorized execution, or other malicious intent across any of the files.
Capability Assessment
Purpose & Capability
The skill provides MySQL query, indexing, transaction, and production guidance consistent with its stated purpose; some examples and advice could affect live databases if a user chooses to run them.
Instruction Scope
The artifacts are markdown guidance and examples, not instructions to bypass user approval, auto-run commands, override agent behavior, or conceal actions.
Install Mechanism
The bundle contains markdown files only and discloses a mysql binary requirement appropriate for a MySQL skill; no install scripts or executable payloads were present.
Credentials
Database operations such as ALTER TABLE, KILL, backup settings, and production configuration are high-impact but expected for MySQL administration guidance and are presented as reference material.
Persistence & Privilege
No persistence, credential harvesting, background workers, privilege escalation, network exfiltration, or hidden storage behavior was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mysql - After installation, invoke the skill by name or use
/mysql - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added auxiliary files (indexes, transactions, queries, production), Quick Reference table, expanded content
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is MySQL?
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking. It is an AI Agent Skill for Claude Code / OpenClaw, with 4799 downloads so far.
How do I install MySQL?
Run "/install mysql" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MySQL free?
Yes, MySQL is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MySQL support?
MySQL is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created MySQL?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills