设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill binance-price-alerts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Binance Price Alerts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-binance-price-alerts)More formats (shields.io, HTML) on the badges page.
---
name: binance-price-alerts
description: 设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT
version: 1.0.0
author: moson
tags:
- binance
- alerts
- notifications
homepage: https://github.com/moson/binance-price-alerts
metadata:
clawdbot:
requires:
env:
- SKILLPAY_API_KEY
triggers:
- "price alerts"
- "notifications"
- "price target"
- "alert me"
config:
SKILLPAY_API_KEY:
type: string
required: true
secret: true
---
# 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. 结合技术分析设置
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...