A comprehensive configuration management system for AI agents to handle environment variables, secrets, and versioned settings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skylv-agent-settings-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skylv-agent-settings-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Settings Manager is a robust configuration management framework designed to streamline how AI agents handle application settings, environment variables, and sensitive secrets. As a core component of the Openclaw Skills library, it provides a centralized way to manage, validate, and version configs, ensuring that agents operate reliably across various deployment stages. This tool is essential for developers who need to maintain consistency and security while scaling their AI-driven workflows.
By leveraging JSON schema validation and secure secret handling, this Openclaw Skills entry minimizes configuration errors that often lead to agent downtime. It bridges the gap between development and production environments by offering advanced diffing and promotion tools, making it a critical asset for professional AI operations and DevOps integration.
To begin using this tool within the Openclaw Skills framework, you need to set up your environment and validate your schema. Follow these steps:
# Initialize a new environment
node config.js env create --name staging --from dev
# Validate your configuration file against a schema
node config.js validate --file config.json --schema config.schema.json --strict
# Set up git-based synchronization
node config.js sync --source git --repo org/configs --path /production
The Agent Settings Manager organizes data using a structured JSON hierarchy to manage different operational modules. This Openclaw Skills component uses the following metadata taxonomy:
| Module | Parameter | Description |
|---|---|---|
| environments | Array |
List of supported deployment stages (e.g., dev, production) |
| validation | Object |
Contains strict mode settings and the relative path to the JSON schema |
| secrets | Object |
Configures the vault provider, rotation intervals, and leak scanning |
| versioning | Object |
Manages history tracking and the maximum number of stored versions |
| sync | Object |
Defines the git source repository, auto-reload toggles, and debounce timing |
Loading
A robust framework for defining immutable behavioral rules, permission boundaries, and safety interlocks that AI agents cannot override.

An AI-powered traditional Chinese divination skill that combines ancient I Ching wisdom with Python-driven hexagram generation.

A comprehensive security testing harness providing 470 executable protocol and behavioral tests for AI agent systems.

An intelligent automation skill for generating, researching, and staging classified ad drafts on kleinanzeigen.de.

A professional evaluation framework that scores AI agent performance across five critical dimensions to provide actionable improvement insights.

A specialized framework for designing and managing collaborative multi-agent systems with advanced task decomposition and state management.








































