Skill

Db Explorer

Connect to and explore databases (PostgreSQL, MySQL, SQLite, MongoDB, Redis). Run queries, inspect schemas, export data. Use when user wants to query a datab...

Verified: 2026-05-15 (clawhub-ingest-2026-05-15+enrich-capability-skill)

When to use Db Explorer

Choose if

You want one agent-side skill that can connect to PostgreSQL, MySQL, SQLite, MongoDB, or Redis, inspect schemas, run queries with safety guardrails (read-only default, 100-row default limit, write-confirmation), export to CSV/JSON, run health diagnostics (slow queries, cache hit ratio), and help with cross-database migration via CSV intermediaries.

Avoid if

Your stack is on a database the skill doesn't cover (e.g., BigQuery, Snowflake, DynamoDB, ClickHouse, Cassandra) — you'd be better off with a database-specific CLI or MCP server. Also avoid in highly regulated environments where ad-hoc query execution from an agent isn't permitted regardless of the read-only default.

Risk Flags

  • MEDIUM scope SKILL.md states write operations require explicit confirmation and SELECT queries default to 100-row limits; misconfiguration that disables these guardrails would allow unintended mutations. Treat any session with elevated privileges as risk-bearing.
  • LOW auth Requires user-supplied connection credentials per database. SKILL.md notes "passwords avoid command history", but the operator must still provision credentials securely (env vars, secret store, not committed config).
  • LOW scope Installation varies by OS (Homebrew on macOS, apt on Linux); no single install path. Sandboxed runtimes without those package managers need manual driver installation.

Cost

Type: Free

Distribution

ClawHub
db-explorer-lrg913427
License
MIT-0