1b339d5bced054622e92dfefaf62fb290bab6d4a
openclaw-ops
Operational repo for Ben's OpenClaw workspace.
This repo is the versioned source of truth for:
- custom skills
- scripts and helpers
- cron/automation definitions
- docs and runbooks
- core workspace guidance files
It intentionally does not track volatile runtime state, private memory, auth artifacts, or mailbox data.
What is tracked
skills/— custom AgentSkills and helper scriptsscripts/— reusable operational scriptsdocs/— runbooks, architecture notes, integration docscron/— documented recurring jobs and schedules- selected workspace guidance files:
AGENTS.mdSOUL.mdUSER.mdTOOLS.mdPROJECTS.mdHEARTBEAT.mdIDENTITY.md
What is not tracked
MEMORY.mdmemory/state/mail/- runtime/local directories like
.openclaw/,.opencode/,tmp/ - generated caches and auth material
Working pattern
Recommended workflow:
- Make changes in the workspace.
- Commit small, coherent units of work.
- Push when the task is complete or the checkpoint is useful.
Default philosophy:
- commit often
- push deliberately
- never commit secrets
- keep operational state out of git unless intentionally templated
Repo conventions
See docs/repo-conventions.md for commit/push guidance and repo hygiene.
Cron / automation
See cron/README.md for the current recurring-job layout and documentation pattern.
Description
Languages
Shell
85.7%
Python
7.7%
JavaScript
6.6%