← Back to Skills Marketplace
charlie-morrison

Stylelint Config Validator

by charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stylelint-config-validator
Description
Validate Stylelint config files for errors, deprecated rules, config structure, plugins, extends, and overrides, outputting text or JSON results.
Usage Guidance
This bundle appears coherent and low-risk: it contains a Python script that reads and validates Stylelint config files and requires no credentials or network access. Before installing or running it, consider: (1) inspect the full script to confirm there are no subprocess calls, network requests, or environment-variable accesses (the visible portion shows none); (2) note the documented support for stylelint.config.js may be inaccurate — if you need JS-config support, verify the script handles it or avoid relying on that claim; (3) run it locally or in a CI sandbox on non-sensitive sample configs first; and (4) ensure you have Python 3.8+ available. If you want higher assurance, provide the remainder of the script for review so we can confirm there are no hidden behaviors.
Capability Analysis
Type: OpenClaw Skill Name: stylelint-config-validator Version: 1.0.0 The stylelint-config-validator skill is a utility for checking Stylelint configuration files for deprecated rules and structural errors. The implementation in scripts/stylelint_validator.py uses only Python standard libraries, performs local file parsing (JSON/YAML), and lacks any indicators of malicious intent such as network activity, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description align with the included script and SKILL.md: the tool validates Stylelint configs and reports deprecated/unknown rules. Minor inconsistency: SKILL.md and the top-level docstring claim support for stylelint.config.js, but the visible loader only parses JSON/YAML/plain files (no JS parsing shown). This is a documentation/feature mismatch rather than an obvious malicious discrepancy.
Instruction Scope
Runtime instructions only tell the agent to run the included Python script against a Stylelint config path and to produce text/json/summary output. The SKILL.md does not instruct reading unrelated files, contacting external endpoints, or accessing environment variables beyond normal execution.
Install Mechanism
No install spec; the skill bundles a Python script and expects Python 3.8+ on the host. Nothing is downloaded or written by an installer, which keeps installation risk low.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script reads only the config file(s) you pass to it — appropriate for a lint/validator tool.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not appear to modify other skills or system-wide settings. Model invocation is allowed (default) but that is normal for skills and not concerning given the limited scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stylelint-config-validator
  3. After installation, invoke the skill by name or use /stylelint-config-validator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of stylelint-config-validator. - Validates `.stylelintrc` files for unknown, deprecated, and null rules, config structure, and best practices. - Checks extends/plugins arrays, duplicate and ordering issues, and override sections. - Supports text, JSON, and summary output formats with clear exit codes. - Command-line interface for linting, rule checks, and listing deprecated rules. - No external dependencies; requires Python 3.8+.
Metadata
Slug stylelint-config-validator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stylelint Config Validator?

Validate Stylelint config files for errors, deprecated rules, config structure, plugins, extends, and overrides, outputting text or JSON results. It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.

How do I install Stylelint Config Validator?

Run "/install stylelint-config-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Stylelint Config Validator free?

Yes, Stylelint Config Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stylelint Config Validator support?

Stylelint Config Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stylelint Config Validator?

It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.

💬 Comments