Install
openclaw skills install openclaw-ops-skillsProvides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows.
openclaw skills install openclaw-ops-skillsProduction-ready skills for autonomous agent operations
Name: Ops Skills Pack Version: 1.0.0 Category: Operations Author: Eric Jie jxmerich@mail.com License: MIT Compatibility: OpenClaw >= 2.0.0 Repository: https://github.com/Erich1566/openclaw-ops-skills
Transform your OpenClaw agent from a chatbot into production-ready autonomous infrastructure. Based on 1.4+ billion tokens of real-world testing, this skill pack provides the guardrails, workflows, and best practices needed for autonomous operations that work while you sleep.
# Install skills
cp skills/*.md ~/.openclaw/workspace/skills/
# Set up workspace templates
cp templates/*.md ~/.openclaw/workspace/
# Configure model routing (see README.md)
# Set up cron jobs
openclaw cron add --name "overnight-2am" --cron "0 2 * * *" \
--message "Check Todo.md. Continue work. Log progress."
# Restart
openclaw restart
Week 1: Core skills (model-routing, execution-discipline, scope-control) Week 2: Operational skills (docs-first, task-autonomy, progress-logging) Week 3: Advanced skills (memory-persistence, cron-orchestration, error-recovery)