- Add package.json with openclaw.extensions field for all three plugins - Add openclaw.plugin.json manifest files - Plugins: zclaw-chinese-models, zclaw-feishu, zclaw-ui Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"id": "zclaw-ui",
|
|
"name": "ZCLAW UI Extensions",
|
|
"version": "0.1.0",
|
|
"description": "Custom Gateway RPC methods for ZCLAW Tauri desktop UI",
|
|
"author": "ZCLAW",
|
|
"entry": "index.ts"
|
|
}
|