feat: add CloakBrowser CLI to public registry#336
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 711b124ed9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "npm_package": "@dreamor/cloakbrowser-cli", | ||
| "install_cmd": "npm install -g @dreamor/cloakbrowser-cli cloakbrowser playwright-core", | ||
| "npx_cmd": "npx @dreamor/cloakbrowser-cli", | ||
| "skill_md": "https://github.com/dreamor/cloakbrowser-cli/blob/main/SKILL.md", |
There was a problem hiding this comment.
Point skill_md at an existing upstream skill
The new registry entry advertises skill_md as https://github.com/dreamor/cloakbrowser-cli/blob/main/SKILL.md, but the upstream repository currently has no SKILL.md at that path (the repo listing only shows README/package files and the raw URL returns 404). Any cli-hub/UI user following this field to learn the agent usage guide for CloakBrowser will land on a broken link; either add the skill to the upstream repo or point this field at an existing document.
Useful? React with 👍 / 👎.
|
Thanks for adding CloakBrowser to the public registry. I rechecked the external resources and the upstream The remaining structural issue is that this PR also adds Please also include a clean install smoke note for |
The SKILL.md file should not exist in this repo — it is maintained in the upstream CloakBrowser CLI project and referenced via skill_md URL in public_registry.json. Removing it from this PR.
|
Hi @yuh-yang, thanks for catching that! You were right — the root I've now removed |
Summary
Add CloakBrowser CLI (
@dreamor/cloakbrowser-cli) to the public registry.CLI Details
cloak@dreamor/cloakbrowser-cli(npm)What CloakBrowser CLI Does
CloakBrowser CLI wraps the CloakBrowser stealth Chromium browser with a structured, agent-friendly command surface. It covers:
cloak fetch,cloak scrapefor quick page retrievalcloak doctorandcloak test --detector fingerprintjsClean Install Smoke Test
Checklist
npm_packageis a published npm package (@dreamor/cloakbrowser-cli)skill_mdpoints to the SKILL.md in the source reposource_urlpoints to the GitHub repository