← Back to Skills Marketplace
Release Preflight
by
lethehades
· GitHub ↗
· v1.0.0
· MIT-0
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install release-preflight
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install release-preflight - After installation, invoke the skill by name or use
/release-preflight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of release-preflight.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Release Preflight?
Run "/install release-preflight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Release Preflight free?
Yes, Release Preflight is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Release Preflight support?
Release Preflight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Release Preflight?
It is built and maintained by lethehades (@lethehades); the current version is v1.0.0.
More Skills