| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
| version | 1.0.0 |
{{pluginDisplayName}}
Package: @heretek-ai/openclaw-{{pluginName}}
Version: 1.0.0
Type: Tool Plugin
License: MIT
Purpose
{{pluginDescription}}
This plugin provides tools for the Heretek OpenClaw system.
Installation
npm install @heretek-ai/openclaw-{{pluginName}}
openclaw plugins install @heretek-ai/openclaw-{{pluginName}}
Tools
{{toolName}}
{{toolDescription}}
Parameters:
| Parameter | Type | Required | Description |
|---|
input | string | Yes | Input to process |
options | object | No | Additional options |
Example:
const result = await gateway.tools.execute('{{toolName}}', {
input: 'data to process'
});
License
MIT