appautomaton

Openclaw Monorepo — DevOps skill for Claude Code

DevOps community

Repo-local OpenClaw workspace with modular JSON5 config, plugins, and Docker sandboxes — runs coding-agent CLIs on desktop or Android Termux.

How to install Openclaw Monorepo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open appautomaton/openclaw-monorepo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Openclaw Monorepo does

Repo-local OpenClaw workspace with modular JSON5 config, plugins, and Docker sandboxes — runs coding-agent CLIs on desktop or Android Termux.

Alternatives in DevOps

  • Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
  • Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
  • Skill Claw — OpenClaw instance administration — manage hosts across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox 2.8k ★

README

openclaw-platform

Monorepo-style **OpenClaw** workspace for local usage + development (git submodule in `openclaw/`) with modular JSON5 config and optional Docker sandboxes.

  • English (this file) · 中文: `README.zh-CN.md`
  • Run everything via pnpm openclaw ... (wrapper: `scripts/openclaw.mjs`)
  • Commit-safe config lives in `config/openclaw/` (split into modular JSON5 files)
  • Repo-local state lives in bots/ (gitignored; migration notes in `bots/README.md`)
  • Instead of the default ~/.openclaw/, this repo pins state/config/workspaces under bots/ (e.g. bots/workspaces//) so everything stays in one place

[!NOTE] You are reading the `monorepo` branch. If you need the Termux + proot setup and tooling, switch to the `proot-debian` branch.

[!IMPORTANT] `config/.env` and `bots/` contain secrets/state. Keep them out of git.

This repo intentionally tracks only `bots/README.md` and `bots/openclaw.json` under `bots/`.

What this repo gives you

  • A predictable, repo-local OpenClaw setup: config + workspaces + state live together under this repo folder (instead of ~/.openclaw/).
  • Modular JSON5 config you can edit/review in git (secrets stay in config/.env, never in JSON5).
  • Repo-local plugins (custom tools/skills) under plugins/ that live outside the openclaw/ submodule.
  • Optional Docker sandbox images for agents that need extra system dependencies (LibreOffice, OCR, etc.).

Contents

Prerequisites

  • Node.js 24.x (recommended; OpenClaw requires >=22.12.0)
  • corepack enable (for pnpm)
  • Docker (optional; only needed for sandboxed agen