# WeCom AI 插件包示例

将本目录打成 zip，后缀改为 `.wcmp` 后，在客户端「插件中心」导入。

```json
{
  "id": "sample.hello",
  "name": "Hello Sensor",
  "version": "1.0.0",
  "os": ["windows", "linux"],
  "arch": ["x64", "arm64"],
  "minRuntime": "1.0.8",
  "entry": "readme.txt",
  "capabilities": ["ReadTelemetry"],
  "kind": "sensor"
}
```
