Overview
- Skill Key
- gausszhu/sql-guard-copilot-zhu
- Author
- gausszhu
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gausszhu/sql-guard-copilot-zhu
- Latest Commit SHA
- 88da347365b65cacc130bdfad6ff834dcc9c6415
Simplify SQL querying and troubleshooting for MySQL, PostgreSQL, and SQLite. Use when users ask to inspect schema, convert natural language to SQL, debug SQL errors, run explain plans, lint risky SQL, or validate data with safe read-only execution.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sql-query-copilot 技能。 若已安装,则直接安装 sql-query-copilot 技能。
# SQL Query Copilot ## Overview Use this skill to turn plain-language requests into executable SQL with a predictable, low-risk workflow. Default to read-only execution and validate every query against schema before running. ## Quick Start Set `SQL_DSN` first (or pass `--dsn` each time). ```bash # PowerShell $env:SQL_DSN="mysql://user:password@127.0.0.1:3306/stock_monitor" $env:SQL_DSN="postgres://user:password@127.0.0.1:5432/stock_monitor" $env:SQL_DSN="sqlite:///d:/data/demo.db" # Windows CMD set SQL_DSN=mysql://user:password@127.0.0.1:3306/stock_monitor set SQL_DSN=postgres://user:password@127.0.0.1:5432/stock_monitor set SQL_DSN=sqlite:///d:/data/demo.db # Bash / Zsh export SQL_DSN="mysql://user:password@127.0.0.1:3306/stock_monitor" export SQL_DSN="postgres://user:password@127.0.0.1:5432/stock_monitor" export SQL_DSN="sqlite:///d:/data/demo.db" ``` Core commands: ```bash python scripts/sql_easy.py tables python scripts/sql_easy.py describe daily_kline python scripts/sql_easy.py lint --sql "SELECT * FROM daily_kline" python scripts/sql_easy.py explain --sql "SELECT code, close FROM daily_kline WHERE trade_date >= '2026-01-01'" python scripts/sql_easy.py query --sql "SELECT code, close FROM daily_kline ORDER BY trade_date DESC" --limit 50 python scripts/sql_easy.py query --sql "SELECT code, close FROM daily_kline" --summary python scripts/sql_easy.py ask --q "show symbols with old sell signals older than 20 days" --summary python scripts/sql_easy.py profile ``` Set `OPENAI_API_KEY` (or pass `--api-key`) to use `ask`. ## v0.2 Highlights - Multi-engine support: MySQL, PostgreSQL, SQLite. - SQL lint engine: catches high-risk patterns before execution. - Explain mode: quickly inspect query plan (`EXPLAIN` / `EXPLAIN QUERY PLAN`). - Natural-language mode: `ask` generates SQL from user intent. - Query summary: auto profile returned columns (null ratio, distinct count, min/max/avg). - Slow query warning: highlights expensive queries using `--slow-ms`. - Audi...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.