OpenClaw Operations Bundle
Complete OpenClaw operations toolkit — master ops guide, release tracking, security hardening, channel management, and troubleshooting playbooks. Everything needed to run OpenClaw in production.
Install
openclaw plugins install clawhub:openclaw-ops-bundleOpenClaw Operations Bundle
Complete OpenClaw operations toolkit for production deployments.
What's Included
| Skill | Purpose |
|---|---|
| openclaw-master-ops | Definitive operations guide with CLI reference, troubleshooting playbooks, and release tracking |
| openclaw-security-pro | Advanced security auditing, hardening workflows, SecretRef management, compliance reporting |
| openclaw-channel-ops | Channel setup and management for Telegram, WhatsApp, Discord, Slack, Signal |
| openclaw-release-tracker | Automated release tracking with SQLite database and breaking change detection |
Installation
Option 1: ClawHub CLI (Recommended)
clawhub package install openclaw-ops-bundle
Option 2: Manual Install
# Clone to your OpenClaw workspace
git clone https://github.com/autosolutionsai-didac/openclaw-ops-bundle.git
cd openclaw-ops-bundle
# Run installer
bash openclaw-install.sh
Option 3: Individual Skills
clawhub install autosolutions-openclaw-master-ops
clawhub install autosolutions-openclaw-security-pro
clawhub install autosolutions-openclaw-channel-ops
clawhub install autosolutions-openclaw-release-tracker
Quick Start
After Installation
# 1. Restart OpenClaw
openclaw gateway restart
# 2. Check cron jobs (release tracking)
openclaw cron list
# 3. View release history
python3 ~/.openclaw/workspace/skills/openclaw-master-ops/scripts/release-tracker.py history
# 4. Run security audit
openclaw security audit --deep
Common Operations
# Gateway management
openclaw gateway status
openclaw gateway restart
# Health check
openclaw doctor --repair
# Security audit
openclaw security audit --fix
# Channel status
openclaw channels list
openclaw channels status telegram
# Release tracking
python3 scripts/release-tracker.py sync
python3 scripts/release-tracker.py breaking
python3 scripts/release-tracker.py skill-update
Release Tracking
The bundle includes automated release tracking:
- Weekly sync — Sundays at 3 AM (fetches latest GitHub releases)
- Daily check — Every day at 8 AM (checks if skills need updates)
Manual Commands
cd ~/.openclaw/workspace/skills/openclaw-master-ops
# Sync releases
python3 scripts/release-tracker.py sync
# View breaking changes
python3 scripts/release-tracker.py breaking
# Check skill updates
python3 scripts/release-tracker.py skill-update
Workflow After OpenClaw Update
# 1. Update OpenClaw
openclaw update
# 2. Sync release tracker
python3 scripts/release-tracker.py sync
# 3. Check breaking changes
python3 scripts/release-tracker.py breaking
# 4. Update skills if needed
# Edit SKILL.md files based on breaking changes
# 5. Republish skills
clawhub publish <skill-path> --slug <slug> --version 1.X.0 --changelog "Updated for OpenClaw <version>"
Skills Detail
openclaw-master-ops
The main operations skill with:
- Complete CLI reference (70+ commands)
- Troubleshooting playbooks (8 scenarios)
- Security hardening checklist
- Production best practices
- Release tracking integration
openclaw-security-pro
Advanced security operations:
- Deep security audits
- SecretRef management
- Group policy enforcement
- Compliance reporting
- Incident response workflows
openclaw-channel-ops
Channel management:
- Setup guides for 5 platforms
- QR code management
- Group policy configuration
- Allowlist management
- Channel health monitoring
openclaw-release-tracker
Release tracking:
- SQLite database for version history
- GitHub API sync
- Breaking change detection
- Skill update workflows
- Cron automation
Support
- Documentation: https://docs.openclaw.ai
- ClawHub: https://clawhub.com/package/openclaw-ops-bundle
- Discord: https://discord.gg/clawd
- Issues: https://github.com/autosolutionsai-didac/openclaw-ops-bundle/issues
License
MIT License — Free to use, modify, and distribute.
Author
AutoSolutions.ai — https://autosolutions.ai
