← Back to Skills Marketplace
charlie-morrison

Tailwind Config Validator

by charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tailwind-config-validator
Description
Validate JSON-exported Tailwind CSS configuration files for structural issues, content path problems, theme misconfiguration, and best practices. Use when au...
Usage Guidance
This skill appears to be a straightforward local validator for JSON-exported Tailwind configs and does not require credentials or external installs. Before running it: (1) Inspect the included script (scripts/tailwind_config_validator.py) yourself to confirm it matches expectations — it appears to use only Python stdlib and local file reads. (2) Be careful when running the suggested node command to export the config: require('./tailwind.config.js') will execute that JS/TS file, which may contain arbitrary code from the project. Only run the node export on code you trust or run it inside a sandbox/container. (3) If you want extra assurance, run node -e on a copy of the config file or convert the config to JSON by hand, then run the validator. If you want me to, I can scan the full Python script for network/socket/subprocess usage or search for os.environ accesses and report back.
Capability Analysis
Type: OpenClaw Skill Name: tailwind-config-validator Version: 1.0.0 The tailwind-config-validator skill is a utility for auditing Tailwind CSS configurations exported as JSON. The core logic in scripts/tailwind_config_validator.py is a well-structured Python script that uses only standard libraries to perform static analysis on JSON data, checking for common misconfigurations and best practices. There is no evidence of malicious intent, data exfiltration, network activity, or dangerous execution patterns in either the code or the SKILL.md instructions.
Capability Assessment
Purpose & Capability
Name/description match the provided code and instructions. The tool only needs a JSON-exported Tailwind config and the included Python validator operates on that JSON; there are no unrelated environment variables, credentials, or binaries declared.
Instruction Scope
SKILL.md tells the user to run node -e "console.log(JSON.stringify(require('./tailwind.config.js')))" which will execute the project's tailwind.config.js to produce JSON. Executing project JS is required to export the config but can run arbitrary code in that file — the validator itself appears to only read local JSON and perform static checks. Recommend only exporting configs from trusted repositories or running the node export in an isolated environment.
Install Mechanism
No install spec (instruction-only with an included script). No downloads or external package installs are requested; the SKILL.md and script state pure Python stdlib usage.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The declared requirements are proportional to a local static validator.
Persistence & Privilege
Skill is not always-enabled and uses normal model invocation settings. It does not request system-wide configuration or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tailwind-config-validator
  3. After installation, invoke the skill by name or use /tailwind-config-validator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug tailwind-config-validator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tailwind Config Validator?

Validate JSON-exported Tailwind CSS configuration files for structural issues, content path problems, theme misconfiguration, and best practices. Use when au... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install Tailwind Config Validator?

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

Is Tailwind Config Validator free?

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

Which platforms does Tailwind Config Validator support?

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

Who created Tailwind Config Validator?

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

💬 Comments