← Back to Skills Marketplace
263
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install binancesquare
Description
获取币安广场12小时内散户讨论话题,输出内容、浏览量、评论数到表格,剔除大V和机构号。
README (SKILL.md)
币安广场散户热帖抓取
功能
访问币安广场 API 获取 12 小时内的热帖内容,过滤掉大 V、机构账号,只保留真实散户讨论的话题,并以表格形式输出。
API 信息
- URL:
https://www.bmwweb.cc/bapi/composite/v9/friendly/pgc/feed/feed-recommend/list - 方法: POST
必需请求头
{
"Content-Type": "application/json",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Origin": "https://www.bmwweb.cc",
"Referer": "https://www.bmwweb.cc/zh-CN/square",
"Bnc-Uuid": "2510c36b-606d-450c-ade3-4cde8745680b",
"Clienttype": "web",
"Versioncode": "web",
"Cookie": "bnc-uid=2510c36b-606d-450c-ade3-4cde8745680b; lang=zh-CN"
}
请求参数
{
"pageIndex": 1,
"pageSize": 50,
"scene": "web-homepage",
"contentIds": []
}
剔除规则
过滤以下账号类型:
authorVerificationType > 0(认证用户/大 V)authorRole != 0(特殊角色用户)- 账号名含关键词: "官方"、"交易所"、"财经"、"研究院"、"机构"、"认证"、"Admin"
输出格式
表格列:内容摘要 | 作者 | 发布时间 | 浏览量 | 评论数
使用方式
直接调用此 skill 获取币安广场散户热帖数据。
Usage Guidance
This skill appears to do only what it says: POST to a single API, filter results, and print a table. Before installing or running it, verify the API host (bmwweb.cc) is trustworthy and acceptable for your use — it is not the obviously branded binance.com hostname. Note the script sends a hardcoded Cookie/Bnc‑Uuid header; that may be unnecessary, may expire, or may impersonate a browser session. Do not run the script on systems with sensitive network privileges. If you need higher assurance, inspect network traffic when the script runs or run it in an isolated environment, and check the service's terms of use to ensure scraping is permitted.
Capability Analysis
Type: OpenClaw Skill
Name: binancesquare
Version: 1.0.0
The skill fetches data from an unofficial Binance mirror domain (bmwweb.cc) using hardcoded session identifiers (Bnc-Uuid and Cookie) within scripts/binance_square.py. While the script's logic is consistent with its stated purpose of scraping retail posts from Binance Square, the use of a third-party endpoint and hardcoded credentials represents a security risk and potential for traffic interception, although no clear evidence of intentional malice or data exfiltration was found.
Capability Assessment
Purpose & Capability
Name/description claim: fetch Binance Square 12‑hour retail posts. The code and SKILL.md implement a POST to an API, filter out verified/role accounts and keywords, and output a table. This matches the stated purpose. Note: the API host used is 'bmwweb.cc' rather than an obvious 'binance.com' domain — this could be legitimate (third‑party/mirror API) but should be verified by the user.
Instruction Scope
Instructions and the included Python script only perform HTTP POST requests to the single API, filter results, and print a table. They do not read local files, access other environment variables, or transmit data to third parties beyond the listed API. Minor issue: headers include a hardcoded Cookie and Bnc‑Uuid value in both SKILL.md and the script; this is unusual but not inherently malicious — it may be to emulate a browser session.
Install Mechanism
No install spec (instruction-only with an included script). Nothing is downloaded or written to disk by an installer. Risk from install mechanism is low.
Credentials
The skill requires no environment variables, credentials, or config paths. The absence of requested secrets is proportionate to its simple HTTP scraping/use case.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills/config. Autonomous invocation is allowed by platform default but is not elevated here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install binancesquare - After installation, invoke the skill by name or use
/binancesquare - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release for binance-square-hot-posts
- Fetches hot posts from Binance Square in the last 12 hours.
- Filters out posts from verified users, institutions, and accounts with specific keywords.
- Outputs post summary, author, publish time, views, and comments in a table format.
Metadata
Frequently Asked Questions
What is binancesquare?
获取币安广场12小时内散户讨论话题,输出内容、浏览量、评论数到表格,剔除大V和机构号。 It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install binancesquare?
Run "/install binancesquare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is binancesquare free?
Yes, binancesquare is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does binancesquare support?
binancesquare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created binancesquare?
It is built and maintained by taibaiup (@taibaiup); the current version is v1.0.0.
More Skills