← 返回 Skills 市场
smseow001

CLI-Hub Tools

作者 SMS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cli-hub-wiki
功能描述
CLI-Hub工具箱 - 100+ CLI工具一键安装。浏览器自动化、视频编辑、知识管理、AI模型、云服务等。源自HKUDS CLI-Anything项目。
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cli-hub-wiki
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cli-hub-wiki 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug cli-hub-wiki
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CLI-Hub Tools 是什么?

CLI-Hub工具箱 - 100+ CLI工具一键安装。浏览器自动化、视频编辑、知识管理、AI模型、云服务等。源自HKUDS CLI-Anything项目。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 CLI-Hub Tools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cli-hub-wiki」即可一键安装,无需额外配置。

CLI-Hub Tools 是免费的吗?

是的,CLI-Hub Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CLI-Hub Tools 支持哪些平台?

CLI-Hub Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CLI-Hub Tools?

由 SMS(@smseow001)开发并维护,当前版本 v1.0.0。

💬 留言讨论