← Back to Skills Marketplace
sysundy

Skill Preflight Bootstrap

by sysundy · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
345
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skill-preflight-bootstrap
Description
为新仓库一键初始化“任务前先查技能”的工作流。适用于初始化技能预检新仓库、给新仓库装技能工作流、迁移 skill preflight、把当前流程封装到另一个仓库,或把技能预检、项目级 hooks、`.learnings/` 和团队使用说明快速落到目标仓库时。
Usage Guidance
This skill appears to do what it says: it will copy scripts and docs into the target repository and merge project-level hook settings. Before running: 1) use `--dry-run` to preview changes; 2) inspect the bundled scripts (they are included) to confirm you accept the writes and merge behavior; 3) be aware that running the included skill-preflight will scan ~/.codex, ~/.agents, and ~/.claude (read-only) and may call `npx -y skills find`, which fetches and executes code from npm — only run remote searches if you trust that network action; 4) if you run with `--force` it will overwrite existing template files, so back up important files first. No secrets or cloud credentials are requested by the skill itself.
Capability Analysis
Type: OpenClaw Skill Name: skill-preflight-bootstrap Version: 0.1.0 The skill bundle automates the setup of a workflow by performing high-privilege modifications to the agent's environment. Specifically, `scripts/bootstrap-skill-preflight.py` installs persistent hooks in `.codex/settings.json` and `.claude/settings.json` that execute shell scripts on every prompt and tool use, and it injects mandatory instructions into `AGENTS.md` using forceful language ('must', 'mandatory') to override default agent behavior. Additionally, `scripts/skill-preflight.py` executes remote code via `npx -y skills`. While these actions are consistent with the stated purpose of initializing a 'skill-first' workflow, the use of persistent hooks and mandatory prompt injection represents a significant attack surface for controlling agent behavior.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and documents: bootstrap script copies scaffold files, merges project-level hook settings, and appends an AGENTS.md fragment. The files present (Python and shell) are appropriate for this repo-bootstrap purpose. Minor note: the tooling expects Python and (optionally) npx to be available at runtime but the registry metadata declared no required binaries.
Instruction Scope
SKILL.md and the scripts stay within project-level bootstrapping scope. The included skill-preflight.py will scan both project and user-level skill directories (~/.codex, ~/.agents, ~/.claude) when searching local skills (read-only), and will invoke an external search via `npx -y skills find` when --remote is used (or when no local match). These behaviors are consistent with the stated purpose but do involve reading user home skill dirs and executing a network-installed npm tool.
Install Mechanism
No install specification (instruction-only) and scaffolded files are bundled in the skill — low static install risk. However, runtime behavior includes calling `npx -y skills find`, which will fetch and run code from the npm ecosystem; that is a network operation and executes third-party code at runtime (expected for remote skill discovery but worth noting).
Credentials
The skill declares no required environment variables or credentials. Hooks reference CLAUDE_TOOL_OUTPUT to inspect tool output (a non-secret runtime variable common in agent environments). The scripts read user skill directories for discovery, which is proportional to finding local skills; they do not request unrelated secrets or cloud credentials.
Persistence & Privilege
always is false and the skill does not demand permanent/global privileges. The bootstrap writes project-level files and merges project-level settings only. It does not modify other skills' configurations beyond per-project settings or the project's AGENTS.md.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-preflight-bootstrap
  3. After installation, invoke the skill by name or use /skill-preflight-bootstrap
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release
Metadata
Slug skill-preflight-bootstrap
Version 0.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Skill Preflight Bootstrap?

为新仓库一键初始化“任务前先查技能”的工作流。适用于初始化技能预检新仓库、给新仓库装技能工作流、迁移 skill preflight、把当前流程封装到另一个仓库,或把技能预检、项目级 hooks、`.learnings/` 和团队使用说明快速落到目标仓库时。 It is an AI Agent Skill for Claude Code / OpenClaw, with 345 downloads so far.

How do I install Skill Preflight Bootstrap?

Run "/install skill-preflight-bootstrap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Preflight Bootstrap free?

Yes, Skill Preflight Bootstrap is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Preflight Bootstrap support?

Skill Preflight Bootstrap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Preflight Bootstrap?

It is built and maintained by sysundy (@sysundy); the current version is v0.1.0.

💬 Comments