Skip to content

Add openclaw to platforms list#308

Open
yinhaoti wants to merge 1 commit into
nextlevelbuilder:mainfrom
yinhaoti:add-openclaw-platform
Open

Add openclaw to platforms list#308
yinhaoti wants to merge 1 commit into
nextlevelbuilder:mainfrom
yinhaoti:add-openclaw-platform

Conversation

@yinhaoti
Copy link
Copy Markdown

Summary

Adds openclaw to the platforms array in skill.json.

Why

OpenClaw is an open-source agent gateway / runtime that runs Claude as its primary backend. The skill works out-of-the-box inside OpenClaw agents — same SKILL.md + python3 src/ui-ux-pro-max/scripts/search.py invocation pattern as the other Claude-compatible platforms listed.

I'm running this skill inside OpenClaw locally (Mac mini, daily) and it's been useful — wanted to make the install flow target it explicitly.

Test plan

  • python3 src/ui-ux-pro-max/scripts/search.py "dashboard" --domain product returns expected results inside an OpenClaw agent session
  • OpenClaw's openclaw skills check detects the skill via a small SKILL.md wrapper (no upstream change needed for that piece)

No code/data changes — just a single string added to the platforms list.

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.
Copilot AI review requested due to automatic review settings May 16, 2026 09:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new AI platform identifier "openclaw" to the skill.json supported platforms list.

Changes:

  • Append "openclaw" to the platforms array.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants