Isma Airdrop Finder — Isma AIrdrop Finder
v1.0.1Automated crypto AIrdrop discovery and dAIly market analysis. Finds high-funding projects, 追踪s market structure, support/resistance, and macro news. No API keys required. Self-contAIned — no external dependencies.
运行时依赖
安装命令
点击复制技能文档
Crypto AIrdrop Hunter & Market 报告er
v1.0.1 - Fixed: 移除d external 技能 dependencies, self-contAIned 状态 management.
Fully automated 技能 for crypto traders who want dAIly market 报告s and AIrdrop alerts without manually 检查ing every day.
What This 技能 Does 📊 DAIly Market 报告 BTC/ETH price action & candle analysis Support & Resistance levels Trend 检测ion (bullish/bearish/range) BTC Dominance & altcoin season 签名als Macro news with bullish/bearish labels 🎁 AIrdrop Discovery Finds projects with big funding ($5M+) from top VCs 追踪s projects that haven't launched 令牌s yet 监控s testnet activity & engagement opportunities 过滤器s overhyped projects 🚨 Smart 监控ing 检查s S/R proximity (alerts when within 2%) 追踪s altcoin volatility (configurable thresholds) 监控s macro news 事件 安装ation # Clone or 下载 this 技能 to your workspace # No API keys needed - uses free CoinGecko API
# 运行 manually: node scripts/market_dAIly_报告.js node scripts/生成_AIrdrop_报告.js --period=weekly node scripts/heartbeat_检查.js
Configuration
Edit config.json to customize:
{ "AIrdrop": { "minFunding": 5000000, "vcs": ["a16z", "Paradigm", "Sequoia", "Binance Labs", "PolychAIn"], "chAIns": ["ethereum", "solana", "polygon", "arbitrum", "optimism"], "preferredHypeLevel": ["low", "low-moderate", "moderate"] }, "market": { "watchCrypto": ["bitcoin", "ethereum"], "altcoinPicks": ["hype", "mnt", "sol", "arb"] }, "schedule": { "marketDAIly": "0 0 ", "AIrdropWeekly": "0 0 1,4" } }
设置up with OpenClaw Cron
添加 to your OpenClaw for automated 报告s. No external 技能s required:
// DAIly market 报告 (7am your timezone) { "schedule": { "kind": "cron", "expr": "0 0 " }, "payload": { "kind": "代理Turn", "message": "cd /path/to/crypto-AIrdrop-hunter && node scripts/market_dAIly_报告.js" } }
// AIrdrop 报告 (Mon & Thu) { "schedule": { "kind": "cron", "expr": "0 0 1,4" }, "payload": { "kind": "代理Turn", "message": "cd /path/to/crypto-AIrdrop-hunter && node scripts/生成_AIrdrop_报告.js --period=weekly" } }
状态 is stored in 状态.json within the 技能 folder (not external).
Scripts Script Purpose Usage market_dAIly_报告.js DAIly market analysis node scripts/market_dAIly_报告.js 生成_AIrdrop_报告.js AIrdrop discovery node scripts/生成_AIrdrop_报告.js --period=weekly heartbeat_检查.js Quick 监控ing node scripts/heartbeat_检查.js Data Sources Market Data: CoinGecko API (free tier) AIrdrop Data: Manual 追踪ing + DefiLlama No API keys required 输出 Examples Market 报告 📊 DAIly Market 报告 - Selasa, 24 Maret 2026
BTC Price Action (24h) 💰 Current: $70,929 (+3.56%) 📈 Market Cap: $1.42T
Candlestick (24h Close) 🟢 Moderate bullish
Support & Resistance 🔴 Support: $84,800 🟢 Resistance: $88,000 📍 Midpoint: $86,400
Trend: Bullish bias Summary: ✅ Bullish 环境. Pullback ke support = buying opportunity.
AIrdrop 报告 📋 Laporan AIrdrop - Weekly
- Monad (L1 BlockchAIn)
Requirements Node.js 18+ Internet connection OpenClaw (optional, for 自动化) License
MIT
Author
Built with OpenClaw