# Peepdb

> Use this skill when the user wants to DB Inspector.

- Skill: `javimosch/peepdb` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/peepdb`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/peepdb/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/peepdb

---


# peepdb Plugin

CLI tool and Python library to inspect databases fast. View data as formatted tables or JSON. Supports MySQL, Postgres, SQLite, MongoDB, MSSQL.

## Commands
- `peepdb self version` — Print version
- `peepdb _ _ <args>` — Passthrough to peepdb

## Usage Examples
- "DB Inspector"

## Installation
```bash
pip install peepdb
```

## Key Features
- CLI-only, no interactive prompts
- No API keys or authentication required
- Pipeline-ready output format
```

