-
Notifications
You must be signed in to change notification settings - Fork 17
feat(registry): add openclaw agent #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(registry): add openclaw agent #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the Moltbot agent to the official ACP registry and updates the documentation index to include it, while also updating the Qwen Code icon to match the current icon.svg.
Changes:
- Add
moltbot/agent.jsondescribing the Moltbot agent with annpxdistribution pinned toclawdbot@2026.1.24and ACP entrypoint arguments. - Add a compliant monochrome
moltbot/icon.svg(16×16,currentColor) for use in the registry and docs. - Regenerate
.docs/index.mdxto include a Moltbot card and to inline the updated Qwen Code icon SVG.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
moltbot/agent.json |
Defines the Moltbot agent metadata and npx distribution, wired to the clawdbot@2026.1.24 package with acp arguments and matching numeric version. |
moltbot/icon.svg |
Provides a 16×16, monochrome SVG icon using currentColor, satisfying the registry’s icon validation rules. |
.docs/index.mdx |
Regenerated Mintlify index to add a Moltbot card (name, description, version, icon, repo link) and to inline the updated Qwen Code SVG icon. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hey! are you sure of this change? |
I don't see a way how openclaw is implementing any of auth flows described in https://github.com/agentclientprotocol/registry/blob/main/AUTHENTICATION.md |
|
Please rebase to the latest main, I added more check and mentioned them in contributing.md |
Why
How
openclawregistry entry pointing toopenclaw/openclaw(renamed frommoltbot/moltbot).npxdistribution pinned toopenclaw@2026.1.29withacpargs.icon.svgand regenerate Mintlify agents index.Tests