db-query

Installation
SKILL.md

Database Query

Overview

Query databases through a centralized configuration file with automatic SSH tunnel management. Handles connection details, SSH tunnel setup/teardown, and query execution.

Configuration

Setup

  1. Create config file at ~/.config/clawdbot/db-config.json:
    mkdir -p ~/.config/clawdbot
    # Copy example config and edit
    cp /usr/lib/node_modules/clawdbot/skills/db-query/scripts/config.example.json ~/.config/clawdbot/db-config.json
    
Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 2, 2026
db-query — openclaw/skills