Overview
- Skill Key
- dagangtj/crypto-funding-alert
- Author
- dagangtj
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dagangtj/crypto-funding-alert
- Latest Commit SHA
- 15ef27f300130f076a7294429de91a1318402a09
Real-time crypto funding rate scanner with smart alerts. Finds negative funding rates for profitable long positions. Supports Binance futures. No API key needed for scanning.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 crypto-funding-alert 技能。 若已安装,则直接安装 crypto-funding-alert 技能。
# Crypto Funding Rate Alert
Real-time cryptocurrency funding rate scanner that identifies profitable opportunities with negative funding rates on Binance futures markets.
## Features
- **Smart Scanning**: Monitors 40+ major cryptocurrencies for negative funding rates
- **Risk Management**: Built-in safety filters (volume, leverage limits, stop-loss)
- **Scoring System**: Combines funding rate, price trend, and trading volume
- **Signal Classification**: STRONG / MODERATE / WATCH alerts
- **No API Key Required**: Uses public Binance API endpoints
- **Historical Tracking**: Saves scan results to JSONL for analysis
## How It Works
When funding rates are negative, longs receive payments from shorts. This creates a profitable opportunity to:
1. Open a long position
2. Collect funding fees every 8 hours
3. Benefit from potential price appreciation
The scanner filters opportunities by:
- Minimum absolute funding rate (0.05%)
- Minimum 24h volume ($10M)
- Price trend analysis
- Composite scoring algorithm
## Usage
### Basic Scan
```bash
node scan.js
```
### With Custom Config
```bash
node scan.js --max-leverage 2 --min-volume 20000000 --stop-loss 0.15
```
### Automated Monitoring (Cron)
```bash
# Add to OpenClaw cron - scan every 4 hours
openclaw cron add "0 */4 * * *" "cd ~/.openclaw/workspace/skills/crypto-funding-alert && node scan.js"
```
## Configuration
Edit the `SAFE_CONFIG` object in `scan.js`:
```javascript
const SAFE_CONFIG = {
maxLeverage: 3, // Maximum leverage (1-5x recommended)
maxPositionPct: 0.3, // Max position size (30% of capital)
stopLossPct: 0.10, // Stop-loss percentage (10%)
minVolume: 10000000, // Minimum 24h volume ($10M)
minAbsRate: 0.0005, // Minimum funding rate (0.05%)
maxCoins: 5, // Max simultaneous positions
};
```
## Output Example
```
🔍 Safe Funding Rate Monitor | 2026-02-26T06:21:00.000Z
══════════════════════════════════════════════════════════════════════
Safety: 3x m...
# Crypto Funding Rate Alert Real-time cryptocurrency funding rate scanner for Binance futures markets. ## Quick Start ```bash node scan.js ``` ## What It Does Scans 40+ cryptocurrencies for negative funding rates (where longs get paid by shorts) and identifies profitable opportunities based on: - Funding rate magnitude - 24h price trend - Trading volume - Risk management filters ## Installation ```bash cd ~/.openclaw/workspace/skills clawhub install crypto-funding-alert ``` ## Usage See [SKILL.md](./SKILL.md) for full documentation. ## Safety First - Max 3x leverage - 10% stop-loss minimum - Only liquid markets ($10M+ volume) - Position sizing limits - Trend-aware filtering ## License MIT
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.