← Back to Skills Marketplace
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shenmeng-bsc-analytics
Description
币安智能链 (BSC) 生态综合分析工具。提供 BSC DeFi 协议分析、链上数据监控、项目评估、投资机会发现和风险预警。当用户需要分析 BSC 生态、评估 BSC 项目、监控链上数据、发现 BNB Chain 投资机会或获取币安链情报时触发此 Skill。
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shenmeng-bsc-analytics - After installation, invoke the skill by name or use
/shenmeng-bsc-analytics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
BSC Analytics 1.0.0 – 币安智能链生态分析工具首发
- 提供全方位 BSC (BNB Chain) 生态、DeFi、NFT、GameFi 数据与协议分析
- 支持链上监控、收益机会识别、风险评估和项目评审
- 集成 BISCUIT 协议/项目评估模型与风险预警系统
- 包含收益计算工具与可自定义链上监控脚本
- 深度解析 PancakeSwap、Venus、Alpaca 等主要协议及 BSC 生态核心数据
Metadata
Frequently Asked Questions
What is BSC Analytics BSC生态分析?
币安智能链 (BSC) 生态综合分析工具。提供 BSC DeFi 协议分析、链上数据监控、项目评估、投资机会发现和风险预警。当用户需要分析 BSC 生态、评估 BSC 项目、监控链上数据、发现 BNB Chain 投资机会或获取币安链情报时触发此 Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install BSC Analytics BSC生态分析?
Run "/install shenmeng-bsc-analytics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BSC Analytics BSC生态分析 free?
Yes, BSC Analytics BSC生态分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BSC Analytics BSC生态分析 support?
BSC Analytics BSC生态分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BSC Analytics BSC生态分析?
It is built and maintained by shenmeng (@shenmeng); the current version is v1.0.0.
More Skills