← 返回 Skills 市场
dagangtj

Funding Rate Trader

作者 dagangtj · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
614
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install funding-rate-trader
功能描述
Crypto funding rate arbitrage strategy. Scan negative funding rates, auto-trade with stop-loss/take-profit. No API key needed for scanning, Binance API for t...
使用说明 (SKILL.md)

Funding Rate Trader

Automated crypto funding rate arbitrage strategy for Binance Futures.

Features

  • 🔍 Scan 50+ coins for negative funding rates
  • 📊 Score opportunities by rate + trend + RSI
  • 🤖 Auto-trade with configurable leverage
  • 🛡️ Auto stop-loss and take-profit
  • 💰 Compound profits with rolling strategy

Quick Start

# Scan opportunities (no API needed)
node scan.js

# Run auto-trader (requires Binance API)
node trader.js

# Monitor positions
node monitor.js

Configuration

Create ~/.openclaw/secrets/binance.json:

{
  "apiKey": "your-api-key",
  "secret": "your-secret"
}

Strategy

  1. Entry: Negative funding rate + upward trend
  2. Leverage: 20x (adjustable)
  3. Stop-loss: -10%
  4. Take-profit: +20%
  5. Compound: Roll profits into next trade

Expected Returns

Capital Daily Income Annual (est)
$100 $5-15 1800-5400%
$500 $25-75 1800-5400%
$1000 $50-150 1800-5400%

Returns depend on market conditions and funding rates

Risk Warning

⚠️ High leverage trading is risky. Only trade what you can afford to lose.

License

MIT

安全使用建议
What to consider before installing: - This skill will perform real trades on Binance if you provide API credentials; it is not read-only. The code calls Binance (public endpoints for scanning) and uses ccxt to place futures orders, set leverage, and create stop-loss/take-profit orders. - The registry metadata does NOT declare that a Binance API key/secret is required, but SKILL.md and the code clearly require a local file: ~/.openclaw/secrets/binance.json. Treat that omission as a serious disclosure mismatch — verify requirements before supplying credentials. - If you decide to use it, follow safety steps: - Use an API key with minimal permissions (enable trading for futures if needed, but DO NOT enable withdrawals). - Consider using a Binance subaccount or a small test account with limited funds. - If possible, apply IP whitelisting to the API key and restrict permissions to those strictly needed. - Store the secrets file with restrictive filesystem permissions (chmod 600) and avoid storing keys in shared locations. - Review/understand the createOrder, setLeverage, and stop-order code paths; test on Binance testnet first. - Install dependencies (Node.js, ccxt) in an isolated environment (container or VM) so code cannot affect other systems. - What would change this assessment: if the registry metadata were corrected to declare the required config path and primary credential, and if a clear dependency/install spec were provided, the package would be coherent and likely classed as benign (still risky because it executes trades). Right now the missing disclosure is the main reason this is flagged as suspicious.
功能分析
Type: OpenClaw Skill Name: funding-rate-trader Version: 1.0.1 The skill bundle is classified as benign. All files, including `SKILL.md`, align with the stated purpose of an automated crypto funding rate arbitrage strategy. The `SKILL.md` does not contain any prompt injection attempts. The JavaScript files (`scan.js`, `trader.js`, `monitor.js`) access Binance API keys from the expected `~/.openclaw/secrets/binance.json` path and use them solely for legitimate interactions with the Binance API via the `ccxt` library (e.g., fetching market data, checking balance, placing trades). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The financial risks associated with high-leverage trading are explicitly mentioned in the documentation, but this is not a security vulnerability.
能力评估
Purpose & Capability
Name/description match the code: the scripts scan Binance funding rates and can place futures orders. However the registry metadata declares no primary credential and no required config paths, while both SKILL.md and the code require a Binance API key/secret stored at ~/.openclaw/secrets/binance.json. The omission of that credential/config requirement in metadata is an incoherence.
Instruction Scope
SKILL.md explicitly instructs running node scan.js / trader.js / monitor.js and creating ~/.openclaw/secrets/binance.json with apiKey/secret. The runtime instructions align with the code. The skill reads that secrets file and uses ccxt/Binance endpoints; it does not access other unrelated system paths. Note: the instructions cause the agent/user to store plaintext API keys on disk (HOME path) — this is expected for trading but sensitive.
Install Mechanism
There is no install spec. The code depends on Node.js and the ccxt package but dependencies are not declared in metadata or SKILL.md. Lack of an install specification or dependency list is a usability/security gap (user may install packages ad-hoc). No downloads from unknown URLs or obfuscated code were found.
Credentials
Functionally the skill only needs Binance API key and secret (and uses HOME to locate the secrets file). That is proportionate for an auto-trader. The problem is the registry metadata lists no required environment/config or primary credential while both SKILL.md and code explicitly require the Binance API credentials — metadata understatement is a red flag because users may not realize they must provide sensitive credentials.
Persistence & Privilege
The skill does not request always:true and does not attempt to change other skills or system-wide agent configuration. It requires a local secrets file and will run only when invoked; no forced persistent presence or hidden modifications were detected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install funding-rate-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /funding-rate-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added three new scripts: scan.js, trader.js, and monitor.js for scanning opportunities, auto-trading, and monitoring positions. - Updated documentation with usage instructions for the new scripts. - Version bump to 1.0.1.
v1.0.0
Initial release: Auto-trade funding rate arbitrage
元数据
Slug funding-rate-trader
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Funding Rate Trader 是什么?

Crypto funding rate arbitrage strategy. Scan negative funding rates, auto-trade with stop-loss/take-profit. No API key needed for scanning, Binance API for t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 614 次。

如何安装 Funding Rate Trader?

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

Funding Rate Trader 是免费的吗?

是的,Funding Rate Trader 完全免费(开源免费),可自由下载、安装和使用。

Funding Rate Trader 支持哪些平台?

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

谁开发了 Funding Rate Trader?

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

💬 留言讨论