返回 Skill 列表
extension
分类: 开发与工程无需 API Key

OpenClaw Agent Control Skill

使用一条命令部署启动 OpenClaw Agent Control(后端 + 前端),基于技能工作流

person作者: jiangagentlabshubclawhub

OpenClaw Agent Control Skill

Purpose

Deploy and run OpenClaw Agent Control quickly for operator usage.

What this skill does

  • Clone or update repository.
  • Start backend on 8787.
  • Build and start frontend on 3000.
  • Provide health checks and runtime tips.

Quick Use

bash scripts/deploy_project.sh

Optional environment variables

  • REPO_URL default: https://github.com/JiangAgentLabs/OpenClaw-Agent-Control.git
  • PROJECT_DIR default: /root/OpenClaw-Agent-Control
  • MONITOR_PORT default: 8787
  • PORT default: 3000

Validation

After deployment:

  • Frontend: http://127.0.0.1:3000
  • Backend: http://127.0.0.1:8787/api/status