diff --git a/README.md b/README.md index 9251873..cf2ac75 100644 --- a/README.md +++ b/README.md @@ -781,6 +781,15 @@ +
+ GolemBot - Unified AI assistant framework for multiple Coding Agent CLIs +
+ Wraps Claude Code, Cursor, OpenCode, and Codex behind a single API with a Skill system, IM channel adapters (Feishu/Slack/Telegram/Discord), fleet mode, and an interactive onboard wizard. +

+ 🔗 View Repository +
+
+
Handy - Speech to Text
diff --git a/dist/registry.json b/dist/registry.json index 3ac0421..6a429c4 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -906,6 +906,18 @@ ], "tags": [] }, + { + "productId": "golembot", + "type": "projects", + "displayName": "GolemBot", + "repoUrl": "https://github.com/0xranx/golembot", + "tagline": "Unified AI assistant framework for multiple Coding Agent CLIs", + "description": "Wraps Claude Code, Cursor, OpenCode, and Codex behind a single API with a Skill system, IM channel adapters (Feishu/Slack/Telegram/Discord), fleet mode, and an interactive onboard wizard.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "handy", "type": "projects",