trading-signal
Per-trade smart-money signals — each result is a discrete buy or sell event from a tracked smart-money wallet, with trigger price, current price, max gain since trigger, and exit rate. BSC and Solana only. Use for: "smart money buy signal on $X", "any whale just bought $Y", "alpha signals in the last hour", "copy-trade-worthy signals", "trigger price and max gain on these trades", "on-chain trading signals from smart money".
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=binance-binance-skills-hub-skills-binance-web3-trading-signal-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name trading-signal description Per-trade smart-money signals — each result is a discrete buy or sell event from a tracked smart-money wallet, with trigger price, current price, max gain since trigger, and exit rate. BSC and Solana only. Use for: "smart money buy signal on $X", "any whale just bought $Y", "alpha signals in the last hour", "copy-trade-worthy signals", "trigger price and max gain on these trades", "on-chain trading signals from smart money". metadata {"author":"binance-web3-team","version":"2.0"} Trading Signal Skill Overview This skill retrieves on-chain Smart Money trading signals to help users track professional investors: Get smart money buy/sell signals Compare signal trigger price with current price Analyze max gain and exit rate of signals Get token tags (e.g., Pumpfun, DEX Paid) When to Use This Skill User intent Command Get on-chain smart-money buy/sell signals with gain + exit-rate data smart-money Supported Chains Chain chainId BSC 56 Solana CT_501 How to Call APIs node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}' Commands Command Purpose Required args Example smart-money Smart-money buy/sell signals with trigger price, max gain, exit rate chainId node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"56","page":1,"pageSize":50}' Optional args: page (default 1), pageSize ( max 100 ), smartSignalType (filter; empty string = all). Rules pageSize cap is 100 — larger values are silently clamped upstream. status enum (map to user-friendly language when summarizing): active — signal still valid timeout — exceeded observation window (may still be informative, but stale) completed — reached target / stop loss Prefer active signals when surfacing actionable opportunities. Quality indicators : higher smartMoneyCount (more distinct smart-money addresses) implies higher signal reliability; high exitRate (%) suggests smart money has already exited, so the opportunity may have passed. direction is buy or sell — always include this when summarizing a signal. Icon URL prefix : logoUrl is a relative path; prepend https://bin.bnbstatic.com . chainLogoUrl is already a full URL. Timestamps are ms; maxGain is a % string — convert before arithmetic. Full CLI Reference See references/cli.md for per-subcommand invocations, parameter tables, signal / tag / performance field tables, and real response samples.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |