← 返回 Skills 市场
lethehades

Release Preflight

作者 lethehades · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
258
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install release-preflight
功能描述
Pre-release safety and scope checker for skills, repos, and export bundles. Use before publishing or sharing a skill folder, repository, or release bundle wh...
安全使用建议
This appears to be a straightforward preflight checker. Before running it: 1) point it only at the directory you intend to evaluate (do not pass your home directory or /), 2) review the generated report before publishing anything, and 3) if you need stricter secret scanning, use a dedicated secret scanner in addition to this tool. The script performs local filesystem reads only and does not send data externally, but you should still avoid scanning directories containing sensitive files unless you want them inspected for publication.
功能分析
Type: OpenClaw Skill Name: release-preflight Version: 1.0.0 The 'release-preflight' skill is a utility designed to scan local directories for private artifacts, local identity leakage (e.g., absolute file paths), and structural readiness before publication. The core logic in 'scripts/release_preflight.py' performs local file system analysis and string matching without any network connectivity, data exfiltration, or suspicious execution patterns. The instructions in 'SKILL.md' and the supporting documentation in the 'references/' directory are entirely consistent with the tool's stated purpose of ensuring release safety.
能力评估
Purpose & Capability
Name/description match the provided files and included Python script. The rules, reference docs, and script implement a preflight check for private artifacts, overscope, and identity leakage — everything requested is appropriate for a release-preflight tool.
Instruction Scope
SKILL.md restricts work to a provided target path and references local scripts and docs. The script scans all files under the given target directory (text files for identity checks) and will report findings — this is expected, but callers should avoid pointing the tool at entire home or system roots since it will read any files within the target path.
Install Mechanism
No install spec and no external packages or downloads — the skill is instruction-only with an included script, which minimizes installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The script only reads files under the user-supplied target path and does not access network or external services.
Persistence & Privilege
always is false and the skill does not attempt to modify system or other skill configs. Autonomous invocation is allowed (platform default) but the skill does not request elevated persistence or system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install release-preflight
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /release-preflight 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of release-preflight.
元数据
Slug release-preflight
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Release Preflight 是什么?

Pre-release safety and scope checker for skills, repos, and export bundles. Use before publishing or sharing a skill folder, repository, or release bundle wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。

如何安装 Release Preflight?

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

Release Preflight 是免费的吗?

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

Release Preflight 支持哪些平台?

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

谁开发了 Release Preflight?

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

💬 留言讨论