Ops Skills Pack
by @erich1566
Provides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows.
clawhub install openclaw-ops-skills📖 About This Skill
OpenClaw Ops Skills Pack
> Production-ready skills for autonomous agent operations
Metadata
Name: Ops Skills Pack
Version: 1.0.0
Category: Operations
Author: Eric Jie
Description
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.
Skills Included (14)
Core Infrastructure
1. model-routing - Optimize model selection for 80% cost reduction 2. execution-discipline - Enforce Build→Test→Document→Decide cycle 3. docs-first - Mandatory reconnaissance before code changes 4. scope-control - Define and enforce operational boundaries 5. task-autonomy - Self-expanding task management 6. progress-logging - Comprehensive execution logsOperations
7. memory-persistence - File-based memory system 8. cron-orchestration - Scheduled autonomous operations 9. error-recovery - Graceful failure handling 10. security-hardening - Security best practicesAdvanced
11. cost-optimization - Token waste prevention 12. testing-protocol - Quality assurance standards 13. communication - Structured update templates 14. integration-guide - Safe third-party connectionsKey Benefits
Quick Start
# 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
Requirements
Documentation
Installation Order
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)
Support
💡 Examples
# 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