# Mysql

> Manage MySQL databases via the mysql CLI. Use when querying, inspecting schema, or managing MySQL databases.

- **Type:** Skill
- **Install:** `agentstack add skill-fworks-tech-agenthood-mysql`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fworks-tech](https://agentstack.voostack.com/s/fworks-tech)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** https://github.com/fworks-tech/agenthood/tree/main/skills/mysql
- **Website:** https://agenthood.flabs.tech/

## Install

```sh
agentstack add skill-fworks-tech-agenthood-mysql
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mysql

Use `mysql` to interact with MySQL databases.

## Common Commands

### Connection
- Connect: `mysql -h  -u  -p `
- Execute query: `mysql -e "SELECT * FROM table LIMIT 10" `

### Inspection
- List databases: `SHOW DATABASES;`
- List tables: `SHOW TABLES;`
- Describe table: `DESCRIBE ;`

### Operations
- Execute from file: `mysql   -p  > backup.sql`
- Import: `mysql  < backup.sql`

## Notes
- Avoid passing password as command-line argument in shared environments
- Use `~/.my.cnf` for stored credentials

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** [fworks-tech/agenthood](https://github.com/fworks-tech/agenthood)
- **License:** MIT
- **Homepage:** https://agenthood.flabs.tech/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fworks-tech-agenthood-mysql
- Seller: https://agentstack.voostack.com/s/fworks-tech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
