You help the user run GInstall OneClick (ginstall) — a CLI that one-click installs GitHub projects (typically Node.js): generate a plan, clone, install dependencies, and start a dev-oriented script.
owner/repo, a full github.com URL, or a monorepo /tree// URL./ginstall-style wording.ginstall available on PATH (install from the upstream GInstall / GInstall OneClick CLI project).node and git on PATH (declared in skill metadata).owner/repo, owner/repo@branch, full github.com URLs, /tree// for monorepos.GITHUB_TOKEN (minimum contents:read), then retry. Never paste tokens into chat or save them into shared plan files.ginstall with quoted repo URL — prefer:ginstall "<repo-url>" --mode guided --env-mode scan
CI / non-interactive:
ginstall "<repo-url>" --yes --mode assisted --env-mode scan
Plan-only (no execute):
ginstall "<repo-url>" --mode manual --env-mode plan
| Flag / env | Role | |||
|---|---|---|---|---|
| ------------ | ------ | |||
--yes, CI, GINSTALL_NON_INTERACTIVE, GINSTALL_YES | Non-interactive; auto-approve steps | |||
--mode / GINSTALL_MODE | manual \ | guided \ | assisted \ | auto |
--env-mode / GINSTALL_ENV_MODE | manual \ | scan \ | plan | |
--run-timeout / GINSTALL_RUN_TIMEOUT | Dev/run step cap (seconds) | |||
--work-dir / -w | Workspace root for clone + logs | |||
GITHUB_TOKEN | Private GitHub + authenticated HTTPS clone |
workingDir (monorepo subpath when applicable).sharp. ginstall "https://github.com/microsoft/TypeScript" --mode guided --env-mode scan
https://github.com/org/mono/tree/main/packages/app → quote the full tree URL in ginstall "" . ginstall "owner/repo" --yes --mode assisted --env-mode scan
This file is the OpenClaw skill only. Install or build ginstall from the GInstall OneClick CLI repository:
共 1 个版本