gate-cli-installer

Installs gate-cli and wires gate-skills into agent clients.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-cli-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-cli-installer
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/gate-cli-installer
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-cli-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of setting up the right tooling so users can run Gate research workflows by installing gate-cli and loading gate-skills into their chosen agent client.

Core Features & Use Cases

  • One-click gate-cli installation: Downloads the latest gate-cli release appropriate to the user’s OS/architecture and installs it to a reachable bin directory (preferencing local bin).
  • gate-skills enablement across clients: Guides installation of gate-skills for Cursor, Claude Code, Codex, or OpenClaw without requiring legacy Gate MCP setup.
  • Configuration & auth error recovery: Routes auth/config failures to an interactive gate-cli configuration flow (API key/secret setup) instead of asking users to paste secrets into chat.
  • Optional legacy MCP migration: Provides a non-blocking path to migrate existing MCP entries if the user already has them.

Quick Start

Ask the AI to run the installer by telling it: "Install gate-cli on my machine and set up gate-skills for Cursor using skills/gate-cli-installer/setup.sh, then help me run gate-cli config init if I hit auth errors."

Frequently Asked Questions about gate-cli-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install gate-cli and set up gate-skills for Cursor?

You can install gate-cli and set up gate-skills for Cursor by running the setup script, which downloads the OS-specific binary and configures the client without requiring legacy Gate MCP setup.

Does gate-cli installation work with Claude Code and Codex?

Yes, gate-cli installation works with Claude Code and Codex. The installer guides gate-skills enablement across these agent clients to run Gate research workflows without legacy MCP dependencies.

Why does gate-cli fail with auth or config errors after installation?

gate-cli fails with auth or config errors when credentials are missing or invalid. You must run `gate-cli config init` to trigger the interactive API key and secret setup flow to resolve the failure.

Can I migrate existing Gate MCP entries when enabling gate-skills?

Yes, you can migrate existing Gate MCP entries when enabling gate-skills. The installer provides a non-blocking optional path to migrate current MCP configurations if you already have them set up.

What is the best way to configure API credentials for gate-cli without pasting secrets in chat?

The best way to configure API credentials for gate-cli without pasting secrets in chat is running `gate-cli config init`, which routes auth and config failures to a secure interactive setup flow.