← 返回 Skills 市场
Prettierrc Validator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prettierrc-validator
功能描述
Validate and lint Prettier configuration files (.prettierrc, .prettierrc.json, .prettierrc.yaml, .prettierrc.toml, package.json#prettier) for structure, inva...
安全使用建议
This skill appears coherent and low-risk: it bundles a Python script to lint Prettier configs and requires no credentials or installs. Before using it, you may want to (1) quickly scan the included scripts yourself or run them in a sandbox/CI runner on a non-production machine, (2) avoid running it against code you don't trust if you have policies about reading repository files (the tool reads config files you point it at), and (3) be aware that optional dependencies (PyYAML, tomli) are standard parsers — if you install them, use official package sources (PyPI) to avoid supply-chain risks. If you need guarantees beyond this review, run the script with a Python security scanner or inspect the remainder of the file not shown in the truncated preview.
功能分析
Type: OpenClaw Skill
Name: prettierrc-validator
Version: 1.0.0
The skill bundle is a legitimate utility for validating Prettier configuration files. The Python script (scripts/prettierrc_validator.py) performs static analysis on JSON, YAML, and TOML files using safe parsing methods (e.g., yaml.safe_load) and contains no network activity, file system modifications, or unauthorized data access. The SKILL.md instructions are consistent with the tool's purpose and do not contain any prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md. The bundled Python script implements config parsing and lint rules for Prettier options; there are no unrelated credentials, binaries, or platform hooks requested.
Instruction Scope
Runtime instructions are explicit: run the included Python script against config files. The script reads the specified config file(s) and parses JSON/YAML/TOML (with fallbacks) and does not attempt to read unrelated system files, environment variables, or call external endpoints. JS configs are explicitly excluded from static validation.
Install Mechanism
No install spec is present (instruction-only with a packaged script). No remote downloads or binary installs are requested; optional dependencies (PyYAML, tomli) are standard parsing libraries and only used if present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference any secrets or external service tokens.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or modify other skills' configurations. It does not install background services or enable permanent agent-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prettierrc-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/prettierrc-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Prettierrc Validator 是什么?
Validate and lint Prettier configuration files (.prettierrc, .prettierrc.json, .prettierrc.yaml, .prettierrc.toml, package.json#prettier) for structure, inva... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Prettierrc Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prettierrc-validator」即可一键安装,无需额外配置。
Prettierrc Validator 是免费的吗?
是的,Prettierrc Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prettierrc Validator 支持哪些平台?
Prettierrc Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prettierrc Validator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills