From 18fecd755c122bb4de2774aef8bf165b87f06c38 Mon Sep 17 00:00:00 2001 From: Kraubster <219547058+Kraubster@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:13:09 +0000 Subject: [PATCH 1/2] Add OpenClaw application entry to applications.json --- core/data/dynamic/applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/core/data/dynamic/applications.json b/core/data/dynamic/applications.json index eeec791..5761fce 100644 --- a/core/data/dynamic/applications.json +++ b/core/data/dynamic/applications.json @@ -12771,6 +12771,22 @@ "language": "JavaScript", "license": "GPL-3.0", "homepage_url": null + }, + { + "name": "OpenClaw", + "description": "https://github.com/openclaw/openclaw", + "repo_url": "", + "tags": [], + "platforms": [ + "cross" + ], + "category": "assistant", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] -} \ No newline at end of file +} From 40c9446f8ca81215b69f24164de84a1946d18c38 Mon Sep 17 00:00:00 2001 From: Kraubster <219547058+Kraubster@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:27:26 +0000 Subject: [PATCH 2/2] Fix OpenClaw description and repo_url fields --- core/data/dynamic/applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/data/dynamic/applications.json b/core/data/dynamic/applications.json index 5761fce..79215cf 100644 --- a/core/data/dynamic/applications.json +++ b/core/data/dynamic/applications.json @@ -12774,8 +12774,8 @@ }, { "name": "OpenClaw", - "description": "https://github.com/openclaw/openclaw", - "repo_url": "", + "description": "", + "repo_url": "https://github.com/openclaw/openclaw", "tags": [], "platforms": [ "cross"