← 返回 Skills 市场
Requirements Checker
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install requirements-checker
功能描述
Validate, lint, and sort Python requirements.txt files for best practices and CI.
安全使用建议
This skill appears to do what it says: lint/validate/sort requirements files using the included Python script. Before installing or running it in CI, review and run the script locally on non-critical files: 1) run read-only commands first (validate/lint/compare/sort without --write) to inspect output; 2) if using --write, ensure you have backups or run under version control; 3) inspect the included script yourself (it's provided) to confirm it matches your security posture. No network calls, credentials, or installers were found in the provided files.
功能分析
Type: OpenClaw Skill
Name: requirements-checker
Version: 1.0.0
The requirements-checker skill is a legitimate utility for validating, linting, sorting, and comparing Python requirements.txt files. The implementation in scripts/requirements-checker.py uses only the Python standard library, performs safe file operations on user-provided paths, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the provided script and SKILL.md. The tool only needs to read/compare/sort requirements files and the included Python script implements those features; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script on local requirements files (validate, lint, duplicates, sort, compare). The instructions reference only local file paths and output formats; they do not ask the agent to read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only wrapper with an included script). The script claims to be pure stdlib Python and does not declare downloads or external package installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code reviewed does not read environment variables or request secrets.
Persistence & Privilege
The skill does not request always: true and has default invocation settings. It does not modify other skills or agent-wide configuration. The only potentially persistent effect is writing files when the user passes the --write flag to the sort command (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install requirements-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/requirements-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Requirements Checker 是什么?
Validate, lint, and sort Python requirements.txt files for best practices and CI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Requirements Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install requirements-checker」即可一键安装,无需额外配置。
Requirements Checker 是免费的吗?
是的,Requirements Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Requirements Checker 支持哪些平台?
Requirements Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Requirements Checker?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills