Best use case
币安行情推送 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## 触发短语
Teams using 币安行情推送 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/wechat_binance/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 币安行情推送 Compares
| Feature / Agent | 币安行情推送 | 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?
## 触发短语
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 top 10
- 发送币安行情
- wechat binance
## 核心能力
- 抓取 Binance 市值排名前 10 的代币信息(名称、价格、涨跌幅)
- 通过微信发送格式化的行情信息
- 自动发送给指定微信好友
## 用户输入约定
- 把用户输入转换为 JSON 格式(从用户意图转换):
```json
{
"contact": "好友昵称",
"message": "你好,这是一条测试消息"
"top": 10
}
```
## 参数填写规则
- 提取用户意图中的好友昵称,作为 `contact` 参数,如:"发送币安行情 top 10 给 [好友昵称]"
- 提取用户意图中的消息,作为 `message` 参数
- 如果用户没有指定消息,默认值为 "币安市值排名"
- 优先组合成json参数
- `contact`:好友昵称,从用户输入中提取。如果没有指定好友,请使用默认值 "文件传输助手"
- `message`:发送内容,默认值为 "币安市值排名"
- `top`:返回的代币数量,默认值为 10,最大为 100
## 运行环境要求
- macOS + 微信客户端已登录
- 终端/IDE 需授予辅助功能权限
- 网络畅通以访问 Binance API
## 工具调用顺序
1. Python 脚本抓取 Binance 数据
2. Python 脚本调用 AppleScript 控制微信发送消息
## 输出格式
- 返回抓取到的行情概览
- 提示发送成功或失败
## 降级策略
1. 如果抓取失败,提示网络错误
2. 如果微信发送失败,提示检查微信是否运行Related Skills
Weather
## Shared {#shared}
Tencent News
## Shared {#shared}
Shell
## Shared {#shared}
Deep Analysis
## Shared {#shared}
Camera
## Shared {#shared}
BCMail
## Shared {#shared}
App Control
## Shared {#shared}
AI News
## Shared {#shared}
workspace-surface-audit
Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Claude Code or understanding what capabilities are actually available in their environment.
ui-demo
Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.
token-budget-advisor
Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas", or clear variants where the user is explicitly asking to control answer size or depth. DO NOT TRIGGER when: user has already specified a level in the current session (maintain it), the request is clearly a one-word answer, or "token" refers to auth/session/payment tokens rather than response size.
skill-comply
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines