← Back to Skills Marketplace
SWC Config Validator
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swc-config-validator
Description
Validate SWC config files (.swcrc, package.json#swc) for parser settings, transform conflicts, module type issues, and best practices. Use when validating SW...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swc-config-validator - After installation, invoke the skill by name or use
/swc-config-validator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 22 rules for .swcrc validation
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install SWC Config Validator?
Run "/install swc-config-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SWC Config Validator free?
Yes, SWC Config Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SWC Config Validator support?
SWC Config Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SWC Config Validator?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills