← 返回 Skills 市场
charlie-morrison

SWC Config Validator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swc-config-validator
功能描述
Validate SWC config files (.swcrc, package.json#swc) for parser settings, transform conflicts, module type issues, and best practices. Use when validating SW...
安全使用建议
The skill appears coherent and limited to validating SWC configs: it reads local files and reports linting-style findings. Before installing, confirm the skill author/source (source/homepage are unknown) and review the bundled script yourself if you can. Run it in the repository you intend to scan (not a system or home directory) or in a sandbox/CI runner for the first run. Ensure you have Python 3.8+ available. Because the provided file view was truncated in the review, if you need maximum assurance, inspect the full scripts/swc_config_validator.py file to verify it contains no network calls, subprocess execution, or writes outside its working directory.
能力评估
Purpose & Capability
Name/description, SKILL.md commands, and the included Python script all focus on parsing and validating .swcrc / package.json#swc; required capabilities (reading those files, JSON parsing) align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python script against local config files (.swcrc or package.json). The script reads and parses files, reports findings, and returns CI-style exit codes — all within the expected scope.
Install Mechanism
No install spec; instruction-only skill with a bundled Python script. It declares no external packages and the script states it uses only stdlib. This is proportionate for a linter-style tool.
Credentials
No environment variables, credentials, or config paths are requested. The tool only needs permission to read the target files, which is appropriate for its function.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed (platform default) but there are no other elevated privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install swc-config-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /swc-config-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 22 rules for .swcrc validation
元数据
Slug swc-config-validator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SWC Config Validator 是什么?

Validate SWC config files (.swcrc, package.json#swc) for parser settings, transform conflicts, module type issues, and best practices. Use when validating SW... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 SWC Config Validator?

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

SWC Config Validator 是免费的吗?

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

SWC Config Validator 支持哪些平台?

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

谁开发了 SWC Config Validator?

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

💬 留言讨论