SQL Connector Skill
Generic SQL Server connectivity for OpenClaw agents — pymssql transport
Overview
Provides a reusable, sealed SQL Server connection layer with automatic retry, parameterized queries, and structured error handling. Built on pymssql (native TDS driver — no sqlcmd required).
Installation
clawhub install sql-connector
Quick Start
from sql_connector import get_connector
db = get_connector('cloud') # or 'local'
# Execute (INSERT/UPDAT
[Description truncada. Veja o README completo no GitHub.]