con un clic
cli-anything-hub
CLI工具发现技能。搜索和发现专业软件的命令行工具。当用户说"找命令行工具"、"CLI工具"、"终端工具"时使用。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
CLI工具发现技能。搜索和发现专业软件的命令行工具。当用户说"找命令行工具"、"CLI工具"、"终端工具"时使用。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
红龙工业设备 AI 智能获客系统。B2B 全栈 SDR,覆盖客户发现→背景调查→开发信触达→智能报价→Pipeline 管理,支持 WhatsApp + Email + Telegram + LinkedIn 多渠道。基于 OpenClaw Agent 技能集群。
获客系统初始化引导 v2.1。首次使用时引导用户配置凭据、生成工作台配置、挂载NAS、测试邮箱、安装依赖。当用户说"初始化获客系统"、"开始使用获客系统"、"一键安装依赖"时触发。
获客工作流参考(质量门控 + 阶段定义)。执行引擎已内置 — 实际编排使用 create_agent + spawn_agent,不再需要手动按步骤执行。本文件仅保留获客专用的质量检查点和阶段定义。
Use when 用户需要写开发信、cold email、外联邮件、起草销售邮件时。路由:此技能只生成邮件内容不发送,生成后必须交给 email-sender 技能发送(email-sender 内置ICP校验、邮箱铁律、联系记录),禁止直接调 send_email_smtp 发送开发信。
根据输入生成日报 Markdown 草稿并写入 reports 目录
Use when 需要发送邮件、批量发送开发信或跟进邮件时。路由:发送邮件必须走此技能(内置黑名单检查+ICP校验+邮箱铁律+联系记录),禁止绕过直接调 send_email_smtp。v2.0 对接实际 Agent 工具链,不再依赖 PowerShell 脚本。
| name | cli-anything-hub |
| version | 1.0.0 |
| description | CLI工具发现技能。搜索和发现专业软件的命令行工具。当用户说"找命令行工具"、"CLI工具"、"终端工具"时使用。 |
| triggers | ["cli工具","找命令行工具","终端工具","discover cli","cli-anything-hub"] |
Skill Graph: 领域 → [[_index-meta|系统元技能领域]]
CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.
URL: https://hkuds.github.io/CLI-Anything/SKILL.txt
The catalog is auto-updated and provides:
pip install commands for each toolNote: The file is served as .txt but contains markdown formatting for easy parsing.
CLI-Hub covers a broad range of software and codebases, empowering agents to conduct complex workflows via CLI:
Each CLI provides stateful operations, JSON output for agents, REPL mode, and integrates with real software backends.
https://hkuds.github.io/CLI-Anything/SKILL.txt (markdown format)pip install command--json flag for machine-readable output# 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]