← Back to Skills Marketplace
Toml Validator
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
88
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toml-validator
Description
Validate, lint, diff, and inspect TOML configuration files. Use when asked to check TOML syntax, compare TOML configs, show TOML structure, validate pyprojec...
Usage Guidance
This skill appears to do what it says: a local Python script that validates, lints, diffs, and prints TOML files. Before installing, note: (1) you need a Python runtime — SKILL.md expects Python 3.11+ or the tomli package for older Python, but the registry metadata doesn't list a required binary; ensure your environment meets that requirement. (2) The skill reads files you point it at — don’t run it against sensitive files you don’t want inspected. (3) There is no network activity or credential access in the code, and no install downloads, but the skill's source comes from an unknown homepage/owner; if you rely on it for production, consider reviewing the included script or sourcing it from a known publisher. (4) STATUS.md mentions a price — check licensing/purchase expectations outside the skill bundle if relevant.
Capability Assessment
Purpose & Capability
Name/description (TOML validation, lint, diff, inspect) align with the included script which parses TOML, lints, diffs, shows types and prints outputs. Minor mismatch: registry metadata lists no required binaries, but SKILL.md and the script require Python 3.11+ (or tomli for older Python). This is a documentation/metadata inconsistency, not evidence of malicious behavior.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script against user-supplied TOML files (validate, diff, show, types). The instructions limit activity to reading and printing/analyzing the specified files; they do not ask the agent to read unrelated system files, environment variables, or to send data externally.
Install Mechanism
No install spec is provided (instruction-only with included script). Nothing is downloaded or executed from remote locations. The bundled script will run locally when invoked.
Credentials
The skill requires no environment variables or credentials and the code does not access environment secrets or external services. It only reads user-specified TOML files from disk.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide changes. It does not attempt to modify other skills or global agent config. It can be invoked autonomously (platform default), which is expected for skills of this sort.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toml-validator - After installation, invoke the skill by name or use
/toml-validator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Toml Validator?
Validate, lint, diff, and inspect TOML configuration files. Use when asked to check TOML syntax, compare TOML configs, show TOML structure, validate pyprojec... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install Toml Validator?
Run "/install toml-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Toml Validator free?
Yes, Toml Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Toml Validator support?
Toml Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Toml Validator?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills