Create
v1.0.0Project scaffolding reference — boilerplate generation, directory structures, template engines, and init patterns. Use when bootstrapping new projects or gen...
⭐ 0· 103·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (project scaffolding) align with the provided assets: an instruction-only SKILL.md that invokes a bundled scripts/script.sh which prints scaffolding guidance. There are no unrelated env vars, binaries, or config path requirements declared.
Instruction Scope
SKILL.md's runtime instructions are explicit: call scripts/script.sh with one of the listed subcommands. That stays within scaffolding/docs scope. Note: the agent will execute a bundled shell script, so the runtime behavior depends on that script's contents (which were largely visible and appeared to be documentation-only).
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or written to disk by an installer. The only code shipped is a local shell script included in the skill bundle.
Credentials
No required environment variables, credentials, or config paths are declared. SKILL.md documents an optional CREATE_DIR configuration but does not require secrets or unrelated tokens.
Persistence & Privilege
Skill is not forced always-on and uses default autonomous invocation settings. It does not request elevated platform privileges or attempt to modify other skills' configurations in the reviewed materials.
Assessment
This skill is coherent with its purpose: it runs a local shell script that prints project-scaffolding guidance. Before installing or allowing autonomous invocation, review the full scripts/script.sh file yourself (ensure there are no commands that write files, execute downloads, or run external network calls you don't expect). Because the provided script was truncated in the review bundle, either (1) inspect the complete script in the repository, or (2) run it in an isolated/sandboxed environment the first time to confirm it only prints documentation and does not modify your system. Also verify you trust the publisher (bytesagain.com) if you plan to run the script on production hosts.Like a lobster shell, security has layers — review code before you run it.
latestvk97321c6gsq3vn00nymd4g800583b6d7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
