Skip to content

packyme/openclaw-configurator

Repository files navigation

OpenClaw Configurator

简体中文

An interactive CLI tool for configuring OpenClaw on Linux.

Features

  • 🌍 Multi-language support (English / 简体中文)
  • 🔧 Add AI providers
  • 🔑 Configure API keys securely
  • 🤖 Select and switch between models
  • ⚡ Built-in support for PackyCode and custom providers

Quick Start

Run directly without installation:

curl -fsSL https://github.com/packyme/openclaw-configurator/releases/latest/download/index.js -o /tmp/openclaw-config.js && node /tmp/openclaw-config.js

Note: This tool requires interactive terminal input. Do not use curl ... | node as stdin will be occupied by the pipe.

Prerequisites

Usage

After running the script, you'll be guided through an interactive menu:

  1. Select Language - Choose English or 简体中文
  2. Add Provider - Configure a new AI provider with base URL and API key
  3. Select Model - Switch between configured models
  4. Exit - Exit the program

Supported Providers

  • PackyCode - Pre-configured with https://www.packyapi.com
  • Other - Custom providers with OpenAI/Anthropic compatible API

Development

# Install dependencies
make install

# Run in development mode
make dev

# Type check and build
make typecheck build

# Build for production
make build-prod

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors