Bundle Pluginsource linked

OpenClaw Operations Bundlev1.0.0

Complete OpenClaw operations toolkit — master ops guide, release tracking, security hardening, channel management, and troubleshooting playbooks. Everything needed to run OpenClaw in production.

openclaw-ops-bundle·runtime openclaw-ops-bundle·by @autosolutionsai-didac
openclaw bundles install clawhub:openclaw-ops-bundle
Latest release: v1.0.0Download zip

Capabilities

Bundle format
generic
Host targets
openclaw
Runtime ID
openclaw-ops-bundle

Compatibility

Built With Open Claw Version
1.0.0
Security Scan
VirusTotalVirusTotal
stale
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The artifacts are coherent with an OpenClaw operations toolkit: they document gateway operations, security hardening, channel setup, release tracking, and troubleshooting. Those activities are intentionally high-impact because they can change OpenClaw configuration, credentials, channels, sessions, plugins, and deployments.
Instruction Scope
The skills include safety guidance such as backing up before destructive actions and verifying before fixes, but they also document commands that can repair, reset, delete session state, rotate secrets, publish skills, or update/install plugins. These should remain user-approved, not automatic.
!
Install Mechanism
Although the registry says there is no install spec, the package includes and documents a shell installer. That installer derives its bundle directory as the parent of the script directory, even though the script is at the package root, so it may copy or run files from outside the reviewed package rather than the bundled skills/scripts.
Credentials
The release tracker writes a local SQLite database and fetches OpenClaw releases from GitHub, which fits the stated purpose. The operations docs also touch local OpenClaw credentials, logs, config, and session directories, which is expected for this kind of admin bundle but sensitive.
Persistence & Privilege
The installer adds OpenClaw cron jobs for release tracking. This persistence is disclosed and purpose-aligned, but users should verify the jobs and remove them if they do not want scheduled background activity.
What to consider before installing
Review and preferably fix openclaw-install.sh before running the manual installer. If you install it, inspect the created cron jobs, keep backups before repair/reset commands, and explicitly approve any command that reads or changes secrets, sessions, channels, plugins, or OpenClaw configuration.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
75d76dd93fcd
Tag
75d76dd93fcdb4cbd7cd6d1eff145652502d6173
Provenance
No
Scan status
suspicious

Tags

latest
1.0.0

OpenClaw Operations Bundle

Complete OpenClaw operations toolkit for production deployments.

What's Included

SkillPurpose
openclaw-master-opsDefinitive operations guide with CLI reference, troubleshooting playbooks, and release tracking
openclaw-security-proAdvanced security auditing, hardening workflows, SecretRef management, compliance reporting
openclaw-channel-opsChannel setup and management for Telegram, WhatsApp, Discord, Slack, Signal
openclaw-release-trackerAutomated 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

License

MIT License — Free to use, modify, and distribute.

Author

AutoSolutions.ai — https://autosolutions.ai