Config Update Skill

Update OpenClaw agent models, heartbeats, and tool permissions with JSON validation and backups.

271|27|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hyperlist/feishu-multi-agent --skill config-update-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Config Update Skill
Source: https://github.com/hyperlist/feishu-multi-agent/tree/main/skills/config-update
Command: npx skills add https://github.com/hyperlist/feishu-multi-agent --skill config-update-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure and automated way to update critical OpenClaw configurations, preventing data loss and system instability caused by manual errors.

Core Features & Use Cases

  • Automated Configuration Management: Safely modify Agent models, heartbeats, and tool permissions.
  • Built-in Safety Mechanisms: Includes automatic backups, agent count validation, JSON integrity checks, and binding reference verification.
  • Use Case: You need to update the LLM model for your 'coder' agent from gpt-3.5-turbo to gpt-4o. This Skill allows you to do so with a single command, ensuring the configuration is valid and backed up before applying.

Quick Start

Safely update the model for the 'coder' agent to 'openai/gpt-4o' and apply the changes.

Frequently Asked Questions about Config Update Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely update OpenClaw agent configurations without breaking the system?

To safely update OpenClaw configurations, use a command-line utility that automatically creates backups, validates agent counts, and verifies JSON integrity before applying changes to agent models or tool permissions.

What is the best way to change an OpenClaw agent's LLM model from gpt-3.5-turbo to gpt-4o?

The best way to change an agent's LLM model is using a dedicated configuration update tool that modifies the JSON settings with a single command while ensuring binding references are verified.

Can I update tool permissions and heartbeats for OpenClaw agents via scripting?

Yes, you can update tool permissions and heartbeats for OpenClaw agents via scripting by utilizing a Python-based command-line utility designed for automated configuration management.

Does the OpenClaw configuration update process verify JSON integrity and binding references?

Yes, the OpenClaw configuration update process verifies JSON integrity and checks binding references to prevent data loss and ensure system stability during automated modifications.

Why do I need automatic backups when modifying OpenClaw agent settings?

You need automatic backups when modifying OpenClaw agent settings to prevent data loss and system instability caused by manual errors during configuration updates.

Are there limitations to using command-line scripts for OpenClaw configuration management?

Limitations of using command-line scripts for OpenClaw configuration management include relying on valid JSON formats and requiring Python, as the tool validates agent counts and binding references before applying updates.