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] 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 +}