From 9dd95048e98d96124eba43958d4287b2064782fe Mon Sep 17 00:00:00 2001 From: aletviegas Date: Tue, 28 Apr 2026 16:58:15 -0400 Subject: [PATCH] Add sliver CLI to registry --- registry.json | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/registry.json b/registry.json index 53a7b6107..d3f1eccc8 100644 --- a/registry.json +++ b/registry.json @@ -954,22 +954,41 @@ } ] }, + { + "name": "openclaw-macro", + "display_name": "OpenClaw Macro System", + "version": "1.0.0", + "description": "Layered CLI that converts GUI workflows into parameterized, agent-callable macros — with backend routing across native APIs, file transforms, accessibility controls, and compiled GUI replay", + "requires": null, + "homepage": "https://github.com/HKUDS/CLI-Anything", + "source_url": null, + "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openclaw-skill/agent-harness", + "entry_point": "cli-anything-openclaw", + "skill_md": "openclaw-skill/agent-harness/cli_anything/openclaw/skills/SKILL.md", + "category": "automation", + "contributors": [ + { + "name": "haorui-harry", + "url": "https://github.com/haorui-harry" + } + ] + }, { - "name": "openclaw-macro", - "display_name": "OpenClaw Macro System", + "name": "sliver", + "display_name": "Sliver", "version": "1.0.0", - "description": "Layered CLI that converts GUI workflows into parameterized, agent-callable macros — with backend routing across native APIs, file transforms, accessibility controls, and compiled GUI replay", - "requires": null, - "homepage": "https://github.com/HKUDS/CLI-Anything", - "source_url": null, - "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openclaw-skill/agent-harness", - "entry_point": "cli-anything-openclaw", - "skill_md": "openclaw-skill/agent-harness/cli_anything/openclaw/skills/SKILL.md", - "category": "automation", + "description": "Exploding topics detection engine using TimesFM 2.5 time-series forecasting", + "requires": "Python 3.10+, HF_TOKEN, HF_BUCKET_NAME, TimesFM 2.5", + "homepage": "https://github.com/collectivewinca/sliver", + "source_url": "https://github.com/collectivewinca/sliver", + "install_cmd": "pip install git+https://github.com/collectivewinca/sliver.git#subdirectory=agent-harness", + "entry_point": "cli-anything-sliver", + "skill_md": "https://github.com/collectivewinca/sliver/blob/sliver/agent-harness/cli_anything/sliver/skills/SKILL.md", + "category": "ai", "contributors": [ { - "name": "haorui-harry", - "url": "https://github.com/haorui-harry" + "name": "collectivewinca", + "url": "https://github.com/collectivewinca" } ] }