binance-price-alerts
设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT
Best use case
binance-price-alerts is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT
Teams using binance-price-alerts should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/binance-price-alerts/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How binance-price-alerts Compares
| Feature / Agent | binance-price-alerts | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Binance Price Alerts
设置价格提醒和自动触发交易。
## 功能
价格提醒是交易者的重要工具,帮助捕捉关键价格点位。
### 核心功能
- **价格提醒设置**: 设置目标价格
- **条件触发**: 价格above/below 触发
- **自动交易**: 达到条件自动下单
- **多提醒管理**: 同时设置多个提醒
### 提醒类型
- 价格above目标
- 价格below目标
- 百分比变化
- 成交量异常
## 使用示例
```javascript
// 查看所有提醒
await handler({ action: 'list' });
// 添加提醒
await handler({
action: 'add',
pair: 'BTC/USDT',
price: 45000,
condition: 'above'
});
// 移除提醒
await handler({ action: 'remove', alertId: '123' });
```
## 价格
每次调用: 0.001 USDT
## 使用技巧
1. 设置合理的提醒价格
2. 不要设置过于接近当前价格
3. 及时清理已触发提醒
4. 结合技术分析设置Related Skills
recipe-price-level-alerts
Set up price level alerts that notify when key levels are crossed.
binance-web3-openapi-skill
Operate Binance Web3 public market and research APIs through UXC with a curated OpenAPI schema. Use when tasks need token search, token metadata/market snapshots, address holdings, rankings, token audit, or smart money signals on Binance Web3.
binance-watchlist
Scan a full Binance spot watchlist using multi-indicator TA scoring. Returns ranked trading opportunities sorted by signal strength. No API key required (uses public data). Use for Binance scanning, watchlist screening, signal ranking, or finding the best trade setup right now.
binance-trading-bot
Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成)
Binance Trading Assistant Skill
Monitor Binance account balances, positions, and get price alerts through your AI assistant.
binance-stat-arb-monitor
Binance 统计套利监控系统。基于 ETH/BTC 永续合约价格比率计算 z-score,生成均值回归交易信号并推送到 Telegram 或飞书。 使用场景: (1) 监控统计套利机会(ETH/BTC 比率偏离均值) (2) 计算 z-score 判断开仓/平仓时机 (3) 生成交易信号(OPEN/CLOSE) (4) 通过 Telegram Channel 或飞书推送信号 (5) 记录信号历史用于回测分析 数据来源:Binance USDT 合约公共 API(无需认证即可获取行情数据)
binance-spot-websocket-skill
Subscribe to Binance Spot public market streams through UXC raw WebSocket support for trades, book ticker, depth, and ticker events with stream-specific guardrails.
binance-spot-trading
币安现货交易支持。每次调用自动扣费 0.001 USDT
binance-spot-trader
Autonomous Binance spot trading bot with LLM-powered market analysis. Supports momentum trading, mean reversion, and DCA strategies on any Binance spot pair. Use when user wants to trade on Binance, set up automated crypto trading, build a spot trading bot, or automate DCA buying. Features technical analysis, LLM sentiment evaluation, position sizing, and portfolio tracking.
binance-spot-openapi-skill
Operate Binance Spot market, account, and order APIs through UXC with a curated OpenAPI schema, Binance query signing, and separate mainnet/testnet link flows.
binance-skills-hub
Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto
binance-signal-engine
Multi-timeframe crypto technical analysis with scored trading signals, structured trade plans, and position sizing via Binance public API. Use when user asks to "analyze BTC", "what's the signal on ETH/USDT", "crypto analysis", "trade setup for SOL", "scan crypto pairs", "check the trend on BTC", "multi-timeframe analysis", "generate a trading signal", "what's the bias on ETH", "TA on BTC/USDT", "is it a good time to buy BTC", or "position size for a crypto trade".