-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: add sliver to registry #258
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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", | ||||||
|
||||||
| "skill_md": "https://github.com/collectivewinca/sliver/blob/sliver/agent-harness/cli_anything/sliver/skills/SKILL.md", | |
| "skill_md": "https://github.com/collectivewinca/sliver/blob/main/agent-harness/cli_anything/sliver/skills/SKILL.md", |
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.
The newly added
openclaw-macroentry has inconsistent indentation compared to the rest ofregistry.json(object starts at line 957 with extra spaces; keys are also over-indented). This makes the diff noisy and may violate any JSON formatting checks. Please reformat this entry to match the surrounding 2-space indentation style (e.g., align{with other entries and keys with other keys).