← Back to Skills Marketplace
smseow001

CLI-Hub Tools

by SMS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cli-hub-wiki
Description
CLI-Hub工具箱 - 100+ CLI工具一键安装。浏览器自动化、视频编辑、知识管理、AI模型、云服务等。源自HKUDS CLI-Anything项目。
README (SKILL.md)

CLI-Hub 工具箱

来源: HKUDS CLI-Anything
安装: pip install cli-anything-hub
命令: cli-hub


核心命令

cli-hub list          # 查看所有可用CLI
cli-hub search \x3C词>    # 搜索CLI
cli-hub install \x3C名>   # 安装CLI
cli-hub info \x3C名>      # 查看CLI详情
cli-hub launch \x3C名>   # 运行CLI
cli-hub update \x3C名>    # 更新CLI
cli-hub uninstall \x3C名> # 卸载CLI

分类CLI列表

🌐 浏览器自动化

CLI 说明 安装
browser Chrome自动化 via DOMShell cli-hub install browser
clibrowser 零依赖AI浏览器CLI cli-hub install clibrowser
safari macOS Safari自动化 cli-hub install safari

🎬 视频处理

CLI 说明 安装
kdenlive 视频编辑渲染 via melt cli-hub install kdenlive
shotcut 视频编辑 via ffmpeg cli-hub install shotcut
openscreen 屏幕录制编辑 cli-hub install openscreen
videocaptioner AI视频字幕生成 cli-hub install videocaptioner

📚 知识管理

CLI 说明 安装
obsidian Obsidian笔记管理 cli-hub install obsidian
mubu 知识大纲工具 cli-hub install mubu
zotero Zotero文献管理 cli-hub install zotero

🤖 AI模型

CLI 说明 安装
ollama 本地LLM推理管理 cli-hub install ollama
novita Novita AI API访问 cli-hub install novita
comfyui AI图像生成工作流 cli-hub install comfyui

☁️ 云服务

CLI 说明 安装
aws AWS云服务管理 cli-hub install aws
cloudalyzer 云成本分析 cli-hub install cloudalyzer

🔧 自动化

CLI 说明 安装
n8n 工作流自动化 cli-hub install n8n
pm2 Node.js进程管理 cli-hub install pm2

🎨 设计

CLI 说明 安装
blender 3D建模动画渲染 cli-hub install blender
drawio 图表创建导出 cli-hub install drawio
mermaid Mermaid图表 cli-hub install mermaid
sketch Sketch设计文件 cli-hub install sketch

🎮 游戏

CLI 说明 安装
godot Godot游戏引擎 cli-hub install godot
slay_the_spire_ii 杀戮尖塔2自动化 cli-hub install slay_the_spire_ii

📊 数据

CLI 说明 安装
chromadb 向量数据库 cli-hub install chromadb
eth2-quickstart 以太坊节点部署 cli-hub install eth2-quickstart

使用示例

安装浏览器自动化

cli-hub install browser

搜索视频相关CLI

cli-hub search video

查看Obsidian详情

cli-hub info obsidian

运行Ollama

cli-hub launch ollama --help

适用场景

任务 推荐CLI
网页截图/爬取 browser, clibrowser
视频字幕生成 videocaptioner
笔记管理 obsidian
本地LLM ollama
AI图像生成 comfyui
云成本分析 cloudalyzer
3D建模 blender
工作流自动化 n8n

安装状态

CLI-Hub已安装在: /usr/local/bin/cli-hub

查看所有CLI:

cli-hub list

搜索特定CLI:

cli-hub search \x3C关键词>

对比:自己写 vs CLI-Hub

自己写 CLI-Hub
从零开始 100+现成工具
需维护代码 自动更新
功能有限 社区贡献
耗时 一键安装

Powered by HKUDS CLI-Anything | Updated: 2026-04-17

Usage Guidance
This skill is essentially documentation that tells you to pip-install a third‑party package that will download and install many other CLIs. Before installing or running it: 1) verify the package's provenance (PyPI project page, source repo, maintainer, recent activity); 2) inspect the package code or repository for unexpected network or privilege actions; 3) prefer running the installer in a sandbox or container and avoid running pip install as root; 4) be prepared that some subtools will request cloud/API credentials — only provide those after verifying each tool; 5) if you can't verify the package source, treat the pip install as risky and avoid installing.
Capability Analysis
Type: OpenClaw Skill Name: cli-hub-wiki Version: 1.0.0 The skill bundle serves as a documentation and instruction set for a 'CLI-Hub' toolbox, directing the AI agent to install a third-party Python package (cli-anything-hub) and providing commands to install and execute over 100 different CLI tools. While these instructions are aligned with the stated purpose of the skill, the promotion of arbitrary package installation and the execution of third-party binaries (e.g., via 'cli-hub launch') represent high-risk behaviors and a significant attack surface. No explicitly malicious code, data exfiltration, or obfuscation was detected in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (a hub to install many CLIs) matches the SKILL.md content and the listed tools. The broad range of CLIs (browser automation, cloud, AI, video, etc.) is consistent with a multi-tool installer.
Instruction Scope
SKILL.md tells users/agents to run 'pip install cli-anything-hub' and to use 'cli-hub install <name>' to fetch many tools. Those instructions will cause arbitrary code download and execution outside the agent (via pip) and may trigger further installs that need elevated permissions or secrets. The doc also asserts an installed path (/usr/local/bin/cli-hub) despite no install metadata — an unexplained claim.
Install Mechanism
There is no formal install spec in the skill metadata, but the runtime instructions instruct installing a third‑party pip package (cli-anything-hub). Installing an unverified package via pip pulls code from the network and is a high-risk operation unless the package/repository provenance is known. No homepage, source repo, or checksum is provided for verification.
Credentials
The skill declares no required environment variables, yet the listed subtools include services that commonly require credentials (AWS CLI, ollama, Novita, etc.). Not declaring any credential requirements is not itself malicious, but it means installs invoked by this hub will likely prompt for or later require sensitive credentials — users should expect that and verify each subtool separately.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not request persistent platform privileges in its metadata. It does not itself try to modify other skills or system settings according to the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cli-hub-wiki
  3. After installation, invoke the skill by name or use /cli-hub-wiki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of CLI-Hub Wiki documentation. - Introduced over 100 CLI tools for one-click installation, grouped by categories: browser automation, video editing, knowledge management, AI models, cloud services, and more. - Provided quick-start commands for searching, installing, updating, and launching CLI tools. - Included categorized CLI lists with installation instructions and feature highlights. - Added usage examples, scenario recommendations, and a comparison table with traditional methods. - Clearly outlined installation location and standard usage steps.
Metadata
Slug cli-hub-wiki
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CLI-Hub Tools?

CLI-Hub工具箱 - 100+ CLI工具一键安装。浏览器自动化、视频编辑、知识管理、AI模型、云服务等。源自HKUDS CLI-Anything项目。 It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.

How do I install CLI-Hub Tools?

Run "/install cli-hub-wiki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CLI-Hub Tools free?

Yes, CLI-Hub Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CLI-Hub Tools support?

CLI-Hub Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CLI-Hub Tools?

It is built and maintained by SMS (@smseow001); the current version is v1.0.0.

💬 Comments