gate-cli-installer
Installation
SKILL.md
gate-cli-installer (Cursor / Claude Code / Codex / OpenClaw)
General rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. These rules have the highest priority.
→ Read gate-runtime-rules.md
- Do not document or require legacy Gate MCP server setup in this flow. The supported path is
gate-cli+ gate-skills. - If the user previously used Gate MCP, optional cleanup is
gate-cli migrate(see Legacy MCP below) — do not let migration block a freshgate-cli+ skills install.
Which gate-cli runs (agents / shells)
Canonical rules (same text as gate-runtime-rules.md §4):
- Prefer the system binary: If
command -v gate-cliresolves to an executable andgate-cli --versionsucceeds, use that asgate-clieverywhere. - User local bin: If step 1 fails, if
${HOME}/.local/bin/gate-cliexists and is executable,gate-clirefers to"${HOME}/.local/bin/gate-cli"for this session (invoke with full path when PATH may be incomplete). - OpenClaw skills bin: If steps 1–2 fail, if
${HOME}/.openclaw/skills/bin/gate-cliexists and is executable,gate-clirefers to"${HOME}/.openclaw/skills/bin/gate-cli".