An automated workflow to collect SQL Server slow queries and replay them on TiDB to validate compatibility and analyze performance differences.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sqlserver-tidb-replay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sqlserver-tidb-replay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SQL Server to TiDB SQL Replay tool is a technical utility designed for database administrators and developers planning a migration. It allows for the capture of production-level slow query logs from SQL Server via Extended Events and replays them in a controlled TiDB environment. This process is essential for identifying syntax incompatibilities, such as T-SQL specific clauses, and assessing the performance gain or loss before moving live traffic.
By utilizing Openclaw Skills, teams can automate the complex task of normalizing non-standard SQL Server logs into clean, executable SQL. The skill provides an end-to-end pipeline that moves from raw data collection to a professional HTML analysis report, featuring automated syntax conversion suggestions and migration risk assessments.
Ensure your environment has Python 3.8+ and the necessary libraries (pandas, pymysql). For collection, PowerShell 5.1+ is required on the Windows host.
First, configure your TiDB connection:
export TIDB_HOST="your-tidb-host"
export TIDB_PORT="4000"
export TIDB_USER="root"
export TIDB_PASSWORD="your-password"
export TIDB_DATABASE="test_db"
Then, execute the normalization and replay scripts as part of your Openclaw Skills workflow to begin the validation process.
The skill manages data across several stages of the migration lifecycle:
| File Type | Description |
|---|---|
| *_raw.csv | Original captured data from SQL Server Extended Events |
| *_standard.csv | Normalized SQL text with cleaned parameters and formatting |
| *.format.json | Intermediate replay format containing SQL, timestamps, and connection IDs |
| replay_report.html | Final assessment report including performance Top 10 and error distribution |
Loading
A high-performance text generation skill leveraging MiniMax LLMs for advanced reasoning, coding, and multi-language support.

An AI-powered music generation tool that creates high-fidelity audio tracks from text descriptions and lyrics using advanced MiniMax models.

A professional-grade text-to-speech skill for generating high-fidelity audio from text using MiniMax's advanced AI models.

A specialized skill for extracting and comparing live autonomous vehicle fleet data across US cities from Robotaxi Tracker.

A bridge enabling OpenClaw to delegate complex tasks and queries to a locally installed Hermes Agent via CLI.

An AI-powered video editing skill that merges multiple clips into a professional 1080p MP4 file using cloud GPU rendering.








































