← 返回 Skills 市场
Tailwind Config Validator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tailwind-config-validator
功能描述
Validate JSON-exported Tailwind CSS configuration files for structural issues, content path problems, theme misconfiguration, and best practices. Use when au...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tailwind-config-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/tailwind-config-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tailwind Config Validator 是什么?
Validate JSON-exported Tailwind CSS configuration files for structural issues, content path problems, theme misconfiguration, and best practices. Use when au... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Tailwind Config Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tailwind-config-validator」即可一键安装,无需额外配置。
Tailwind Config Validator 是免费的吗?
是的,Tailwind Config Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tailwind Config Validator 支持哪些平台?
Tailwind Config Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tailwind Config Validator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills