← 返回 Skills 市场
Tsconfig Validator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tsconfig-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/tsconfig-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Tsconfig Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tsconfig-validator」即可一键安装,无需额外配置。
Tsconfig Validator 是免费的吗?
是的,Tsconfig Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tsconfig Validator 支持哪些平台?
Tsconfig Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tsconfig Validator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills