Implementation Readiness Checker
v1.0.0检查项目是否具备实施条件,明确缺什么就不该开工。;use for implementation, readiness, delivery workflows;do not use for 为了开工而忽略前提条件, 替代正式项目审批.
⭐ 0· 116·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the code and resources: the SKILL.md, README, spec.json, template, and scripts/run.py implement a local checklist/audit tool. Declared required binary (python3) is appropriate and sufficient. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script when shell/exec is available, or otherwise produce output using the provided template and spec. The script reads files and directories supplied as the --input argument (text files, CSV/TSV, directories, etc.) and performs pattern scans and structured summarization. This is coherent with an auditing/reporting skill, but it means the agent/script will read whatever paths the user supplies — avoid passing root or sensitive system directories unless intended.
Install Mechanism
No install spec; the skill is instruction-only plus a local Python script. That is low-risk: nothing is downloaded or written during installation beyond the existing files in the skill bundle.
Credentials
No environment variables, tokens, or external credentials are required. The script only uses local filesystem access and standard library features, which is appropriate for its stated purpose.
Persistence & Privilege
always:false and normal agent invocation are used. The skill does not request persistent system-wide privileges, does not modify other skills, and does not attempt to enable itself or store credentials.
Assessment
This skill is internally consistent and implements a local readiness-checker. Before running: (1) only pass intended files or directories to --input (do not point it at system roots or directories containing secrets you don't want read), (2) inspect scripts/run.py yourself if you want full assurance (it is local and readable), (3) note the script can print snippets of matched 'secret-like' patterns (it masks long secrets partially), and (4) run the script in a sandboxed environment if processing sensitive data. No network calls or external credentials are required by the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97bt2vnybfzxn8n4w69v8wzns8327tm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧱 Clawdis
OSmacOS · Linux · Windows
Binspython3
