跳转到主要内容
Agent Skills

KWDB Agent Skills

An agent skill collection for KWDB queries, AIoT time-series analysis, deployment, and inspection workflows.

View GitHub repo

Install command

Copy and run in your local terminal.

Install a specific public Ready Skill from the official KWDB repository with skills.sh.

Agent Workbench

Installable skills, not another long prompt

Each KWDB Skill defines triggers, runtime steps, and risk gates so SQL, deployment, and inspection work follows a repeatable protocol.

KWDB/KaiwuDB-Agent-Skills

Text2SQL for AIoT

Readyv1.0.0

Convert natural language into KWDB SQL across time-series, relational, and cross-model analysis, with MCP schema discovery when available.

View skill source

Triggers

Time-series queryDownsamplingInterpolationLatest valueCross-model JOINCREATE TABLE

Runtime workflow

  1. 1Detect MCP
  2. 2Discover schema
  3. 3Route scenario
  4. 4Generate SQL
  5. 5Confirm execution
Install commands

Recommended

Install the currently selected public Ready Skill from the official KWDB repository.

npx skills add KWDB/KaiwuDB-Agent-Skills --skill kwdb-text2sql-aiot

RoadMap

From queries and deployment to modeling and operations

KWDB Skills now cover common SQL, deployment, and inspection paths, then expand around practical KWDB engineering tasks.

View repo

kwdb-schema-design

Design KWDB schemas and minimal executable DDL for relational, time-series, and mixed workloads.

Internal

kwdb-performance-review

Review slow SQL, schema issues, execution plans, and tuning options.

Planned

kwdb-troubleshooting

Diagnose KWDB errors, connectivity issues, stability problems, and common failures.

Planned

kwdb-data-migration

Plan KWDB import/export, migration, upgrade, and sync workflows.

Planned

kwdb-ts-anomaly-detection

Build anomaly detection SQL for KWDB time-series data.

Planned