Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

gate-exchange-simple-earn门交换简单赚取

Agent Skill

gate-exchange-simple-earn 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,664

周安装

361

GitHub Stars

公开资料未说明

下载量

2,888
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gate-exchange-simple-earn(门交换简单赚取)
来源仓库:https://github.com/gate-exchange/gate-exchange-simple-earn
安装命令:
openclaw skills install gate-exchange-simple-earn
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gate-exchange-simple-earn

简介

Simple Earn 产品管理技能介绍灵活储蓄与定期理财选项。

  • 支持订阅灵活赚取、设置定投计划或查询预期收益。gate-exchange-simple-earn 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装后在 OpenClaw 中处理相关咨询与操作。
  • 需注意产品期限、赎回规则及市场波动对收益的影响。
  • 建议先小额试投再逐步增加金额以适应个人风险偏好。

SKILL.md

name
gate-exchange-simpleearn
version
2026.3.23-1
updated
2026-03-23
description
Gate Simple Earn management skill. Use when the user asks about flexible or fixed-term savings products. Triggers on 'Simple Earn', 'flexible earn', 'subscribe to earn', 'redeem interest', 'top APY'.

Gate Exchange Simple Earn Skill

General Rules

⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md

  • Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they

exist in the MCP server.


MCP Dependencies

Required MCP Servers

MCP ServerStatus
Gate (main)✅ Required

MCP Tools Used

Query Operations (Read-only)

  • cex_earn_change_uni_lend
  • cex_earn_get_uni_currency
  • cex_earn_get_uni_interest
  • cex_earn_list_earn_fixed_term_history
  • cex_earn_list_earn_fixed_term_lends
  • cex_earn_list_earn_fixed_term_products
  • cex_earn_list_earn_fixed_term_products_by_asset
  • cex_earn_list_uni_rate
  • cex_earn_list_user_uni_lends

Execution Operations (Write)

  • cex_earn_create_earn_fixed_term_lend
  • cex_earn_create_earn_fixed_term_pre_redeem
  • cex_earn_create_uni_lend

Authentication

  • API Key Required: Yes (see skill doc/runtime MCP deployment)
  • Permissions: Earn:Write
  • Get API Key: https://www.gate.io/myaccount/profile/api-key/manage

Installation Check

  • Required: Gate (main)
  • Install: Run installer skill for your IDE

- Cursor: gate-mcp-cursor-installer - Codex: gate-mcp-codex-installer - Claude: gate-mcp-claude-installer - OpenClaw: gate-mcp-openclaw-installer

MCP Mode

Read and strictly follow references/mcp.md, then execute this skill's Simple Earn workflow.

  • SKILL.md keeps routing and business constraints.
  • references/mcp.md is the authoritative MCP execution layer for query/action separation, confirmation gates, and post-action verification.

Trigger Conditions

Activate this skill when the user expresses any of the following intents:

  • Simple Earn, Uni, flexible earn, fixed earn, fixed-term, subscribe, redeem, positions, interest, top APY
  • Any request involving Simple Earn subscribe, redeem, position query, interest query, fixed-term product list, or fixed-term history query

Prerequisites

  • MCP Dependency: Requires gate-mcp to be installed.
  • Authentication: Position and write operations require API key authentication; rate and currency queries are public.
  • Disclaimer: Always append when showing APY or rates: _"This information is for reference only and does not constitute investment advice. APY may change. Please understand the product terms before subscribing."_

Supported Workflows

Flexible (Uni)

  • Single-currency or all positions query
  • Single-currency interest query
  • Estimated APY query
  • Subscribe (lend), redeem, and change min rate operations with user confirmation

Fixed-term

  • Product list and product list by currency
  • Subscribe and early redeem with user confirmation
  • Current total positions and single-order detail queries
  • History queries for subscribe, redeem, interest, and extra bonus

Available MCP Tools

Flexible (Uni)

ToolAuthDescriptionReference
cex_earn_list_uni_rateNoEstimated APY per currency (currency enumeration; use with get_uni_currency for limits)references/earn-uni-mcp-tools.md
cex_earn_get_uni_currencyNoSingle-currency details (min_rate for subscribe)references/earn-uni-mcp-tools.md
cex_earn_create_uni_lendYesCreate lend (subscribe) or redeemreferences/earn-uni-mcp-tools.md
cex_earn_change_uni_lendYesChange min rate for lendreferences/earn-uni-mcp-tools.md
cex_earn_list_user_uni_lendsYesUser positions (optional currency filter)references/earn-uni-mcp-tools.md
cex_earn_get_uni_interestYesSingle-currency cumulative interestreferences/earn-uni-mcp-tools.md
cex_earn_list_uni_rateNoEstimated APY per currency (for top APY)references/earn-uni-mcp-tools.md

Fixed-term

ToolAuthDescriptionReference
cex_earn_list_earn_fixed_term_productsNoList all fixed-term productsreferences/fixed-earn-mcp-tools.md
cex_earn_list_earn_fixed_term_products_by_assetNoList fixed-term products by currencyreferences/fixed-earn-mcp-tools.md
cex_earn_create_earn_fixed_term_lendYesCreate fixed-term lend (subscribe)references/fixed-earn-mcp-tools.md
cex_earn_create_earn_fixed_term_pre_redeemYesEarly redeem fixed-term orderreferences/fixed-earn-mcp-tools.md
cex_earn_list_earn_fixed_term_lendsYesUser fixed-term positionsreferences/fixed-earn-mcp-tools.md
cex_earn_list_earn_fixed_term_historyYesFixed-term history recordsreferences/fixed-earn-mcp-tools.md

