← 返回 Skills 市场
263
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install binancesquare
功能描述
获取币安广场12小时内散户讨论话题,输出内容、浏览量、评论数到表格,剔除大V和机构号。
使用说明 (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 获取币安广场散户热帖数据。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install binancesquare - 安装完成后,直接呼叫该 Skill 的名称或使用
/binancesquare触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
binancesquare 是什么?
获取币安广场12小时内散户讨论话题,输出内容、浏览量、评论数到表格,剔除大V和机构号。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 binancesquare?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install binancesquare」即可一键安装,无需额外配置。
binancesquare 是免费的吗?
是的,binancesquare 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
binancesquare 支持哪些平台?
binancesquare 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 binancesquare?
由 taibaiup(@taibaiup)开发并维护,当前版本 v1.0.0。
推荐 Skills