← Back to Skills Marketplace
charlie-morrison

Tsconfig Validator

by charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tsconfig-validator
Description
Validate and lint tsconfig.json files for common mistakes, conflicting compiler options, strictness gaps, and best practices. Use when asked to lint, validat...
Usage Guidance
This skill appears to be a straightforward tsconfig linter implemented as a Python script. Before installing or running it: (1) verify you have python3 available on the agent host (SKILL.md calls python3 but does not list it as a required binary); (2) review the bundled script if you have concerns — it appears to only read and analyze tsconfig.json files and uses the stdlib, with no network calls or secret access in the reviewed sections; (3) run it first on non-sensitive/example configs to confirm behavior. If you want higher assurance, request the full (untruncated) script for inspection to ensure there are no network calls or file writes in the remainder of the file.
Capability Analysis
Type: OpenClaw Skill Name: tsconfig-validator Version: 1.0.0 The tsconfig-validator skill is a legitimate tool for auditing TypeScript configuration files. The core logic in scripts/tsconfig_validator.py is written in pure Python using only standard libraries, performing structural and rule-based checks on JSON content without any network access, shell execution, or sensitive data access. The instructions in SKILL.md are well-defined and align perfectly with the stated purpose of linting and validating tsconfig.json files.
Capability Assessment
Purpose & Capability
Name/description match the included artifact: a Python script that parses and lints tsconfig.json files. The declared requirements are minimal and consistent with a local linter (no credentials, no external services).
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script (e.g., `python3 scripts/tsconfig_validator.py lint tsconfig.json`). This stays within the stated purpose (reading and analyzing tsconfig.json). Note: SKILL.md does not explicitly declare that python3 is required as a binary dependency; the script assumes a local Python runtime and will read files from disk, which is expected for a linter.
Install Mechanism
No install spec — instruction-only with a bundled Python script. The script claims to use only the Python stdlib and there are no downloads or external package installs in the manifest.
Credentials
No environment variables, credentials, or config paths are requested. The operations observed (parsing JSON, checking keys/values, reading the tsconfig file) are proportional to the tool's purpose.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-wide changes, and does not attempt to modify other skills or agent configuration in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tsconfig-validator
  3. After installation, invoke the skill by name or use /tsconfig-validator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug tsconfig-validator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tsconfig Validator?

Validate and lint tsconfig.json files for common mistakes, conflicting compiler options, strictness gaps, and best practices. Use when asked to lint, validat... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Tsconfig Validator?

Run "/install tsconfig-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tsconfig Validator free?

Yes, Tsconfig Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tsconfig Validator support?

Tsconfig Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tsconfig Validator?

It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.

💬 Comments