Overview
- Skill Key
- adacapo21/openmm-exchange-setup
- Author
- adacapo21
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/adacapo21/openmm-exchange-setup
- Latest Commit SHA
- c4c058c0ccae7a2a0925c438ab290d57a54223b7
Step-by-step guide to configure exchange API credentials for OpenMM.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openmm-exchange-setup 技能。 若已安装,则直接安装 openmm-exchange-setup 技能。
# OpenMM Exchange Setup Interactive guide for configuring exchange API credentials in OpenMM. ## When to Use Use this skill when: - Setting up OpenMM for the first time - Adding a new exchange - Troubleshooting connection issues ## Supported Exchanges | Exchange | Min Order | Credentials Required | |----------|-----------|---------------------| | MEXC | 1 USDT | API key + Secret | | Gate.io | 1 USDT | API key + Secret | | Bitget | 1 USDT | API key + Secret + Passphrase | | Kraken | 5 EUR/USD | API key + Secret | ## Setup Workflow ### Step 1: Create API Keys Guide user to the exchange's API management page: ``` MEXC: https://www.mexc.com/ucenter/api Gate.io: https://www.gate.io/myaccount/apikeys Kraken: https://www.kraken.com/u/security/api Bitget: https://www.bitget.com/account/newapi ``` ### Step 2: Configure Permissions Required permissions for each exchange: **MEXC:** - Enable Spot Trading - Enable Reading - Disable Withdrawals (safety) - IP whitelist recommended **Gate.io:** - Spot Trade - Spot Read - No Withdraw permission - IP whitelist recommended **Kraken:** - Query Funds - Query Open Orders & Trades - Create & Modify Orders - No Withdraw permission **Bitget:** - Trade - Read Only - No Transfer permission - Note the Passphrase — it is set when creating the API key ### Step 3: Set Environment Variables OpenMM uses environment variables for credentials. Add them to your `.env` file or export in your shell: ```bash # MEXC export MEXC_API_KEY="your_mexc_api_key" export MEXC_SECRET="your_mexc_secret_key" # Gate.io export GATEIO_API_KEY="your_gateio_api_key" export GATEIO_SECRET="your_gateio_secret_key" # Bitget (requires passphrase) export BITGET_API_KEY="your_bitget_api_key" export BITGET_SECRET="your_bitget_secret_key" export BITGET_PASSPHRASE="your_bitget_passphrase" # Kraken export KRAKEN_API_KEY="your_kraken_api_key" export KRAKEN_SECRET="your_kraken_secret_key" ``` Or create a `.env` file in the project root: ```env MEXC_API_KEY=...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.