Files
yuan-lab-llm--clawmanager/docs/resource-management.md
T
litiantian03 561b263c8b feat: add Bundle Skills, WeCom channel, configurable archive limit, fix #123
- Bundle Skills: attach skills to config bundles, auto-resolve on creation. Migration 022 adds openclaw_config_bundle_skills table. Fix #123
- WeCom channel: wecom connector with botId/secret/dmPolicy/allowFrom
- CLAWMANAGER_WORKSPACE_ARCHIVE_MAX_MIB controls archive size limit, synced to nginx client_max_body_size via start.sh
- Update deployment manifests, i18n, and frontend UI
2026-05-26 17:17:07 +08:00

1.7 KiB

Resource Management Guide

Resource Management is the reusable asset layer for OpenClaw workspaces in ClawManager. It is centered on channels, skills, bundles, and the snapshots used to compile those assets into instance-ready configuration.

Main Resource Types

  • Channels for workspace connectivity and integration templates
  • Skills for reusable uploaded packages that can be installed into runtime instances
  • Config skills for bootstrap configuration delivered through runtime environment payloads
  • Bundles for composing repeatable resource sets, including both config resources and uploaded skills
  • injection snapshots for tracking the compiled result applied to an instance

Core Workflows

  1. Create or import channels and skills in the OpenClaw Config Center.
  2. Organize selected config resources and uploaded skills into reusable bundles.
  3. Review scan posture for skills through Security Center.
  4. Apply resources or bundles to OpenClaw workspaces.
  5. Inspect runtime state and instance-level resource results after injection.

How It Connects to the Platform

  • Resource Management defines what should be delivered to a workspace.
  • Config resources are compiled into bootstrap environment payloads. Uploaded skills in a bundle are installed through the Agent Control Plane skill installation path.
  • Agent Control Plane applies and tracks those changes at runtime.
  • Security Center and skill-scanner help review the risk posture of reusable skills before broad rollout.