← 返回 Skills 市场
yuh-yang

CLI-Hub Skill for CLI-Anything

作者 Yuhao · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
966
总下载
0
收藏
9
当前安装
2
版本数
在 OpenClaw 中安装
/install cli-anything-hub
功能描述
Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
使用说明 (SKILL.md)

CLI-Hub Meta-Skill

CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.

Quick Start

# Install the CLI Hub package manager
pip install cli-anything-hub

# Browse all available CLIs
cli-hub list

# Search by category or keyword
cli-hub search image
cli-hub search "3d modeling"

# Install a CLI
cli-hub install gimp

# Show details for a CLI
cli-hub info gimp

Live Catalog

URL: https://clianything.cc/SKILL.txt

The catalog is auto-updated and provides:

  • Full list of available CLIs organized by category
  • One-line cli-hub install commands for each tool
  • Complete descriptions and usage patterns

Note: The file is served as .txt but contains markdown formatting for easy parsing.

What Can You Do?

CLI-Hub covers a broad range of software and codebases, empowering agents to conduct complex workflows via CLI:

  • Creative workflows: Image editing, 3D modeling, video production, audio processing, music notation
  • Productivity tools: Office suites, knowledge management, live streaming
  • AI platforms: Local LLMs, image generation, AI APIs, research assistants
  • Communication: Video conferencing and collaboration
  • Development: Diagramming, browser automation, network management
  • Content generation: AI-powered document and media creation

Each CLI provides stateful operations, JSON output for agents, REPL mode, and integrates with real software backends.

How It Works

cli-hub is a lightweight wrapper around pip. When you run cli-hub install gimp, it installs a separate Python package (cli-anything-gimp) with its own CLI entry point (cli-anything-gimp). Each CLI is an independent pip package — cli-hub simply resolves names from the registry and tracks installs.

How to Use

  1. Install cli-hub: pip install cli-anything-hub
  2. Find your tool: cli-hub search \x3Ckeyword> or cli-hub list -c \x3Ccategory>
  3. Install: cli-hub install \x3Cname> (installs the cli-anything-\x3Cname> pip package)
  4. Run: cli-anything-\x3Cname> for REPL, or cli-anything-\x3Cname> \x3Ccommand> for one-shot
  5. JSON output: All CLIs support --json flag for machine-readable output

Example Workflow

# Install the hub
pip install cli-anything-hub

# Find what you need
cli-hub search video

# Install it
cli-hub install kdenlive

# Use it with JSON output
cli-anything-kdenlive --json project create --name my-project

More Info

安全使用建议
This skill appears to be a legitimate CLI marketplace, but it works by having you (or the agent) pip-install third-party packages discovered via an external catalog. Before installing or letting an agent install packages: verify the project on PyPI and the linked GitHub repo (inspect package source), confirm the catalog domain (clianything.cc) is legitimate, prefer installing inside a disposable virtual environment or container, avoid running installs as root, and review the one-line install commands the catalog provides. If you plan to allow autonomous agent actions, restrict that capability until you’ve verified the packages and catalog origin.
功能分析
Type: OpenClaw Skill Name: cli-anything-hub Version: 1.0.1 The skill functions as a gateway to a third-party ecosystem, instructing the agent to install external software via 'pip install cli-anything-hub' and subsequent 'cli-hub install' commands. This pattern introduces significant supply chain risks by directing the agent to fetch and execute arbitrary Python packages from a custom registry hosted at clianything.cc. While the stated intent is to provide agent-native interfaces for professional software, the lack of verification for these external packages and the broad execution capabilities they provide constitute a high-risk behavior.
能力评估
Purpose & Capability
Name, description, and runtime instructions all match: this is a CLI package catalog/manager that uses pip to install per-tool packages (cli-anything-<name>), which is coherent for the stated purpose.
Instruction Scope
SKILL.md only instructs using pip and the cli-hub tool; it does not ask the agent to access unrelated files or secrets. However it instructs installing and running third-party CLI packages, which can execute arbitrary code on the host — behaviour expected for a package manager but outside the skill's ability to sandbox or vet.
Install Mechanism
No install spec in the skill bundle itself, but the instructions tell users/agents to run 'pip install cli-anything-hub' and then to install packages resolved from a live catalog hosted at https://clianything.cc/SKILL.txt (an unfamiliar domain). This implies downloading and installing potentially unreviewed pip packages; the catalog host is not a well-known release host and could direct installs to arbitrary packages.
Credentials
The skill declares no required credentials, binaries, or config paths and the SKILL.md does not request any secrets or unrelated environment access.
Persistence & Privilege
Skill flags are normal (always: false, autonomous invocation allowed). It does not request elevated or persistent platform privileges in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cli-anything-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cli-anything-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added "Quick Start" section with direct usage examples for installing and browsing CLIs. - Updated live catalog and web hub URLs to https://clianything.cc. - Introduced instructions for searching, installing, and viewing CLI details using the new cli-hub interface. - Explained how cli-hub wraps pip and manages CLI packages. - Refined usage steps and CLI installation commands to use cli-hub, improving clarity and onboarding.
v1.0.0
CLI-Hub Meta-Skill initial release: - Discover and access a live catalog of agent-native CLIs for professional software. - Browse CLIs by category, each with install instructions, descriptions, and usage patterns. - CLIs cover creative workflows, productivity tools, AI platforms, development, and more. - All tools support JSON output and REPL mode for machine integration. - Catalog auto-updates and is accessible in markdown format for easy parsing.
元数据
Slug cli-anything-hub
版本 1.0.1
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 2
常见问题

CLI-Hub Skill for CLI-Anything 是什么?

Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 966 次。

如何安装 CLI-Hub Skill for CLI-Anything?

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

CLI-Hub Skill for CLI-Anything 是免费的吗?

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

CLI-Hub Skill for CLI-Anything 支持哪些平台?

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

谁开发了 CLI-Hub Skill for CLI-Anything?

由 Yuhao(@yuh-yang)开发并维护,当前版本 v1.0.1。

💬 留言讨论