v{{ version }} — Open Source, MIT License

Stop Juggling
{{ provider_count }} CLIs, {{ provider_count }} Skills, {{ provider_count }} Auth Flows

One install. {{ total_tools }}+ tools. Search, auth and invoke WeCom, DingTalk, Lark, Google Workspace, GitHub, npm & more from a single command — built for AI Agents and developers.

Before

  • Install {{ provider_count }} CLIs separately
  • Learn {{ provider_count }} different syntaxes
  • Maintain {{ provider_count }} Agent Skills
  • Auth each one individually

With cli-hub

  • One install, all platforms
  • Unified search & invoke
  • Single Skill for any Agent
  • cli-hub auth <provider>
$ pip install agent-cli-hub copy
{{ total_tools }}+
Tools
{{ provider_count }}
Platforms
1
CLI to learn
1
Skill for any Agent

Enterprise, Developer & AI Tools, Unified

Every platform's CLI tools available through a single interface. New providers are added without updating your install.

{% for p in providers %}

{{ p.display_name }}

{{ p.tools_count }}
{{ p.description }}
{% for cat in p.categories %} {{ cat }} {% endfor %}
{% endfor %}

3 Commands. That's It.

From zero to invoking enterprise tools in under a minute.

cli-hub — zsh
$ cli-hub doctor
OK WeCom (企业微信): v1.2.0, auth: authenticated
OK DingTalk (钉钉): v0.9.1, auth: authenticated
OK Lark / Feishu (飞书): v3.1.0, auth: authenticated
OK Dreamina (即梦): v4946b9d, auth: authenticated
Schema: {{ total_tools }} operations loaded

$ cli-hub search "send message"
wecom.msg.send_message 发送消息给同事或群聊 0.92
lark.im.messages_send 发送飞书消息 0.87
dingtalk.chat.send 发送钉钉群消息 0.85

$ cli-hub run wecom.msg.send_message --args '{"chatid":"team","text":{"content":"Hi!"}}'
Message sent successfully.

Always Up-to-Date, No Reinstall

New providers are published to this registry. Run cli-hub refresh to get the latest tools — no pip upgrade needed.