gate-mcp-installer

One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.

25 stars

Best use case

gate-mcp-installer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.

Teams using gate-mcp-installer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/gate-mcp-installer/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/gate/gate-mcp-installer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/gate-mcp-installer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gate-mcp-installer Compares

Feature / Agentgate-mcp-installerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Gate MCP Installer

One-click setup for Gate MCP (mcporter) in OpenClaw.

## Quick Start

To set up Gate MCP, run the install script:

```bash
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
```

Or execute the skill directly and I will guide you through the installation.

## What This Skill Does

This skill automates the complete Gate MCP setup process:

1. **Installs mcporter CLI** globally via npm
2. **Configures Gate MCP server** with proper endpoint
3. **Verifies connectivity** by listing available tools
4. **Provides usage examples** for common queries

## Manual Installation Steps (if script fails)

### Step 1: Install mcporter

```bash
npm i -g mcporter
# Or verify installation
npx mcporter --version
```

### Step 2: Configure Gate MCP

```bash
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
```

### Step 3: Verify Configuration

```bash
# Check config is written
mcporter config get gate

# List available tools
mcporter list gate --schema
```

If tools are listed, Gate MCP is ready to use!

## Common Usage Examples

After installation, use Gate MCP with queries like:

- "check BTC/USDT price"
- "use gate mcp to analyze SOL"
- "what arbitrage opportunities are there on Gate?"
- "check ETH funding rate"

## Troubleshooting

| Issue | Solution |
|-------|----------|
| `command not found: mcporter` | Run `npm i -g mcporter` |
| Config not found | Run the config add command again |
| Connection timeout | Check internet connection to fulltrust.link |
| No tools listed | Verify config URL is correct |

## Resources

- **Install Script**: `scripts/install-gate-mcp.sh` - Automated one-click installer

Related Skills

building-api-gateway

25
from ComeOnOliver/skillshub

Create API gateways with routing, load balancing, rate limiting, and authentication. Use when routing and managing multiple API services. Trigger with phrases like "build API gateway", "create API router", or "setup API gateway".

api-gateway-config

25
from ComeOnOliver/skillshub

Api Gateway Config - Auto-activating skill for AWS Skills. Triggers on: api gateway config, api gateway config Part of the AWS Skills skill category.

clarity-gate

25
from ComeOnOliver/skillshub

Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow

azure-aigateway

25
from ComeOnOliver/skillshub

Configure Azure API Management (APIM) as AI Gateway to secure, observe, control AI models, MCP servers, agents. Helps with rate limiting, semantic caching, content safety, load balancing. USE FOR: AI Gateway, APIM, setup gateway, configure gateway, add gateway, model gateway, MCP server, rate limit, token limit, semantic cache, content safety, load balance, OpenAPI import, convert API to MCP. DO NOT USE FOR: deploy models (use microsoft-foundry), Azure Functions (use azure-functions), databases (use azure-postgres).

gate-exchange-spot

25
from ComeOnOliver/skillshub

Gate spot trading and account operations skill. Use this skill whenever the user asks to buy/sell crypto, check account value, cancel/amend spot orders, place conditional buy/sell plans, verify fills, or perform coin-to-coin swaps in Gate spot trading. Trigger phrases include 'buy coin', 'sell coin', 'monitor market', 'cancel order', 'amend order', 'break-even price', 'rebalance', 'spot trading', 'buy/sell', or any request that combines spot order execution with account checks.

gate-exchange-marketanalysis

25
from ComeOnOliver/skillshub

The market analysis function of Gate Exchange — liquidity, momentum, liquidation, funding arbitrage, basis, manipulation risk, order book explainer, slippage simulation. Use when the user asks about liquidity, depth, slippage, buy/sell pressure, liquidation, funding rate arbitrage, basis/premium, manipulation risk, order book explanation, or slippage simulation (e.g. market buy $X slippage). Trigger phrases: liquidity, depth, slippage, momentum, buy/sell pressure, liquidation, squeeze, funding rate, arbitrage, basis, premium, manipulation, order book, spread, slippage simulation.

gate-exchange-futures

25
from ComeOnOliver/skillshub

The USDT perpetual futures trading function of Gate Exchange: open position, close position, cancel order, amend order. Trigger phrases: open position, close position, cancel order, amend order, reverse, close all.

gate-dex-market

25
from ComeOnOliver/skillshub

Gate Wallet market data and token info queries. K-line, transaction stats, liquidity, token details, rankings, security audit, new token discovery. Use when users ask about market data, prices, or token info. All queries require no authentication. Not for executing trades.

skill-installer

25
from ComeOnOliver/skillshub

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

testing-gate

25
from ComeOnOliver/skillshub

Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).

security-gate

25
from ComeOnOliver/skillshub

Verify security considerations were addressed before shipping. Issues result in WARNINGS that strongly recommend fixing.

performance-gate

25
from ComeOnOliver/skillshub

Verify performance implications were considered and no obvious anti-patterns exist. Issues result in WARNINGS.