database-access

Access TinyBots' MySQL databases via Docker for schema exploration and SQL queries.

Updated Nov 1, 2025
One-click install
npx skills add https://github.com/vjcspy/devdocs --skill database-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-access
Source: https://github.com/vjcspy/devdocs/tree/main/agent/skills/tinybots/database-access
Command: npx skills add https://github.com/vjcspy/devdocs --skill database-access

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides streamlined access to TinyBots' MySQL databases, enabling efficient querying and schema inspection for development and debugging tasks.

Core Features & Use Cases

  • Database Connection Details: Provides host, port, and credentials for multiple MySQL instances.
  • Interactive & Non-Interactive Queries: Offers commands for both direct shell access and one-liner SQL queries.
  • Schema Exploration: Includes SQL commands to describe tables, view table structures, and identify relationships.
  • Use Case: A developer needs to check the current user data in the typ-e-db database to debug a login issue. They can use this Skill to quickly list tables, describe the users table, and retrieve specific user records.

Quick Start

Use the database-access skill to list all tables in the typ-e-db database.

Frequently Asked Questions about database-access

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

FAQPage Schema
How do I connect to a MySQL database using Docker for schema exploration?

To connect to a MySQL database using Docker, you need the host, port, and credentials for the specified instance. This Skill provides the exact connection details and command-line instructions needed to access TinyBots MySQL databases.

Can I run non-interactive SQL queries against a MySQL instance via Docker?

Yes, you can run non-interactive SQL queries against a MySQL instance via Docker. This Skill offers specific command-line instructions for executing one-liner SQL queries directly against the target database.

What is the best way to inspect table structures in a MySQL database during debugging?

The best way to inspect table structures in a MySQL database during debugging is by using SQL describe commands. This Skill includes specific queries to list tables, view table schemas, and identify relationships.

Do I need specific credentials to access TinyBots MySQL databases?

Yes, you need specific credentials to access TinyBots MySQL databases. This Skill provides the necessary host, port, and authentication details required to connect to multiple MySQL instances for development and debugging.

How do I list all tables in a specific MySQL database like typ-e-db?

To list all tables in a specific MySQL database like typ-e-db, you use standard SQL commands provided by this Skill. It facilitates quick schema exploration and data retrieval for your development services.