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.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o gate-mcp-installer.zip https://jpskill.com/download/19137.zip && unzip -o gate-mcp-installer.zip && rm gate-mcp-installer.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19137.zip -OutFile "$d\gate-mcp-installer.zip"; Expand-Archive "$d\gate-mcp-installer.zip" -DestinationPath $d -Force; ri "$d\gate-mcp-installer.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
gate-mcp-installer.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
gate-mcp-installerフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 4
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] gate-mcp-installer
Gate MCP インストーラー
OpenClaw で Gate MCP (mcporter) をワンクリックでセットアップします。
クイックスタート
Gate MCP をセットアップするには、インストールスクリプトを実行してください。
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
または、スキルを直接実行していただければ、インストールをご案内いたします。
このスキルがすること
このスキルは、Gate MCP の完全なセットアッププロセスを自動化します。
- mcporter CLI をインストールします (npm 経由でグローバルに)
- Gate MCP サーバーを設定します (適切なエンドポイントで)
- 接続性を確認します (利用可能なツールをリスト表示して)
- 一般的なクエリの利用例を提供します
手動インストール手順 (スクリプトが失敗した場合)
ステップ 1: mcporter をインストールする
npm i -g mcporter
# またはインストールを確認する
npx mcporter --version
ステップ 2: Gate MCP を設定する
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
ステップ 3: 設定を確認する
# 設定が書き込まれているか確認する
mcporter config get gate
# 利用可能なツールをリスト表示する
mcporter list gate --schema
ツールがリスト表示されれば、Gate MCP はすぐに使用できます!
一般的な利用例
インストール後、Gate MCP を次のようなクエリで使用してください。
- "check BTC/USDT price"
- "use gate mcp to analyze SOL"
- "what arbitrage opportunities are there on Gate?"
- "check ETH funding rate"
トラブルシューティング
| 問題 | 解決策 |
|---|---|
command not found: mcporter |
npm i -g mcporter を実行してください |
| 設定が見つからない | 設定追加コマンドを再度実行してください |
| 接続タイムアウト | fulltrust.link へのインターネット接続を確認してください |
| ツールがリスト表示されない | 設定 URL が正しいことを確認してください |
リソース
- インストールスクリプト:
scripts/install-gate-mcp.sh- 自動化されたワンクリックインストーラー
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Gate MCP Installer
One-click setup for Gate MCP (mcporter) in OpenClaw.
Quick Start
To set up Gate MCP, run the install script:
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:
- Installs mcporter CLI globally via npm
- Configures Gate MCP server with proper endpoint
- Verifies connectivity by listing available tools
- Provides usage examples for common queries
Manual Installation Steps (if script fails)
Step 1: Install mcporter
npm i -g mcporter
# Or verify installation
npx mcporter --version
Step 2: Configure Gate MCP
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
Step 3: Verify Configuration
# 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
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (2,011 bytes)
- 📎 README.md (3,587 bytes)
- 📎 references/scenarios.md (2,049 bytes)
- 📎 scripts/install-gate-mcp.sh (3,244 bytes)