← 返回 Skills 市场
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shenmeng-bsc-analytics
功能描述
币安智能链 (BSC) 生态综合分析工具。提供 BSC DeFi 协议分析、链上数据监控、项目评估、投资机会发现和风险预警。当用户需要分析 BSC 生态、评估 BSC 项目、监控链上数据、发现 BNB Chain 投资机会或获取币安链情报时触发此 Skill。
安全使用建议
What to consider before installing:
- The code is mostly benign analytics (monitoring, evaluator, yield calc) and matches the BSC-analytics description, but pay attention to payment.py and _meta.json: they contain a hard-coded SkillPay API key that will be sent to https://api.skillpay.io when verify_payment is called. That can leak the key and transmit user wallet addresses/timestamps to a third party.
- If you do not want any external network calls or data sent to SkillPay, do not install or run this skill as-is. Ask the author why a payment API key is embedded instead of requiring an environment variable and why SKILL.md does not disclose payment enforcement.
- If you still want to use the analytics logic: (1) Inspect/grep the code; (2) Remove or rewrite payment.py, or replace the hard-coded key with a configuration that you control (ENV var); (3) Run in an isolated environment (no network) or with outbound network blocked until you validate behaviour; (4) Do not provide wallet addresses or sensitive info until you trust the payment endpoint.
- Consider requesting the publisher to (a) remove secrets from source and declare payment requirements in SKILL.md, (b) document when and how payment verification occurs, and (c) provide an option to run analytics in offline/free mode.
- If you cannot verify the author or the SkillPay endpoint, treat the embedded API key as compromised and avoid using the skill with real wallet info.
能力标签
能力评估
Purpose & Capability
The declared purpose is BSC/DeFi analytics which is coherent with the provided analysis and calculator scripts. However, the package also contains a payment module and an API key embedded in _meta.json and payment.py — a capability (remote payment verification) that is not documented in SKILL.md usage sections nor declared as a required credential. Embedding a payment API key in code is disproportionate to the analytics purpose and unexpected.
Instruction Scope
SKILL.md documents running local analysis scripts (monitor, evaluator, yield calculator) and does not instruct the agent to call the payment API. The repository contains payment.py which issues network requests to https://api.skillpay.io with an Authorization header; that network behaviour is not surfaced in SKILL.md and could be invoked by the skill at runtime, leading to transmission of user wallet addresses and timestamps to a third party.
Install Mechanism
No install spec is provided (instruction-only install), and included scripts are plain Python files. There is no third-party binary download or archive extraction. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables, yet contains a hard-coded secret API key (appearing both in _meta.json.pricing.apiKey and payment.py). This secret will be used to authenticate requests to a third-party payment service and may be used to verify user addresses — a privacy and credential-exposure concern. The skill also supports SKILLPAY_SKIP_VERIFICATION via an env var, but that is a developer/testing bypass and does not justify shipping hard-coded credentials.
Persistence & Privilege
This skill is not always-enabled and does not request elevated platform privileges. It writes temporary output to /tmp in the monitor script (non-privileged) and does not modify other skills or global configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shenmeng-bsc-analytics - 安装完成后,直接呼叫该 Skill 的名称或使用
/shenmeng-bsc-analytics触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
BSC Analytics 1.0.0 – 币安智能链生态分析工具首发
- 提供全方位 BSC (BNB Chain) 生态、DeFi、NFT、GameFi 数据与协议分析
- 支持链上监控、收益机会识别、风险评估和项目评审
- 集成 BISCUIT 协议/项目评估模型与风险预警系统
- 包含收益计算工具与可自定义链上监控脚本
- 深度解析 PancakeSwap、Venus、Alpaca 等主要协议及 BSC 生态核心数据
元数据
常见问题
BSC Analytics BSC生态分析 是什么?
币安智能链 (BSC) 生态综合分析工具。提供 BSC DeFi 协议分析、链上数据监控、项目评估、投资机会发现和风险预警。当用户需要分析 BSC 生态、评估 BSC 项目、监控链上数据、发现 BNB Chain 投资机会或获取币安链情报时触发此 Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 BSC Analytics BSC生态分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-bsc-analytics」即可一键安装,无需额外配置。
BSC Analytics BSC生态分析 是免费的吗?
是的,BSC Analytics BSC生态分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BSC Analytics BSC生态分析 支持哪些平台?
BSC Analytics BSC生态分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BSC Analytics BSC生态分析?
由 shenmeng(@shenmeng)开发并维护,当前版本 v1.0.0。
推荐 Skills