Skip to content

Commit 134b586

Browse files
authored
Merge pull request #164 from allthingssecurity/codex/add-clibrowser-to-registry
[codex] add clibrowser to CLI-Hub registry
2 parents 64ed6eb + b0d7389 commit 134b586

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

registry.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta": {
33
"repo": "https://github.com/HKUDS/CLI-Anything",
44
"description": "CLI-Hub — Agent-native stateful CLI interfaces for softwares, codebases, and Web Services",
5-
"updated": "2026-03-26"
5+
"updated": "2026-03-29"
66
},
77
"clis": [
88
{
@@ -382,6 +382,20 @@
382382
"category": "graphics",
383383
"contributor": "levishilf",
384384
"contributor_url": "https://github.com/levishilf"
385+
},
386+
{
387+
"name": "clibrowser",
388+
"display_name": "clibrowser",
389+
"version": "0.1.0",
390+
"description": "Zero-dependency CLI browser for AI agents with search, extraction, forms, RSS, crawling, auth, and WebMCP support",
391+
"requires": "Rust toolchain (cargo) for source install, or manual binary download from GitHub Releases",
392+
"homepage": "https://github.com/allthingssecurity/clibrowser",
393+
"install_cmd": "cargo install --git https://github.com/allthingssecurity/clibrowser.git --tag v0.1.0 --locked",
394+
"entry_point": "clibrowser",
395+
"skill_md": null,
396+
"category": "web",
397+
"contributor": "allthingssecurity",
398+
"contributor_url": "https://github.com/allthingssecurity"
385399
}
386400
]
387401
}

0 commit comments

Comments
 (0)