kimi-2-6-code - terminal agent for Moonshot Kimi
Terminal-native coding agent powered by Moonshot's Kimi K2.6 model. TypeScript-based alternative to Claude Code or Codex CLI for users who want to drive Kimi from the shell.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
figma-use - control Figma from the command line
TypeScript CLI exposing 100+ Figma read/write commands, giving AI agents full control to create shapes, components, styles, and exports without the Figma plugin sandbox.
Interceptor - agent-driven Chrome control via CLI
Chrome extension paired with a CLI that gives AI agents full browser control: tabs, DOM, navigation, and automation. Aimed at agent-driven web tasks rather than human-recorded scripts.
tui-use - drive interactive REPLs from agents
Lets agents interact with programs that expect a human at the keyboard - REPLs, debuggers, TUI apps - things bash pipes cannot reach. Fills the gap between shell and full computer-use.
cli-to-js - turn any CLI into a JS API
Wraps any command-line tool as a typed JavaScript API agents can call directly. Saves writing a custom MCP for every CLI you want to expose.