Install
openclaw skills install one-click-installation-of-github-projectsGInstall OneClick — one-click installation of GitHub projects: plan, clone, install Node deps, run dev scripts. Use when the user wants a GitHub Node.js repo set up locally via the ginstall CLI (monorepo tree URLs, GITHUB_TOKEN).
openclaw skills install one-click-installation-of-github-projectsYou 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/<branch>/<subpath> 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/<branch>/<subpath> 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.Interactive: User says “Install https://github.com/microsoft/TypeScript locally with GInstall.” → run
ginstall "https://github.com/microsoft/TypeScript" --mode guided --env-mode scan
Monorepo: User provides https://github.com/org/mono/tree/main/packages/app → quote the full tree URL in ginstall "<url>".
Automation: User wants CI setup with no prompts →
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: