ZeroClaw

Fast, small, and fully autonomous AI personal assistant infrastructure.

First Steps

ZaeroClaw has been added to your PATH via: /root/.bashrc

Before using ZeroClaw, you must complete onboarding.

Run onboarding (required):

# Interactive onboarding wizard
zeroclaw onboard

# If config.toml already exists and you want to overwrite it
zeroclaw onboard --force

# Quickly repair channels/allowlists only
zeroclaw onboard --channels-only

중요한 파일 및 디렉터리

  • 이진수: /root/.cargo/bin/zeroclaw
  • Cargo bin directory: /root/.cargo/bin
  • 구성 파일: /root/.zeroclaw/config.toml
  • 데이터 디렉터리: /root/.zeroclaw/
  • Shell config: /root/.bashrc

자주 사용하는 명령어

# Show help
zeroclaw help

# Interactive agent mode
zeroclaw agent

# One-shot message
zeroclaw agent -m "Hello, ZeroClaw!"

# Start the gateway (webhook server)
zeroclaw gateway                # default: 127.0.0.1:42617
zeroclaw gateway --port 0       # random port (security hardened)

# Start full autonomous runtime
zeroclaw daemon

# Check status
zeroclaw status
zeroclaw auth status
zeroclaw doctor
zeroclaw channel doctor

# Generate shell completions
source <(zeroclaw completions bash)
zeroclaw completions zsh > ~/.zfunc/_zeroclaw

# Bind Telegram identity into allowlist
zeroclaw channel bind-telegram 123456789

# Integration diagnostics
zeroclaw integrations info Telegram

# Service + migration helpers
zeroclaw service install
zeroclaw service status
zeroclaw service stop
zeroclaw service start
zeroclaw service restart
zeroclaw config schema
zeroclaw migrate openclaw --dry-run
zeroclaw migrate openclaw

신청 세부사항