An automated utility for validating OpenClaw configuration fields against official Zod schemas to ensure configuration integrity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install config-field
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 config-field using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Config Field Validator is a specialized tool designed to maintain the integrity of your configuration files. It validates entries in the openclaw.json file against the official Zod schema, covering over 136 field definitions including agents, channels, and logging settings. By integrating this into your workflow, you ensure that every configuration change is syntactically correct and schema-compliant.
As a core component within the ecosystem of Openclaw Skills, this tool automates the lifecycle of schema management. It detects your current version, fetches the appropriate TypeScript schema from GitHub, and parses it to provide real-time validation. This prevents runtime errors and simplifies the process of managing complex AI agent environments.
To begin using this validator within your environment, use the provided Python scripts to sync your schema and validate fields.
# Sync the schema to match your current version
python3 scripts/sync_schema.py --status
# Validate a specific configuration field
python3 scripts/validate_field.py agents.defaults.model.primary
# Validate an entire configuration file
python3 scripts/validate_config.py ~/.config/openclaw/openclaw.json
The skill manages its internal state and cached schemas within the local user configuration directory. This structure ensures that validation is fast and can happen offline once the initial sync is complete.
| Directory/File | Purpose |
|---|---|
schema/ |
Stores the downloaded TypeScript schema files from GitHub. |
cache/ |
Contains the parsed schema definitions for rapid lookup. |
schema-fields.md |
A human-readable reference of all valid configuration fields. |
Loading
A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.

An automated browser-based scraper specifically designed to extract dynamic documentation content from Zoomin Software portals.

A localized Japanese OCR solution for high-accuracy text extraction from vertical and horizontal printed documents.

A specialized AI agent skill for sourcing and managing TikTok creators to execute viral marketing campaigns and trending challenges.

A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.

A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.








































