← Back to Skills Marketplace
ivangdavila

MariaDB

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ pending
932
Downloads
2
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install mariadb
Description
Write efficient MariaDB queries with proper indexing, temporal tables, and clustering.
Usage Guidance
This skill appears coherent and safe as a local MariaDB helper. It does presume presence of the mariadb client and also mentions related tools (mariadb-dump, mariadb-backup, mysqlbinlog) — you may need to install those if you want backup/restore guidance. The skill does not request credentials in its manifest, but to actually run queries or backups the agent will need database connection details: only provide DB credentials to the agent if you trust it and prefer doing so in a controlled, non-production environment first. If you want stricter control, test the skill locally and avoid giving persistent secrets to the agent.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md provides guidance on indexing, temporal tables, clustering, backups, and other MariaDB topics. The registry requires the 'mariadb' binary which is appropriate for a DB helper.
Instruction Scope
Instructions stay within MariaDB administration and query-writing scope and do not request reading arbitrary files or environment secrets. Minor mismatch: the text references additional tools/commands (mariadb-dump, mariadb-backup, mysqlbinlog) that are not listed in requires.bins — this is likely harmless but could cause runtime failures if those binaries are missing.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk or downloaded during install — lowest-risk install model.
Credentials
The skill declares no environment variables, credentials, or config paths. The instructions reference connection strings and SQL commands but do not demand any secrets in the skill manifest — this is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent elevated privileges or configuration changes to other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mariadb
  3. After installation, invoke the skill by name or use /mariadb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug mariadb
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is MariaDB?

Write efficient MariaDB queries with proper indexing, temporal tables, and clustering. It is an AI Agent Skill for Claude Code / OpenClaw, with 932 downloads so far.

How do I install MariaDB?

Run "/install mariadb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MariaDB free?

Yes, MariaDB is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MariaDB support?

MariaDB is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created MariaDB?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments