← Back to Plugins
Tools

Clawplug Template

rogerchappel By rogerchappel 👁 15 views ▲ 0 votes

Starter template for building OpenClaw plugins with the Clawplug SDK

GitHub

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

Loading comments...