An automated utility for installing and configuring the Gate MCP (mcporter) CLI to enable real-time cryptocurrency data access for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gate-mcp-installer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gate-mcp-installer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gate MCP Installer is a specialized tool designed to bridge the gap between AI environments and the Gate MCP ecosystem. By automating the deployment of the mcporter CLI, this skill allows users to integrate sophisticated financial data streams directly into their workflows. This is a vital component for those building within Openclaw Skills who require reliable access to market analytics, pricing, and blockchain data through a standardized Model Context Protocol (MCP) interface.
This skill eliminates the manual overhead of environment setup by handling global package installations and server endpoint configurations. Whether you are tracking market trends or identifying arbitrage opportunities, this installer ensures your AI agent has the necessary connectivity and tool schemas to perform complex financial queries efficiently.
To perform a one-click setup, run the following command in your terminal:
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
For manual configuration within the Openclaw Skills environment, use these steps:
npm i -g mcporter
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
mcporter list gate --schema
The skill manages configuration and verification data to maintain the integrity of the connection. The structure is organized as follows:
| Data Element | Format | Description |
|---|---|---|
| mcporter CLI | Binary | The global npm package used to manage MCP connections. |
| Server Config | JSON String | Stores the Gate MCP endpoint (https://api.gatemcp.ai/mcp). |
| Tool Schema | Markdown/JSON | A detailed list of available commands for crypto analysis. |
| Install Script | Bash | Automated logic found in the scripts directory. |
Loading
A comprehensive email verification tool for validating single addresses, batches, or massive bulk files via the BillionVerify API.

A specialized tool for generating copy-paste ready Discord messages with full markdown support, syntax highlighting, and metadata validation.

A real-time crypto risk intelligence toolset that provides precursor detection and market state synthesis via two specialized agents.

A comprehensive Google Calendar integration for AI agents to view, create, and manage schedule events using natural language.

AI-driven match predictions for elite football leagues delivered through a streamlined MCP interface.

A versatile web search skill that enables AI agents to retrieve real-time information, news, images, and videos via DuckDuckGo.








































