← Back to Skills Marketplace
币安撸毛助手 By:0x_WanG
by
luckylion68
· GitHub ↗
· v1.0.10
· MIT-0
264
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install binance-earning-assistant
Description
币安撸毛助手 - 展示币安最新撸毛活动信息,包括理财产品、活动奖励、空投预告等。Use when user asks for "今日撸毛", "币安活动", "赚钱活动", "撸毛信息", "Binance earning", "airdrop info", or any query about Binance...
README (SKILL.md)
币安撸毛助手
展示币安最新撸毛活动信息,包括理财产品、活动奖励、空投预告等。
功能特性
- ✅ 实时获取 - 从币安 API 实时获取最新活动
- ✅ 智能过滤 - 自动过滤非华语区活动
- ✅ 分类展示 - 理财、活动奖励、广场任务
- ✅ 详细信息 - 代币、奖池、截止日期、发布时间
- ✅ Alpha 空投 - 实时获取 alpha123.uk 空投数据
使用方法
查看活动信息
python3 summary_table.py
输出格式
活动列表包含以下信息:
- 序号 - 活动编号
- 代币 - 活动相关代币
- 奖池/APR - 奖励金额或年化收益率
- 活动名称 - 活动中文名称
- 发布 - 发布日期
- 截止 - 截止日期
活动分类
| 分类 | 说明 |
|---|---|
| 💰 理财产品 | 币安理财产品,包括活期、定期 |
| 🎁 活动奖励 | 交易竞赛、奖励活动 |
| 📢 其他活动 | 知识问答等其他活动 |
| 🚀 ALPHA 空投预告 | Alpha 板块空投预告 |
依赖说明
必需依赖:
requests- 用于 HTTP 请求
持久化说明
技能会创建以下目录和文件:
$OPENCLAW_WORKSPACE/.binance_earning/- 数据目录(默认~/.openclaw/workspace/.binance_earning/)exports/- 导出的 Markdown 文件
环境变量说明:
OPENCLAW_WORKSPACE- 指定工作区路径(可选,默认~/.openclaw/workspace)HTTP_PROXY- 指定 HTTP 代理(可选,某些网络环境需要)
示例输出
════════════════════════════════════════
🚀 币安撸毛助手 - 当前可参与活动总览
════════════════════════════════════════
更新时间:2026-03-14 20:42
活动总数:18 个
════════════════════════════════════════
💰 理财产品(8 个)
════════════════════════════════════════
【1】Enjoy Up to 8% APR with RLUSD Flexib...
🔗 链接:https://www.binance.com/zh-CN/support/announcement/65317d61d1c445f99f73a04c05233dd2
💰 奖池:8%
📅 截止时间:2026-03-31
🎯 门槛:无特殊要求
📝 参与方式:1.打开理财 2.选择产品 3.申购确认
⚠️ 风险:理财非存款,产品有风险
注意事项
- 活动信息可能随时变更,请以官方页面为准
- 空投有风险,参与需谨慎
- 理财非存款,产品有风险
更新日志
v2.0.1 (2026-03-24) - Clawhub 安全审查修复
- ✅ 移除:未声明的 LLM fallback(bailian 客户端调用)
- ✅ 修复:硬编码用户路径
/Users/pigbaby/...→ 使用环境变量OPENCLAW_WORKSPACE - ✅ 修复:硬编码代理设置 → 改为从环境变量
HTTP_PROXY读取(可选) - ✅ 新增:SKILL.md 中声明环境变量(HTTP_PROXY, OPENCLAW_WORKSPACE)
- ✅ 优化:所有脚本统一使用环境变量配置,兼容不同运行环境
v1.0.7 (2026-03-16)
- ✅ 新增:实时 API 获取活动列表(币安官方 API)
- ✅ 新增:活动名称中文化映射
- ✅ 新增:表格形式首次回复(简洁展示)
- ✅ 新增:详情查询功能(回复序号查看)
- ✅ 新增:自动计算剩余天数
- ✅ 新增:紧急提醒(今天/明天截止高亮)
- ✅ 新增:触发词自动响应("今日撸毛"等)
- ✅ 优化:过期活动自动过滤
- ✅ 优化:按剩余天数排序
- ✅ 修复:截止日期核实问题
v1.0.6 (2026-03-15)
- ✅ 新增:触发词支持
- ✅ 新增:OpenClaw 自动响应配置
v1.0.5 (2026-03-14)
- ✅ 修复:文档与实际功能保持一致
- ✅ 修复:删除未实现的 API 获取描述
- ✅ 简化:只保留实际实现的功能
v1.0.4 (2026-03-14)
- ✅ 删除:Telegram/钉钉通知功能描述
- ✅ 删除:OCR 功能描述
v1.0.3 (2026-03-14)
- ✅ 添加:环境变量声明
- ✅ 添加:依赖声明
- ✅ 添加:持久化说明
v1.0.2 (2026-03-14)
- ✅ 初始版本发布
- ✅ 支持分类展示
- ✅ 支持详细信息展示
- ✅ 支持导出 Markdown
Usage Guidance
This skill is internally consistent: it queries public Binance announcement APIs and a public alpha123.uk page, parses text, filters for Chinese-region activities, and writes Markdown reports under your OpenClaw workspace. Before installing or running: 1) review the source if you want extra assurance (it's pure Python and easy to read); 2) be aware it makes outbound HTTP requests to api.binance.com and alpha123.uk (these endpoints will see your IP); 3) if you have privacy concerns, run it in a sandboxed environment or behind a proxy; 4) the skill will create ~/.openclaw/workspace/.binance_earning/exports by default—change OPENCLAW_WORKSPACE if you want a different location. The repository contains a fix report noting prior use of an LLM fallback and hardcoded paths—those issues appear to have been removed in this version.
Capability Analysis
Type: OpenClaw Skill
Name: binance-earning-assistant
Version: 1.0.10
The 'binance-earning-assistant' skill is designed to fetch and summarize promotional activities and airdrop information from Binance's official API and alpha123.uk. The code uses standard Python libraries (requests, re, datetime) to parse activity details, extract deadlines, and format a summary table for the user. It correctly handles environment variables for workspace paths and proxy settings, and a review of the logic shows no signs of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
名称/描述声明为“币安活动/空投信息聚合”。代码明确调用币安公开 API (bapi/composite) 并抓取 alpha123.uk,提取标题/截止日期/代币等信息;所需资源(HTTP 请求、可选代理、工作区路径)与目的相符。
Instruction Scope
SKILL.md 指示运行 summary_table.py;脚本仅对公开的 Binance 文章 API 和 alpha123.uk 发起 HTTP 请求、解析文本、筛选并导出 Markdown。指令声明了会创建工作区目录和导出文件,且代码只读取文档中声明的环境变量 (HTTP_PROXY, OPENCLAW_WORKSPACE)。没有读取 shell 历史、私钥、其他技能配置或未声明的系统路径。
Install Mechanism
无安装规格(instruction-only + 附带 Python 源码)。不下载或执行远程可执行程序,也不写入非预期位置。唯一依赖是 requests(常见且声明过)。
Credentials
不要求 API 密钥或秘密。仅可选地使用 HTTP_PROXY(代理)和 OPENCLAW_WORKSPACE(工作区路径),这些与网络请求和本地导出操作直接相关且合理。无多余或不成比例的凭证访问请求。
Persistence & Privilege
技能不会设置 always: true;持久化限定为在 OPENCLAW_WORKSPACE 下创建 .binance_earning/exports 并写入报告,这是文档化的并与功能相关。技能未修改其他技能或全局代理配置。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install binance-earning-assistant - After installation, invoke the skill by name or use
/binance-earning-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.10
- Removed deprecated files: CHANGELOG.md and test_with_cache.py.
- Added CLAWHUB_FIX_REPORT.md for Clawhub compliance documentation.
- No functional changes to runtime code in this release.
v1.0.9
- Added debug_dates.py for date debugging features.
- Added test_with_cache.py to support caching mechanisms during testing.
- Added verify_deadlines.py for deadline validation or checks.
- Added a CHANGELOG.md file for tracking updates and changes.
v1.0.8
- OpenClaw 图标现在仅在收到触发词时出现(always 由 true 改为 false)
- 功能特性和输出格式文档优化,更精确匹配当前功能,突出实时获取与智能过滤
- 说明新增:支持实时获取 alpha123.uk 空投数据
- 删除无关或不准确的文档细节,保持文档与实际功能一致
v2.0.0
Version 2.0.0 is a major update with trigger support and modular improvements:
- Added trigger phrases for automatic responses to Binance earning queries.
- Introduced new metadata and OpenClaw integration in configuration.
- Added new modules: activity_names.py and summary_table.py for modular handling of activity display and naming.
- Removed old script binance_earning_v7.py, streamlining the codebase.
- Improved maintainability with _meta.json and updated documentation (RELEASE_v2.md).
v1.0.5
- 删除 Telegram/钉钉通知功能说明
- 移除 OCR 相关功能与依赖描述
- 文档描述与实际功能保持一致
- 更新依赖与持久化说明,仅保留必要内容
v1.0.3
- Removed check_airdrop_updates.py and extract_alpha123.py files.
- Cleaned up unnecessary or obsolete modules.
v1.0.0
- Initial release of Binance Earning Assistant
- Automatically fetches latest earning events from Binance announcements API
- Supports querying and real-time updates
- Displays activities by categories: financial products, event rewards, and airdrop previews
- Provides detailed info: prize pool, deadline, participation method, and risk warnings
- Monitors airdrop previews from alpha123.uk
Metadata
Frequently Asked Questions
What is 币安撸毛助手 By:0x_WanG?
币安撸毛助手 - 展示币安最新撸毛活动信息,包括理财产品、活动奖励、空投预告等。Use when user asks for "今日撸毛", "币安活动", "赚钱活动", "撸毛信息", "Binance earning", "airdrop info", or any query about Binance... It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.
How do I install 币安撸毛助手 By:0x_WanG?
Run "/install binance-earning-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 币安撸毛助手 By:0x_WanG free?
Yes, 币安撸毛助手 By:0x_WanG is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 币安撸毛助手 By:0x_WanG support?
币安撸毛助手 By:0x_WanG is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 币安撸毛助手 By:0x_WanG?
It is built and maintained by luckylion68 (@luckylion68); the current version is v1.0.10.
More Skills