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:
Wynn
2026-06-21 04:58:45 -04:00
committed by GitHub
parent c522197c72
commit f32d6a61cd

View File

@@ -35,7 +35,8 @@
"droid",
"warp",
"augment",
"antigravity"
"antigravity",
"openclaw"
],
"install": "npx uipro-cli init --ai {{platform}}"
}