Skip to content

feat: add sliver to registry#258

Open
collectivewinca wants to merge 1 commit into
HKUDS:mainfrom
collectivewinca:add/sliver
Open

feat: add sliver to registry#258
collectivewinca wants to merge 1 commit into
HKUDS:mainfrom
collectivewinca:add/sliver

Conversation

@collectivewinca

Copy link
Copy Markdown
Contributor

Add sliver (exploding topics detection engine) to CLI-Hub registry.

Copilot AI review requested due to automatic review settings April 28, 2026 21:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new CLI registry entry for sliver (exploding topics detection engine) to the CLI-Hub registry.json, making it discoverable/installable via the registry.

Changes:

  • Added a new sliver entry (metadata, install command, entry point, skill_md link, contributor).
  • Reintroduced the existing openclaw-macro entry in the same location with altered indentation/formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread registry.json
Comment on lines +957 to 976
{
"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"
}
]
},
{

Copilot AI Apr 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newly added openclaw-macro entry has inconsistent indentation compared to the rest of registry.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).

Suggested change
{
"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",
"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"
}
]
},
{

Copilot uses AI. Check for mistakes.
Comment thread registry.json
"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",

Copilot AI Apr 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skill_md for sliver points to a GitHub blob URL on a branch named sliver (.../blob/sliver/...). Elsewhere in this registry (e.g., zotero) blob links use a stable branch like main. Consider switching this to blob/main (or a tag/commit SHA) so the link remains stable and consistent.

Suggested change
"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",

Copilot uses AI. Check for mistakes.
@yuh-yang

Copy link
Copy Markdown
Collaborator

Thanks for adding the Sliver registry entry. I validated that the JSON still parses, but this is not ready to merge yet.

The advertised repo URL is not reachable from GitHub right now (https://github.com/collectivewinca/sliver returns repository not found), and the submitted skill_md / install paths also 404. A registry entry needs public, working source_url, install target, and skill link before it can be merged.

Please also keep the diff limited to the new sliver entry. The current patch rewrites the adjacent openclaw-macro block, which creates avoidable merge conflicts without changing Sliver.

@yuh-yang

yuh-yang commented May 2, 2026

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts in this pull request

@omerarslan0

Copy link
Copy Markdown
Collaborator

Blocking issues before this can be considered:

  1. All advertised URLs return 404:

  2. skill_md should be a repo-relative path (consistent with other entries), not an absolute github.com blob URL.

  3. Scope creep: the diff also rewrites the adjacent openclaw-macro block (indentation/order). Please limit the patch to the new sliver entry to avoid the current merge conflict.

  4. PR is currently in CONFLICTING state — rebase on main after fixing the above.

Also: the name "Sliver" collides with a well-known offensive-security C2 framework. The description here ("exploding topics detection engine, TimesFM 2.5") is unrelated, but once the repo is published please make that distinction obvious in the README to avoid confusion for users browsing the registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants