← 返回
未分类

cli-hub-meta-skill

>-
user_c8698fd8
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 123
下载
💾 0
安装
1
版本
#latest

概述

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 or cli-hub list -c
  3. Install: cli-hub install (installs the cli-anything- pip package)
  4. Run: cli-anything- for REPL, or cli-anything- 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

  • Live Catalog: https://clianything.cc/SKILL.txt
  • Web Hub: https://clianything.cc
  • Repository: https://github.com/HKUDS/CLI-Anything

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-10 23:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,450
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,161 📥 931,143
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 327,993