miudb

Query and manage saved database connections via a headless CLI.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/vanducng/skills --skill miudb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miudb
Source: https://github.com/vanducng/skills/tree/main/skills/miudb
Command: npx skills add https://github.com/vanducng/skills --skill miudb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query, inspect, and manage saved database connections through the Go miudb CLI. Use when the user asks to run SQL, list schemas, add native connections, smoke-test connections, inspect tunnel-backed databases, or produce agent-readable JSON from SQLite, Postgres, MySQL, Snowflake, or BigQuery.

Core Features & Use Cases

  • Headless, agent-safe SQL execution against saved connections with deterministic, machine-readable output.
  • Manage connections end-to-end: add, verify, smoke-test, describe, and troubleshoot tunnel-backed databases.
  • Produce JSON-formatted results suitable for integration with MCP and other agent workflows; supports multiple database backends.

Quick Start

Invoke miudb to run a sample query against a saved connection to verify connectivity.

Frequently Asked Questions about miudb

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

FAQPage Schema
How do I run SQL queries from a CLI and get JSON output for agent workflows?

You can run SQL queries from a CLI to get deterministic JSON output by using a headless database tool. This allows agents to execute scripts against saved connections and process machine-readable results directly.

Can I manage and smoke-test multiple database connections including Postgres and MySQL?

Yes, you can add, verify, and smoke-test database connections for Postgres and MySQL. The tool manages saved connections end-to-end and describes tunnel-backed databases to ensure safe scriptable access.

Does this headless SQL CLI work with cloud databases like Snowflake and BigQuery?

Yes, the headless SQL CLI works with cloud databases like Snowflake and BigQuery. It supports executing queries and listing schemas across SQLite, Postgres, MySQL, Snowflake, and BigQuery with JSON output.

What is the best way to inspect tunnel-backed databases without a GUI?

The best way to inspect tunnel-backed databases without a GUI is using a headless CLI. It allows you to describe and troubleshoot tunnel-backed databases while producing deterministic, machine-readable JSON output.

How do I list database schemas via command line for automation scripts?

You can list database schemas via command line for automation scripts by invoking a headless DB CLI. It queries saved connections and returns schema details in deterministic JSON format suitable for automated workflows.