ohbaby-cli
v0.1.6
Published
CLI frontend package for ohbaby-agent
Readme
ohbaby-agent is a provider-agnostic AI coding agent. This package provides its
current MVP interface: a fast Ink-based CLI/TUI
installed from npm as ohbaby-cli and launched with the ohbaby command. The same
runtime can support future web or app interfaces.
Installation
Requires Node.js >= 24.
npm install -g ohbaby-cliThis installs the ohbaby command globally.
Quick Start
Launch the ohbaby-agent CLI/TUI:
ohbabyType
/connectin the CLI/TUI to configure your model provider (provider, base URL, API key, model name), then save.Start coding.
Supports OpenAI, Anthropic/Claude, and any OpenAI-compatible endpoint (Zhipu/GLM, DeepSeek, Qwen/DashScope, …).
Web search (optional): get a free Tavily API key and add
TAVILY_API_KEY=tvly-... to ~/.ohbaby-agent/.env or your project's .env.
MCP & Skills: configure MCP servers globally or per project under .ohbaby-agent/mcp/.
Skills are discovered from ohbaby-agent-compatible skill directories and exposed as slash commands.
Documentation
Full docs, configuration, and source: https://github.com/diverHansun/ohbaby-agent (English · 简体中文)
