跳转到主要内容
Agent Skills

KWDB Agent Skills

面向 KWDB 查询、AIoT 时序分析和部署任务的 agent skill 集合。

查看 GitHub 仓库

Install command

复制后在本地终端执行

推荐安装
skills.sh
npx skills add KWDB/KaiwuDB-Agent-Skills

通过 skills.sh 从 KWDB 官方仓库安装 KWDB Skills。

Agent Workbench

安装后看到的不是文档,而是一套可触发的操作协议

每个 KWDB Skill 都声明了触发词、运行步骤和风险确认边界。 数据库任务需要可复用的执行协议,而不是一次性的长提示词。

skills.sh / KWDB/KaiwuDB-Agent-Skills
manifest v1.0.0

Text2SQL for AIoT

Readyv1.0.0

把自然语言查询转成 KWDB SQL,覆盖时序、关系和跨模分析,并在可用时通过 MCP 发现真实 schema。

Triggers

时序查询降采样插值最新值跨模 JOINCREATE TABLE

Runtime workflow

  1. 1检测 MCP
  2. 2发现库表
  3. 3路由场景
  4. 4生成 SQL
  5. 5确认执行
kwdb-text2sql-aiot install commands

推荐安装

从 KWDB 官方仓库安装公开 Ready Skills。

npx skills add KWDB/KaiwuDB-Agent-Skills

Capability Map

从查询、建模到部署和巡检

Ready Skills 先覆盖最常见的 SQL 与部署路径,后续能力会按 KWDB 工程任务继续扩展。

查看仓库

kwdb-schema-design

为关系、时序、混合 workload 设计 KWDB schema 和最小可执行 DDL。

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

kwdb-intelligent-inspection

Run health checks and inspection workflows based on KWDB monitoring and system views.

Planned