Firm Config Migration Pack

Other

Configuration migration and integrity audit pack. Shell env sanitization, plugin integrity, token separation, OTEL redaction, and RPC rate limiting. 5 migration tools.

Install

openclaw skills install firm-config-migration-pack

firm-config-migration-pack

⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

Purpose

Validates configuration migration safety: shell environment sanitization (LD_PRELOAD, DYLD_*), plugin integrity via SHA-256 manifest verification, token separation enforcement, OpenTelemetry PII redaction, and RPC rate limiting.

Tools (5)

ToolDescriptionSeverity
openclaw_shell_env_checkShell environment sanitization (LD_/DYLD_)HIGH
openclaw_plugin_integrity_checkPlugin SHA-256 manifest drift detectionHIGH
openclaw_token_separation_checkToken separation enforcementHIGH
openclaw_otel_redaction_checkOTEL PII redaction validationMEDIUM
openclaw_rpc_rate_limit_checkRPC rate limiting configurationMEDIUM

Usage

skills:
  - firm-config-migration-pack

# Audit configuration before migration:
openclaw_shell_env_check config_path=/path/to/config.json
openclaw_plugin_integrity_check config_path=/path/to/config.json

Requirements

  • mcp-openclaw-extensions >= 3.0.0