| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
| version | 1.0.0 |
{{pluginDisplayName}}
Package: @heretek-ai/openclaw-{{pluginName}}
Version: 1.0.0
Type: Skill Plugin
License: MIT
Purpose
{{skillDescription}}
Installation
npm install @heretek-ai/openclaw-{{pluginName}}
openclaw plugins install @heretek-ai/openclaw-{{pluginName}}
Skills
{{skillName}}
{{skillDescription}}
Parameters:
| Parameter | Type | Required | Description |
|---|
query | string | Yes | Query to process |
options | object | No | Additional options |
Example:
const result = await gateway.skills.execute('{{skillName}}', {
query: 'what is the status?'
});
License
MIT