← 返回 Skills 市场
charlie-morrison

pyproject.toml Validator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pyproject-toml-validator
功能描述
Validate Python project pyproject.toml files against PEP 517/621 rules for project metadata, build system, and tool configurations with detailed reports.
安全使用建议
This appears to be a straightforward pyproject.toml validator, but the source is unknown. Before running: (1) review the included script yourself (or run it in a sandbox/container) to confirm it only reads the intended file(s); (2) avoid pointing it at sensitive system files (use the project pyproject.toml); (3) run with a non-privileged user; and (4) prefer running this with a trusted copy of the tool or using a known, published validator if you need stronger provenance guarantees.
功能分析
Type: OpenClaw Skill Name: pyproject-toml-validator Version: 1.0.0 This skill is a utility for validating `pyproject.toml` files against PEP 517/621 standards. The script `scripts/pyproject_validator.py` performs static analysis on the TOML content to check for common configuration errors in project metadata, build systems, and tool sections (e.g., Ruff, MyPy). It operates entirely locally using standard Python libraries and does not exhibit any high-risk behaviors such as network access, command execution, or sensitive data access.
能力评估
Purpose & Capability
The name/description, SKILL.md usage examples, and the included Python script all focus on validating pyproject.toml (project, build-system, and tool.*). There are no unrelated binaries, cloud credentials, or unexplained dependencies requested.
Instruction Scope
SKILL.md directs the agent to run the included script against a provided pyproject.toml. The script (as inspected) parses TOML and applies static validation rules; it performs local file reads only and contains no network calls, subprocess execution, or instructions to read unrelated system configuration.
Install Mechanism
No install spec is provided (instruction-only with an included script). That minimizes disk-writing/install risk; the package will simply be run by the agent with Python.
Credentials
The skill declares no required environment variables or credentials, and the script does not reference secrets or external service tokens. Requested access is proportional to its function.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modifications to other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pyproject-toml-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pyproject-toml-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pyproject-toml-validator. - Validates pyproject.toml files against PEP 517/621 and common standards. - Checks [project], [build-system], and [tool.*] sections for over 30 common mistakes. - Supports multiple output formats: text, json, and summary. - Offers granular validation commands for project, build, and tool sections. - Provides clear exit codes for successful validation, errors, and file/parsing issues. - Designed for Python 3.11+ (with fallback for Python 3.10).
元数据
Slug pyproject-toml-validator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

pyproject.toml Validator 是什么?

Validate Python project pyproject.toml files against PEP 517/621 rules for project metadata, build system, and tool configurations with detailed reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 pyproject.toml Validator?

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

pyproject.toml Validator 是免费的吗?

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

pyproject.toml Validator 支持哪些平台?

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

谁开发了 pyproject.toml Validator?

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

💬 留言讨论