Skip to content

feat: add ve-twini to registry#259

Open
collectivewinca wants to merge 1 commit intoHKUDS:mainfrom
collectivewinca:add-ve-twini
Open

feat: add ve-twini to registry#259
collectivewinca wants to merge 1 commit intoHKUDS:mainfrom
collectivewinca:add-ve-twini

Conversation

@collectivewinca
Copy link
Copy Markdown

Add ve-twini (unified Twitter/X CLI) to CLI-Hub registry.

Copilot AI review requested due to automatic review settings April 28, 2026 21:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 entry (ve-twini) to the CLI-Hub registry so it can be discovered and installed via the hub catalog.

Changes:

  • Adds ve-twini metadata (install command, entry point, SKILL.md link, contributors) to registry.json
  • Re-renders the adjacent openclaw-macro block as part of inserting the new entry

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

Comment thread registry.json
"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",
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

skill_md for the in-repo openclaw-macro entry points into the harness package path. Per CONTRIBUTING.md (Registry fields → skill_md), in-repo entries should reference the canonical file under the repo-root skills/ tree; skills/cli-anything-openclaw/SKILL.md exists and should be used here.

Suggested change
"skill_md": "openclaw-skill/agent-harness/cli_anything/openclaw/skills/SKILL.md",
"skill_md": "skills/cli-anything-openclaw/SKILL.md",

Copilot uses AI. Check for mistakes.
Comment thread registry.json
"version": "1.0.0",
"description": "Unified Twitter/X CLI bridging bird (GraphQL API) and opencli (browser automation)",
"requires": "Python 3.10+, bird (Twitter API), opencli",
"homepage": "https://github.com/collectivewinca/ve-twini",
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

For standalone repos, homepage is expected to be the official homepage of the target software (not the harness repo) per CONTRIBUTING.md. Since this CLI targets Twitter/X, consider setting homepage to the Twitter/X product site and keep the GitHub repo in source_url.

Suggested change
"homepage": "https://github.com/collectivewinca/ve-twini",
"homepage": "https://x.com",

Copilot uses AI. Check for mistakes.
Comment thread registry.json
"install_cmd": "pip install git+https://github.com/collectivewinca/ve-twini.git#subdirectory=agent-harness",
"entry_point": "cli-anything-ve-twini",
"skill_md": "https://github.com/collectivewinca/ve-twini/blob/main/agent-harness/cli_anything/ve_twini/skills/SKILL.md",
"category": "social",
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

category is set to "social", which doesn't appear elsewhere in registry.json. CONTRIBUTING.md asks for one of the existing categories; please pick an existing category (e.g. communication or web) or update the registry/category consumers to support the new category explicitly.

Suggested change
"category": "social",
"category": "communication",

Copilot uses AI. Check for mistakes.
Comment thread registry.json
Comment on lines 957 to +958
{
"name": "haorui-harry",
"url": "https://github.com/haorui-harry"
"name": "openclaw-macro",
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

The new entries (and the re-rendered openclaw-macro entry) are indented differently from the rest of the clis array (e.g., this object starts with extra indentation). Since this file is typically formatted with 2-space/4-space alignment per nesting level, please reformat these objects to match surrounding entries to keep diffs minimal and avoid implying unintended nesting.

Copilot uses AI. Check for mistakes.
@yuh-yang
Copy link
Copy Markdown
Collaborator

Thanks for adding the VE Twini registry entry. The repo itself is reachable, but the submitted skill_md points at the main branch and currently 404s. The repo default branch is master, and the skill file is available there under agent-harness/cli_anything/ve_twini/skills/SKILL.md.

Please update the skill link to a working URL and keep the registry diff limited to the new ve-twini entry. The current patch also rewrites the adjacent openclaw-macro block, which is unrelated and will make the registry harder to merge cleanly.

@yuh-yang
Copy link
Copy Markdown
Collaborator

yuh-yang commented May 2, 2026

@copilot resolve the merge conflicts in this pull request

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.

3 participants