← 返回 Skills 市场
665
总下载
0
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install funding-rate-scanner
功能描述
Scan crypto funding rates and find arbitrage opportunities. No API key needed.
使用说明 (SKILL.md)
Funding Rate Scanner
Scan all crypto perpetual futures funding rates and find high-yield arbitrage opportunities.
Features
- Scan 500+ coins on Binance Futures
- Find extreme negative funding rates (earn by going long)
- Calculate annualized returns at different leverage levels
- Track rate changes over time
Usage
# Scan top opportunities
node scripts/scan.js
# Monitor specific coins
node scripts/monitor.js DUSK DASH AXS
# Get detailed analysis
node scripts/analyze.js DUSK
Output Example
=== Funding Rate Opportunities ===
Rank Coin Rate Annual(5x) Volume
1 DUSK -0.38% 2071% $30M
2 AXS -0.12% 655% $46M
3 DASH -0.12% 649% $50M
Next settlement: 03:00 UTC (2h away)
Strategy
Negative funding rate = shorts pay longs every 8 hours.
- Open long position on high negative rate coin
- Collect funding every 8 hours (3x daily)
- Set stop-loss to limit downside
- Profit from both rate + potential price appreciation
Risk Warning
- High leverage = high risk
- Rates can change
- Always use stop-loss
- Only risk what you can afford to lose
安全使用建议
This skill appears to do what it says: it queries public Binance Futures endpoints and prints funding-rate stats. Before installing: ensure you have Node.js available (the scripts are run with 'node' though the skill metadata didn't list it), verify the package source/repository if you care about provenance (package.json points to a GitHub repo), and run the scripts in a controlled environment if you want to inspect behavior. It doesn't request API keys or secrets — do not provide exchange API keys unless you add features that legitimately require them. Finally, remember this is a trading tool: it contains no safeguards and trading with leverage carries financial risk, not a security issue but an operational one.
功能分析
Type: OpenClaw Skill
Name: funding-rate-scanner
Version: 1.0.2
The OpenClaw AgentSkills skill bundle is benign. It provides scripts to scan, monitor, and analyze cryptocurrency funding rates from the Binance Futures public API (fapi.binance.com). All network requests are directed to legitimate Binance endpoints, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent in SKILL.md. The scripts use standard Node.js modules and process user input for coin symbols without introducing exploitable vulnerabilities for malicious purposes.
能力评估
Purpose & Capability
The name/description (funding-rate scanning, arbitrage) align with the included code which queries Binance Futures public market endpoints and computes annualized rates. Minor mismatch: the SKILL.md shows running Node scripts but the registry metadata lists no required binaries — the skill effectively requires a Node.js runtime even though 'required binaries' is empty.
Instruction Scope
SKILL.md only instructs running the included node scripts. The scripts only perform HTTPS GET requests to Binance public APIs and print calculations — they do not read local files, access environment variables, or transmit data to third-party endpoints beyond Binance.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. The package includes package.json and JS scripts but no external downloads or npm dependencies; the only runtime requirement is Node.js, which the skill did not declare in registry 'required binaries'.
Credentials
The skill requests no environment variables, secrets, or config paths. All network calls go to Binance public REST endpoints; there are no credential requests or hidden endpoints.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not modify other skills or system configs and does not request persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install funding-rate-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/funding-rate-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Enhanced documentation with clear usage examples and risk warnings
v1.0.1
- Added analyze.js and monitor.js scripts for extended functionality.
- Updated usage instructions to include new script commands.
- Version bump to 1.0.1.
v1.0.0
Initial release: Scan crypto funding rates, find arbitrage opportunities
元数据
常见问题
Funding Rate Scanner 是什么?
Scan crypto funding rates and find arbitrage opportunities. No API key needed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 665 次。
如何安装 Funding Rate Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install funding-rate-scanner」即可一键安装,无需额外配置。
Funding Rate Scanner 是免费的吗?
是的,Funding Rate Scanner 完全免费(开源免费),可自由下载、安装和使用。
Funding Rate Scanner 支持哪些平台?
Funding Rate Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Funding Rate Scanner?
由 dagangtj(@dagangtj)开发并维护,当前版本 v1.0.2。
推荐 Skills