Skip to main content

cli-hub-meta-skill

Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.

설치로 이동

소스 정보

저장소
Tugoukezhang/workbuddy-skills
최근 소스 활동
2026년 6월 18일 05:44
감지된 SKILL.md 언어
영어
스타
13
포크
3

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
cli-hub-meta-skill
description
Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
version
1.0.0
# CLI-Hub Meta-Skill CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents. ## Live Catalog **URL**: [`https://hkuds.github.io/CLI-Anything/SKILL.txt`](https://hkuds.github.io/CLI-Anything/SKILL.txt) The catalog is auto-updated and provides: - Full list of available CLIs organized by category - One-line `pip 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 to Use 1. **Read the catalog**: Fetch `https://hkuds.github.io/CLI-Anything/SKILL.txt` (markdown format) 2. **Find your tool**: Browse by category to discover the CLI you need 3. **Install**: Use the provided `pip install` command 4. **Execute**: All CLIs support `--json` flag for machine-readable output ## Example Workflow ```bash # Fetch the catalog to find available tools # Install the CLI you need pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=<software>/agent-harness # Use it with JSON output cli-anything-<software> --json <command> [options] ``` ## More Info - Live Catalog: https://hkuds.github.io/CLI-Anything/SKILL.txt - Web Hub: https://hkuds.github.io/CLI-Anything/ - Repository: https://github.com/HKUDS/CLI-Anything
GitHub에서 보기