A robust diagnostic utility for validating and linting Prettier configuration files across multiple formats to ensure project consistency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install prettierrc-validator
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 prettierrc-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Prettier Config Validator is a specialized tool within the Openclaw Skills ecosystem designed to audit .prettierrc files for syntax errors, deprecated options, and conflicting rules. It supports a wide range of formats including JSON, YAML, TOML, and configuration blocks within package.json files. By integrating this into your development workflow, you can ensure that your AI-assisted coding environment maintains strict adherence to project styling guidelines without manual oversight.
This skill provides a deep-dive analysis of your configuration, spanning 22 unique rules across categories like structure, options, and best practices. Whether you are migrating to Prettier v3 or managing complex monorepo overrides, this utility ensures your configuration is technically sound and optimized for performance.
To start using this tool within your Openclaw Skills environment, ensure you have Python 3.8 or higher installed. Follow these steps to set up and run a validation:
# Optional: Install PyYAML for enhanced YAML parsing
pip install PyYAML
# Run a full lint on your configuration file
python3 scripts/prettierrc_validator.py lint .prettierrc.json
# Validate only the 'overrides' section of your config
python3 scripts/prettierrc_validator.py overrides .prettierrc.json
The validator organizes its findings into a structured taxonomy. When using the JSON output format, the data follows this schema:
| Field | Description |
|---|---|
| file | The path to the configuration file being validated |
| rule | The specific rule ID triggered (e.g., invalid-enum-value) |
| severity | ERROR, WARNING, or INFO |
| message | A human-readable explanation of the issue |
| category | One of: Structure, Options, Deprecated, Overrides, or Best Practices |
| path | The JSON path to the problematic configuration key |
Loading
A specialized CLI tool for fetching daily wholesale and retail price data for Korean agricultural, livestock, and aquatic products via the official KAMIS OpenAPI.

A structured framework for AI agents to evaluate their performance, extract reusable patterns, and improve future task execution.

A high-performance risk prioritization engine that filters scanner noise using real-world exploit intelligence and asset context.

A comprehensive auditing tool for identifying workspace structures, internal dependencies, and architectural issues in monorepos.

A security audit tool that scans web endpoints for dangerous CORS misconfigurations and assigns a security grade from A to F.

A pure Python linter and validator designed to ensure Helm charts follow security, structure, and dependency best practices.








































