wechat_binance

wechat_binance is a skill for Claude Code, Codex from blockcell-labs/blockcell. It costs 0 tokens per session (493 once invoked), scanned A, original, MIT.

A macOS automation that gets leading Binance USDT token pairs by estimated circulating-market-cap rank and sends the results through the logged-in WeChat desktop app. WeChat is a messaging application, and the automation requires accessibility permission.

In plain words
What is it for?
Use it to fetch a chosen number of Binance token rankings and send the resulting market summary to a specified WeChat contact or the File Transfer Assistant.
Why use it?
It removes the need to collect the selected market data and send it manually. It also makes the recipient and actual send result explicit.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/blockcell-labs/blockcell/wechat_binance
Any agent
npx skills add blockcell-labs/blockcell --skill wechat_binance
Clone the repo
git clone --depth 1 https://github.com/blockcell-labs/blockcell

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wechat_binance

README.md
[![agentmods](https://agentmods.dev/badge/skills/blockcell-labs/blockcell/wechat_binance.svg)](https://agentmods.dev/skills/blockcell-labs/blockcell/wechat_binance)
Your own site
<a href="https://agentmods.dev/skills/blockcell-labs/blockcell/wechat_binance"><img src="https://agentmods.dev/badge/skills/blockcell-labs/blockcell/wechat_binance.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00493
Opus 5 $0.00000 $0.00246
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

Measured 4d ago against content hash daeb70dc2d67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wechat_binance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (SKILL.py, tests/test_skill.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wechat_binance/SKILL.md · 30 lines

What it actually says

币安行情微信推送

Shared {#shared}

  • 用于抓取 Binance USDT 交易对中按流通市值估算排名靠前的代币,并通过 macOS 微信客户端发送给指定联系人。
  • 运行环境必须是 macOS,微信客户端已登录,并已向运行 BlockCell 的终端授予辅助功能权限。
  • 本地入口是 SKILL.py,依赖 python3requests 和系统命令 osascript
  • 发送消息属于外部副作用:联系人必须来自用户当前请求;用户没有指定联系人时才使用“文件传输助手”。
  • 不得编造行情、联系人匹配结果或发送结果,最终回复只能依据脚本的实际 stdout。

Prompt {#prompt}

  • 用户要求抓取并发送币安行情时,固定调用: exec_local(path="SKILL.py", runner="python3", cwd_mode="skill", args=["{\"contact\":\"好友昵称\",\"top\":10}"])
  • args 只传一个 JSON 字符串,字段约定:
    • contact:微信联系人昵称;未指定时传“文件传输助手”。
    • top:正整数,默认 10,允许范围 1 到 100。
  • 不要传 message:脚本会根据实际行情生成发送内容。
  • exec_local 返回包装后的 JSON,脚本真实输出位于 stdout。优先解析 stdout 中的 JSON:
    • 成功时使用 display_text 向用户确认发送结果。
    • 失败时根据 error 或 stderr 说明失败原因,不得声称已经发送。
  • 如果联系人不明确但用户显然不希望发送给“文件传输助手”,先询问联系人;如果只是未指定,则直接使用默认联系人。
  • 如果用户只要求查看行情而没有要求通过微信发送,不要调用此 Skill,因为该入口始终会执行发送操作。

Summary {#summary}

  • 成功回复应包含实际联系人、发送的 Top 数量和脚本返回的行情概览。
  • 失败回复应简要说明网络、微信状态、联系人匹配或辅助功能权限中的实际错误。
  • 不输出内部日志、完整 tool trace 或未验证的数据。
Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 30 lines · 0 tokens per session scan A daeb70dc2d67

Subscribe to this mod's changes

wechat_binance is a skill published in the GitHub repository blockcell-labs/blockcell (263 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 493 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

convex-add

Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability…

openclaw/clawhub · 81 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.

questflowai/investorskills · 44 tokens

southwest

Search Southwest Airlines fares and points pricing via Patchright browser automation. SW is not in any GDS or API. Covers all fare classes, Companion Pass value, and fare drop monitoring.

borski/travel-hacking-toolkit · 40 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

multi-expert-analyzer

针对通用问题进行多领域专家联合分析, 综合稿产生前必经 fact-checker 与 red-team 两道独立校验。适用场景: 用户提出跨领域或不确定领域的复杂问题, 需要从多个专家角度分别搜证并相互校验后综合成文, 例如该不该买房、该不该跳槽、是否进入某个赛道等。触发关键词: 多角度分析、专家分析、综合分析、多视角、跨领域分析、从不同角度看、深度分析。问题只属于单一明确领域时, 优先使用该领域的专门 skill, 例如纯财务用 finance-core-analysis、纯技术用 software-architect。输出 (全部 markdown 保存到当前项目 markdown/ 目录): (1) 每位专家的中间分析稿…

digoal/blog · 292 tokens