50% de descuento en todos los planes, por tiempo limitado. Desde $2.48/mo
ZeroClaw

ZeroClaw

ZeroClaw es un framework de automatización para Cloudzy. Incorpora servidores, despliega daemons y ejecuta flujos de trabajo reproducibles desde una única CLI con un asistente de configuración interactivo y configuración como código. Diseñado para administradores de sistemas y equipos SRE que necesitan orquestación ligera sin Ansible.

Versión

Latest

Sistema operativo

Ubuntu Server 24.04 LTS

RAM mín.

1 GB

Tipos de IP

IPV4,IPV6

Primeros pasos

ZaeroClaw se ha añadido a tu PATH mediante: /root/.bashrc

Antes de usar ZeroClaw, debes completar la configuración inicial.

Ejecuta la configuración inicial (obligatorio):

# 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

Archivos y directorios importantes

  • Binario: /root/.cargo/bin/zeroclaw
  • Directorio bin de Cargo: /root/.cargo/bin
  • Archivo de configuración: /root/.zeroclaw/config.toml
  • Directorio de datos: /root/.zeroclaw/
  • Configuración del shell: /root/.bashrc

Comandos principales

# 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

Más en Automatización

Aplicaciones relacionadas.

Despliega ZeroClaw ahora. Desde 2,48 $/mes.