AgentSkillsCN

config-manager

管理和优化 OpenClaw Gateway 的配置。可用于审计当前设置,识别次优配置,提出改进建议,并将调整应用至 `~/.openclaw/openclaw.json`,以提升安全性、性能与功能性。

SKILL.md
--- frontmatter
name: config-manager
description: Manages and optimizes OpenClaw Gateway configurations. Use to audit current settings, identify sub-optimal configurations, suggest improvements, and apply changes to `~/.openclaw/openclaw.json` for enhanced security, performance, and functionality.

Configuration Manager Skill

This skill provides advanced capabilities for auditing, managing, and optimizing your OpenClaw Gateway configuration.

Core Functionality

  • Configuration Audit: Analyze ~/.openclaw/openclaw.json against best practices and security recommendations.
  • Suggest Improvements: Identify sub-optimal settings and propose changes for better performance, security, or feature utilization.
  • Apply Changes: Safely apply configuration patches or full updates using gateway.config.patch or gateway.config.apply.
  • Schema Validation: Ensure configurations adhere to OpenClaw's official schema.

Usage Examples

  • "Audit my current OpenClaw configuration for security best practices."
  • "Suggest performance optimizations for my Gateway settings."
  • "Apply a patch to enable a new Discord channel."
  • "Validate the structure of my openclaw.json file."

Resources

  • scripts/: Placeholder for scripts to read, validate, compare, and apply configuration changes.
  • references/: Placeholder for OpenClaw configuration schema, official best practices, and channel-specific settings guides.