Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: ginstall-oneclick
version: 0.1.0
description: >-
GInstall 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).
metadata:
openclaw:
requires:
bins: [node, git]
homepage: https://github.com/ginstall-oneclick/ginstall-oneclick
envVars:
required: false
description: >-
GitHub token (PAT) for private repositories or when unauthenticated
raw/clone fails; optional for public repos only.
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/<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. 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 "<url>". 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:
<https://github.com/YunzhouLi-hub/GInstall-OneClick>