Skip to main content
The theo CLI is included in the @hitheo/sdk package.

Install

npm install -g @hitheo/sdk

Commands

CommandDescription
theo initInitialize Theo in a project (config + MCP + IDE detection)
theo loginAuthenticate and store API key
theo mcp installConfigure MCP for detected/specified IDEs
theo statusCheck connection and health
theo complete "<prompt>"Quick AI completion from terminal
theo skill initScaffold a new skill project
theo skill validateValidate a theo-skill.json manifest
theo skill publishSubmit skill to marketplace

Quick Start

# Set up Theo in your project
theo init

# Check connection
theo status

# Quick completion
theo complete "Write a function to reverse a string"