Skip to content

Commit 6441763

Browse files
committed
chore(bundle): add openclaw.plugin.json for ClawHub bundle publish
ClawHub's bundle plugin schema started requiring openclaw.plugin.json after our 1.0.9 publish (2026-04-30). Adding a minimal manifest so the 1.3.0 bundle can be published. This file is for ClawHub bundle distribution only — it does not affect npm package, Claude Code plugin marketplace, or any other channel.
1 parent b53efe2 commit 6441763

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

plugin/openclaw.plugin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "meigen-ai-design",
3+
"name": "AI Image Generator & Editor — GPT Image 2, Nanobanana, ComfyUI",
4+
"description": "AI image and video generation across 9 leading models (GPT Image 2, Nanobanana 2, Seedream 5.0, Midjourney V8.1, Flux 2 Klein, Seedance 2.0, Happyhorse 1.0, Veo 3.1, local ComfyUI) via MCP. Works in Claude Code, Cursor, Codex, Windsurf, OpenClaw, Hermes Agent, and any MCP-compatible host.",
5+
"version": "1.3.0",
6+
"skills": [
7+
"./skills"
8+
],
9+
"configSchema": {
10+
"type": "object",
11+
"additionalProperties": false,
12+
"properties": {}
13+
}
14+
}

0 commit comments

Comments
 (0)