# Hello Actuator 示例

Windows entry: `hello.cmd`；Linux 可将 manifest.entry 改为 `hello.sh`。

打包为 `.wcmp`（zip）：

```powershell
Compress-Archive -Path "plugins-samples\sample.hello.actuator\*" -DestinationPath "plugins-samples\sample.hello.actuator.wcmp" -Force
```

导入后聊天：`/plugin sample.hello.actuator`
