From f32d6a61cdf0bfd57404c45854583fd19ff95088 Mon Sep 17 00:00:00 2001 From: Wynn Date: Sun, 21 Jun 2026 04:58:45 -0400 Subject: [PATCH] Add openclaw to platforms list (#308) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- skill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skill.json b/skill.json index 4c6748b..9cdb76c 100644 --- a/skill.json +++ b/skill.json @@ -35,7 +35,8 @@ "droid", "warp", "augment", - "antigravity" + "antigravity", + "openclaw" ], "install": "npx uipro-cli init --ai {{platform}}" }