mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-03 12:32:30 +08:00
Add openclaw to platforms list (#308)
OpenClaw (https://openclaw.ai) is an open-source agent gateway that runs Claude as its primary backend. This skill works out-of-the-box inside OpenClaw agents — same SKILL.md + python3 search.py invocation pattern as the other supported platforms. Adding it to the list so the install flow can target it. Co-authored-by: yinhaoti <yinhaoti@macmini.home>
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"droid",
|
||||
"warp",
|
||||
"augment",
|
||||
"antigravity"
|
||||
"antigravity",
|
||||
"openclaw"
|
||||
],
|
||||
"install": "npx uipro-cli init --ai {{platform}}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user