🤖
AI EngineeringPython

Qiaomu Model CLI

by joeseesun

Qiaomu Model CLI is an AI Engineering skill for Claude Code, published by joeseesun in qiaomu-model-cli.

42 stars8 forkson joeseesun/qiaomu-model-cliAdded 2026/08/11Repository updated 2026/07/21
agent-skillsclaude-codecligrokkimimulti-agentpythonqiaomu
Install in seconds
Install Qiaomu Model CLI
Copy Qiaomu Model CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/joeseesun/qiaomu-model-cli ~/.claude/skills/qiaomu-model-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/joeseesun/qiaomu-model-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in joeseesun/qiaomu-model-cli
Installs to
~/.claude/skills/qiaomu-model-cli
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Qiaomu Model CLI does

A CLI wrapper for running local Grok, Kimi Code, and Claude Code CLIs with their strongest default models. Supports concurrent batch jobs, dependent dual pipelines, artifact verification, and retries for AI agent workflows.

Qiaomu Model CLI is cataloged under AI Engineering on DirSkills. Qiaomu Model CLI comes from a repository tagged agent-skills, claude-code, cli, grok and kimi.

Documentation

README

qiaomu-model-cli

在 Agent 里稳定调用本机 Grok CLI(grok-4.5)Kimi Code CLI(K3 1M)Claude Code CLI(默认 Fable 5):支持真正并发、原生流事件、产物验收、中断清理与失败项重试。

中文 | English

License: MIT

为什么值得用

  • 不想每次手写 grok -p ... / kimi -p ... / claude -p ... 参数
  • 需要 Grok 原生能力:实时搜索、X 检索、image_gen//imagine/imagine-video
  • 需要 Kimi K3 1M 做前端 UI/CSS/组件实现
  • 需要 Claude Fable 5 / Opus 4.8 / Sonnet 5 做复杂编码、重构或 review
  • 希望有明确路由:什么时候用 Grok、Kimi 或 Claude
  • 希望三个模型真正同时开工,而不是调用端逐个等待且长时间没有进度
  • 希望“退出码 0”之外还能检查页面、文件和构建命令是否真的完成
  • 希望中断后不留后台进程,并且只重跑失败项

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Qiaomu Model CLI

  • How does Qiaomu Model CLI compare to other AI Engineering skills?

    Qiaomu Model CLI ranks #2296 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Qiaomu Model CLI against them. Open each page to compare what they document and how they install.