← 返回 Skills 市场
charlie-morrison

Stylelint Config Validator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stylelint-config-validator
功能描述
Validate Stylelint config files for errors, deprecated rules, config structure, plugins, extends, and overrides, outputting text or JSON results.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stylelint-config-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stylelint-config-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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+.
元数据
Slug stylelint-config-validator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stylelint Config Validator 是什么?

Validate Stylelint config files for errors, deprecated rules, config structure, plugins, extends, and overrides, outputting text or JSON results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Stylelint Config Validator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stylelint-config-validator」即可一键安装,无需额外配置。

Stylelint Config Validator 是免费的吗?

是的,Stylelint Config Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stylelint Config Validator 支持哪些平台?

Stylelint Config Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stylelint Config Validator?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论