Routing Rules

Flexible requests

CaseUser IntentSignal KeywordsAction
1Subscribe (lend)"subscribe", "lend to Simple Earn"Collect currency/amount/min_rate and confirm, then call cex_earn_create_uni_lend with type: lend.
2Redeem"redeem", "redeem from Simple Earn"Collect currency/amount and confirm, then call cex_earn_create_uni_lend with type: redeem.
3Single-currency position"my USDT Simple Earn", "position for one currency"See references/scenarios.md flexible scenario section
4All positions"all Simple Earn positions", "total positions"See references/scenarios.md flexible scenario section
5Single-currency interest"interest", "USDT interest"See references/scenarios.md flexible scenario section
6Subscribe top APY"top APY", "one-click subscribe top APY"Show top APY via cex_earn_list_uni_rate, ask confirmation, then call cex_earn_create_uni_lend.
7Change lend settings (e.g. min rate)"change min_rate", "change Simple Earn settings"Collect currency/min_rate and confirm, then call cex_earn_change_uni_lend.
8Auth failure (401/403)MCP returns 401/403Do not expose keys; prompt user to configure Gate CEX API Key (earn).

Fixed-term requests

CaseUser IntentSignal KeywordsAction
1All fixed-term products"fixed-term products"See references/scenarios.md fixed-term section 1 and references/fixed-earn-mcp-tools.md §1
2Fixed-term products by currency"USDT fixed-term products"See references/scenarios.md fixed-term section 2 and references/fixed-earn-mcp-tools.md §2
3Fixed-term subscribe"subscribe 1 SOL fixed-term"Collect currency/amount/term and confirm, then call cex_earn_create_earn_fixed_term_lend.
4Fixed-term early redeem"redeem order 5862443199"Collect order_id and confirm, then call cex_earn_create_earn_fixed_term_pre_redeem.
5Fixed-term total positions"total fixed-term positions", "current total fixed-term position amount"Call cex_earn_list_earn_fixed_term_lends with order_type: "1", page, and limit.
6Single fixed-term order detail"order 5862443199"Call cex_earn_list_earn_fixed_term_lends with order_type: "1" and order_id.
7Fixed-term history"subscription records", "redeem records", "interest records"Call cex_earn_list_earn_fixed_term_history with type, page, limit, and optional time range.
8Compliance / region restrictionregion restriction questionsReturn the standard compliance error message if the API rejects the request.
9Compliance check failurecompliance validation failedDo not retry or expose internal logic; return the API error message when available.

Execution

  1. Identify user intent from the routing rules above.
  2. For flexible subscribe/redeem/top APY and fixed-term subscribe/early redeem: collect required params, confirm with the user, then call the corresponding MCP tool.
  3. For flexible or fixed-term read-only queries: read the matching scenario section in references/scenarios.md and follow the workflow there.
  4. For auth failures: do not expose API keys or raw errors; prompt the user to configure API key / log in again.
  5. If the intent is ambiguous, ask a clarifying question before routing.

Domain Knowledge

Flexible (Uni)

  • Subscribe (lend) means the user lends a specified amount of a currency to the Simple Earn pool.
  • Redeem means the user redeems a specified amount from the pool.
  • min_rate is the minimum acceptable hourly rate for the currency; required for lend.
  • Settlement windows: lend and redeem are not allowed in the two minutes before and after each whole hour (use for errors/logic only; do not surface specific clock times or timestamps to the user unless the user explicitly asks when settlement applies).
  • User-facing display (flexible only): In any reply based on flexible Uni MCP data, do not show time-related fields—omit timestamps, dates, time-of-day, countdowns, chart time axes, history operation times, and any API field whose purpose is *when* something occurred. Show only non-time facts (currency, amounts, balances, rates/APY, interest_status, success/failure). If a tool returns only time-series data (e.g. APY chart), summarize without timestamps (e.g. latest estimated APY only) or skip the series.

Fixed-term

  • Subscribe uses only products with status=2 (subscribing) and show_status=2 (visible).
  • Product list queries can be filtered by currency and product type.
  • Fixed-term positions and history should be presented using the table formats defined in references/scenarios.md and references/fixed-earn-mcp-tools.md.
  • Early redeem uses the fixed-term order ID and returns the redeemed principal.

Safety Rules

  • Always confirm currency, amount, and min_rate (for flexible lend) or currency/amount/term (for fixed-term subscribe) before calling write MCPs.
  • Always confirm order_id before calling fixed-term early redeem.
  • Do not recommend specific currencies or predict rates.
  • Never expose API keys, internal endpoint URLs, or raw error traces to the user.
  • Reject negative or zero amounts; validate that the currency is supported.

Error Handling

ConditionResponse
Auth endpoint returns 401/403"Please configure your Gate CEX API Key in MCP with earn/account permission." Do not expose keys or internal details.
Flexible subscribe/redeem or fixed-term write request fails validationValidate inputs, confirm details, then call the corresponding write tool.
Position or history query fails"Unable to load positions/history. Please check your API key has earn/account read permission."
Empty positions or no rate data"No positions found." / "No rate data available at the moment."

Reference Files

  • Flexible (Uni) MCP tools: references/earn-uni-mcp-tools.md
  • Fixed-term MCP tools: references/fixed-earn-mcp-tools.md
  • Prompt examples and routing: references/scenarios.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.81%
按下载量换算2,189

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills