| name | skills-ops-manager |
| description | Audit, validate, sync, and prepare export plans for OpenClaw skills across local source and gateway workspace. Use when managing skill lifecycle, checking Ready/missing status, or preparing skills for team-wide sharing via GitHub/ClawHub. |
Skills Ops Manager
Overview
Operate the skills lifecycle with repeatable audit and rollout routines.
Focus on local integrity, runtime readiness, and export consistency.
Quick Start
- Audit local skill folders:
./scripts/skills_local_audit.sh
- Check runtime status from OpenClaw:
./scripts/skills_runtime_check.sh
- Preview sync actions to gateway container:
./scripts/skills_sync_to_gateway.sh
- Generate publish plan:
./scripts/skills_export_plan.sh
- Run daily all-skills health check:
./scripts/skills_daily_health_check.sh
Workflow
Step 1: Local audit
- Verify
SKILL.md exists for each skill folder.
- Count scripts/references/agents metadata presence.
Step 2: Runtime validation
- Run
openclaw skills info <name> for each skill.
- Capture
Ready or error status.
Step 3: Sync and verify
- Preview sync operations first.
- Apply sync only when paths are correct.
Step 4: Export planning
- Generate consistent
clawhub publish commands.
- Keep versions/tags aligned with release policy.
Guardrails
- Do not overwrite gateway skills unintentionally.
- Run sync in dry-run first.
- Do not publish skills containing secrets.
Resources
scripts/skills_local_audit.sh: local structure checks.
scripts/skills_runtime_check.sh: runtime status checks.
scripts/skills_sync_to_gateway.sh: sync local skill folders to container.
scripts/skills_export_plan.sh: generate publish commands.
scripts/skills_daily_health_check.sh: run read-only checks for all 8 custom skills and write report.
scripts/infra_daily_report.sh: send daily infra health summary to infra channel.
references/skills-ops-playbook.md: rollout and rollback policy.
Example Requests
- "Dùng skills-ops-manager audit tất cả skill local và chỉ ra skill thiếu file."
- "Dùng skills-ops-manager sync các skill mới lên gateway rồi kiểm tra Ready."
- "Dùng skills-ops-manager tạo publish plan cho ClawHub."
Load references/skills-ops-playbook.md for release/rollback operations.