mysql

Execute MySQL queries, transactions, and CRUD operations via CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill mysql-robomotionio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mysql
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/mysql
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill mysql-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MySQL users face manual, fragmented workflows for executing queries, managing transactions, and performing CRUD operations across different tools. This skill provides a single, consistent CLI interface to run SELECT/INSERT/UPDATE/DELETE, manage transactions with batch support, and execute stored procedures against MySQL databases.

Core Features & Use Cases

  • Execute queries: SELECT, INSERT, UPDATE, DELETE against MySQL databases.
  • Transaction management: batch transactions with atomic commit/rollback support.
  • Stored procedures: execute and pass parameters to MySQL stored procedures.
  • Session-based workflow: deterministic CLI usage with explicit connect and session handling for robust automation.

Quick Start

Connect to your MySQL database and run a sample SELECT query.

Frequently Asked Questions about mysql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute MySQL queries from an automated workflow?▼

To execute MySQL queries from an automated workflow, this skill provides a deterministic CLI interface to run SELECT, INSERT, UPDATE, and DELETE operations against your database with explicit connection management.

What is the best way to manage MySQL transactions with batch support?▼

The best way to manage MySQL transactions is using a skill that enforces deterministic CLI workflows with atomic commit and rollback support, ensuring transactional integrity during batch execution.

Can I run stored procedures on a MySQL database through automation?▼

Yes, you can run stored procedures on a MySQL database through automation by passing parameters to execute predefined SQL logic while maintaining safe error handling for repeatable results.

Does this MySQL execution skill support CRUD operations for data-driven applications?▼

Yes, this MySQL execution skill supports CRUD operations for data-driven applications by enabling developers to execute queries and perform reliable SQL execution with explicit session handling.

Why do I need explicit connection management for MySQL workflows?▼

You need explicit connection management for MySQL workflows to enforce deterministic CLI usage and safe error handling, which ensures repeatable results and robust automation across database sessions.