Netlify Deploy
v1.0.0Deploy and manage Netlify sites with npx netlify, including auth, linking, preview deploys, production releases, and config checks.
⭐ 0· 471·6 current·6 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Netlify deploy) matches declared requirements: npx and git are needed to invoke the Netlify CLI and inspect the repo; a local config path (~/netlify-deploy/) is used for skill memory. No unrelated binaries or cloud credentials are requested.
Instruction Scope
SKILL.md instructs only Netlify CLI and git commands appropriate to linking, preview/production deploys, builds, and local checks. Two items to be aware of: (1) the docs show use of `npx netlify env:import .env` / `env:set` which will upload environment variables from a .env file to Netlify (so secrets in a local .env would be transmitted to Netlify); and (2) the skill persists preferences in ~/netlify-deploy/memory.md — users should avoid placing secrets there. Otherwise the instruction scope stays within deployment tasks.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code; lowest-risk install posture. It relies on presence of npx (to run the official Netlify CLI) and git.
Credentials
No environment variables or external credentials are required by the skill metadata. The runtime flow does require the user to authenticate with Netlify (interactive `npx netlify login`), which is appropriate for a deploy tool. The only configured path is a local memory directory, which is proportionate to the stated behavior.
Persistence & Privilege
always:false and user-invocable; the skill stores its own memory under ~/netlify-deploy/ (expected). It does not request elevated system-wide privileges or modify other skills' config. Autonomous invocation remains allowed (platform default) but is not combined with unusual privileges.
Assessment
This skill appears to be what it says: a Netlify CLI helper. Before installing: (1) confirm you trust Netlify for deploy artifacts and any env vars you upload; avoid using `env:import` on a .env that contains secrets you don't want on Netlify; (2) review or sanitize ~/netlify-deploy/memory.md so it doesn't accidentally store sensitive data; (3) ensure `npx` will run the official Netlify CLI (installed from the npm registry) and avoid running unfamiliar install commands returned by the skill; (4) always require explicit confirmation before production (`--prod`) deploys as the skill recommends.Like a lobster shell, security has layers — review code before you run it.
latestvk97btc2n4b9p58gbcx8hprr4pd81z2nv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
NET Clawdis
OSLinux · macOS · Windows
Binsnpx, git
Config~/netlify-deploy/
