← 返回 Skills 市场
chenghaifeng08-creator

Binance Grid Trading

作者 chenghaifeng08-creator · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
166
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install binance-grid-trading-automaton
功能描述
网格交易策略 - 自动化低买高卖。每次调用自动扣费 0.001 USDT
使用说明 (SKILL.md)

💰 付费服务

网格交易定制:

服务 价格 交付
策略参数优化 ¥1500/次 回测 + 最佳参数
多币种组合 ¥3000/份 5 币种网格组合
定制系统 ¥8000 起 个性化定制
月度顾问 ¥5000/月 每周调整 + 监控

联系: 微信/Telegram 私信,备注"网格交易"

--- secret: true

Binance Grid Trading

在指定价格区间内自动网格交易,低买高卖。

什么是网格交易?

网格交易是一种自动化交易策略,将价格区间分成若干网格,在每个网格价格自动买入或卖出。

核心功能

  • 区间设置: 自定义价格上限和下限
  • 网格数量: 可调整网格密度(5-100格)
  • 自动套利: 价格触网格自动买卖
  • 利润追踪: 实时显示已获利金额

策略参数

  • 价格区间: 用户自定义(如 $42,000-$45,000)
  • 网格数量: 5-100
  • 订单类型: 限价单
  • 止盈策略: 可选

使用示例

// 查看网格状态
await handler({ action: 'status' });

// 创建新网格
await handler({ 
  action: 'start', 
  pair: 'BTC/USDT', 
  min: 42000, 
  max: 45000,
  grids: 10 
});

// 停止网格
await handler({ action: 'stop' });

价格

每次调用: 0.001 USDT

风险提示

  1. 震荡市场效果最好
  2. 单边趋势可能导致亏损
  3. 需充足资金覆盖所有网格
  4. 建议设置止盈止损
  5. 价格突破区间需要手动干预

网格交易技巧

  1. 选择震荡剧烈的币种
  2. 合理设置价格区间
  3. 预估资金需求
  4. 定期检查和调整
  5. 设置自动止损

适合人群

  • 不想时刻盯盘的投资者
  • 喜欢稳健收益的交易者
  • 对市场有区间判断能力的用户
安全使用建议
This skill looks inconsistent: it advertises paid automated Binance grid trading but the shipped code does not call Binance or use the declared SKILLPAY_API_KEY — instead it hits a placeholder URL and treats failures as "paid". Before installing or providing any secret: - Do not supply real exchange API keys or private keys to this skill. The code does not show how trading would be performed or how your exchange credentials would be used safely. - Do not provide your SKILLPAY_API_KEY unless you understand how billing is enforced; the code currently does not use it, so payment behavior is unclear. - Ask the publisher for a clear explanation and for source that actually integrates with Binance (signed requests, order placement logic) and a trustworthy billing flow. Prefer code that uses official Binance SDK/endpoints and reads configured credentials explicitly. - If you still want to test, run it in an isolated/sandbox environment with no real funds and monitor network traffic. Consider requesting a reputable publisher or community-audited alternative. Because of the mismatches, treat this skill with caution — the behavior could be an unfinished/stub implementation or an attempt to misrepresent paid behavior.
功能分析
Type: OpenClaw Skill Name: binance-grid-trading-automaton Version: 1.0.1 The skill claims to be a Binance grid trading bot but contains no actual trading logic, Binance API integration, or grid algorithms in index.js. It requests a sensitive SKILLPAY_API_KEY in skill.yaml and SKILL.md but never utilizes it in the code. The payment verification logic is a dummy implementation pointing to example.com, and the documentation solicits high-value off-platform transactions via WeChat/Telegram, suggesting the skill is a placeholder for social engineering or a scam rather than a functional tool.
能力评估
Purpose & Capability
The skill claims to automate Binance grid trading and charges 0.001 USDT per call. The manifest requires SKILLPAY_API_KEY (consistent with a paid skill), and skill.yaml declares network permission (consistent with contacting exchanges). However, the included index.js does not call Binance APIs at all; it fetches a placeholder URL (https://example.com) and never uses the declared SKILLPAY_API_KEY. This mismatch between claimed capability (trading) and actual implementation is suspicious.
Instruction Scope
SKILL.md only instructs using the handler actions (start, stop, status) and documents pricing and risks. It does not instruct reading other system files or environment variables beyond SKILLPAY_API_KEY. The runtime instructions do not provide implementation detail for exchange credentials or how trading/orders are executed, which is a notable omission for a trading skill.
Install Mechanism
There is no install spec (instruction-only) and only a small index.js is present. No downloads or extract steps are used. This is low install risk.
Credentials
The skill requires a secret SKILLPAY_API_KEY (declared in SKILL.md and skill.yaml) but the runtime code (index.js) never reads or uses that variable. Requesting a secret that is not used is disproportionate and potentially misleading — it could cause users to provide a secret unnecessarily (or assume billing is enforced when it isn't). No exchange API credentials are requested despite the trading purpose.
Persistence & Privilege
The skill is not always-enabled and does not request special system-level persistence. skill.yaml lists network permission which is expected for a trading skill. There is no evidence it modifies other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install binance-grid-trading-automaton
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /binance-grid-trading-automaton 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added SKILL.md with detailed description, usage guide, and pricing for the Binance grid trading automaton. - Outlined key features: customizable grid settings, automated trading within set price ranges, and real-time profit tracking. - Provided sample code usage and outlined service fee (0.001 USDT per call). - Documented custom grid optimization and consulting services, including contact information. - Included risk warnings and practical tips for effective grid trading.
元数据
Slug binance-grid-trading-automaton
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Binance Grid Trading 是什么?

网格交易策略 - 自动化低买高卖。每次调用自动扣费 0.001 USDT. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。

如何安装 Binance Grid Trading?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install binance-grid-trading-automaton」即可一键安装,无需额外配置。

Binance Grid Trading 是免费的吗?

是的,Binance Grid Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Binance Grid Trading 支持哪些平台?

Binance Grid Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Binance Grid Trading?

由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.1。

💬 留言讨论