RepoMoonshot AI (Kimi)Moonshot AI (Kimi)published Oct 16, 2025seen 5d

MoonshotAI/zsh-kimi-cli

Shell

Open original ↗

Captured source

source ↗
published Oct 16, 2025seen 5dcaptured 9hhttp 200method plain

MoonshotAI/zsh-kimi-cli

Language: Shell

Stars: 68

Forks: 16

Open issues: 5

Created: 2025-10-16T15:32:01Z

Pushed: 2025-10-27T17:06:52Z

Default branch: main

Fork: no

Archived: no

README:

kimi-cli Zsh Plugin

kimi-cli Zsh plugin is a Zsh plugin that integrate Kimi CLI into Zsh.

Usage

  • Press Ctrl-X in Zsh to start talking to Kimi CLI.
  • Press Ctrl-X again to exit Kimi CLI mode.

Requirements

  • Zsh 5.4+
  • kimi binary available in $PATH

Installation

Pick the method that matches your Zsh setup.

Manual (.zshrc)

# clone anywhere you prefer
git clone https://github.com/MoonshotAI/zsh-kimi-cli.git ~/.zsh/kimi-cli

# load the plugin in .zshrc
source ~/.zsh/kimi-cli/kimi-cli.plugin.zsh

Open a new shell (or exec zsh) to activate the handler.

Oh My Zsh

git clone https://github.com/MoonshotAI/zsh-kimi-cli.git \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/kimi-cli

# in ~/.zshrc
plugins=(... kimi-cli)

Reload Zsh to pick up the plugin.

Antigen

antigen bundle MoonshotAI/zsh-kimi-cli
antigen apply

Zinit

zinit light MoonshotAI/zsh-kimi-cli

Znap

znap source MoonshotAI/zsh-kimi-cli

Fig

fig plugin install MoonshotAI/zsh-kimi-cli

Zplug

zplug "MoonshotAI/zsh-kimi-cli", as:plugin

Notability

notability 3.0/10

Low traction, routine CLI repo