← 返回 Skills 市场
PostCSS Config Validator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install postcss-config-validator
功能描述
Validate PostCSS config files (.postcssrc, postcss.config.js, package.json#postcss) for plugin ordering, deprecated plugins, Tailwind integration, and best p...
安全使用建议
This skill appears to be a straightforward, local PostCSS config linter. It will read files in the project directory (e.g., .postcssrc, postcss.config.js, package.json) to produce warnings/errors; that is expected behavior. Before running: ensure you're comfortable the agent can read the project files you point it at. The script claims no network activity or credentials; if you need extra assurance, inspect the full bundled Python file for any hidden I/O or network calls (the visible portions use only local file I/O and stdlib). Requires Python 3.8+ to run. If you only want static analysis and not to execute arbitrary scripts, consider running the included Python file locally in a sandbox or review the remaining parts of the script yourself prior to use.
功能分析
Type: OpenClaw Skill
Name: postcss-config-validator
Version: 1.0.0
The postcss-config-validator skill is a legitimate utility for linting and validating PostCSS configuration files. The Python script (scripts/postcss_config_validator.py) uses only the standard library to parse JSON and apply static analysis rules regarding plugin ordering and best practices. There is no evidence of data exfiltration, network activity, or malicious execution.
能力评估
Purpose & Capability
Name/description (PostCSS config validation) match the included code and SKILL.md. The script parses JSON configs, inspects plugin lists and ordering, and reports findings consistent with the stated ruleset.
Instruction Scope
Runtime instructions tell the agent to run the bundled Python script against local PostCSS config files. The script reads files from the working directory (config files and package.json), which is appropriate and expected for this purpose. It does not instruct the agent to read unrelated system paths or transmit data externally.
Install Mechanism
No install spec; this is instruction-only with a bundled script. Execution requires Python 3.8+ and no external packages (script claims to use only the stdlib). No downloads or archive extraction are used.
Credentials
The skill requires no environment variables, credentials, or config paths beyond local project files. This is proportional to a linter that analyzes local PostCSS configs.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It runs on demand and does not declare autonomous elevation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install postcss-config-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/postcss-config-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 22 rules for PostCSS config validation
元数据
常见问题
PostCSS Config Validator 是什么?
Validate PostCSS config files (.postcssrc, postcss.config.js, package.json#postcss) for plugin ordering, deprecated plugins, Tailwind integration, and best p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 PostCSS Config Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install postcss-config-validator」即可一键安装,无需额外配置。
PostCSS Config Validator 是免费的吗?
是的,PostCSS Config Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PostCSS Config Validator 支持哪些平台?
PostCSS Config Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PostCSS Config Validator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills