Tools
Clawplug Template
Starter template for building OpenClaw plugins with the Clawplug SDK
Install
npm install
npm
README
# clawplug-template
Use this template to create an OpenClaw plugin with clawplug.
## Use this template
1. Click **Use this template** in GitHub.
2. Replace the package name, plugin id, and example tool with your integration.
3. Run:
```sh
npm install
npm test
npm run build
```
tools
Comments
Sign in to leave a comment