← 返回 Skills 市场
torchesfrms

Binance Web3

作者 moer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
228
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install binance-web3
功能描述
Query token prices, market data, K-line charts, and smart money trading signals via Binance Web3 APIs. Use when users search tokens, check prices, view marke...
使用说明 (SKILL.md)

Binance Web3 Skill

Query token data and smart money signals via Binance Web3 APIs. No API key required.

Supported Chains

Chain chainId platform
BSC 56 bsc
Base 8453 base
Solana CT_501 solana
Ethereum 1 eth

Scripts

1. Token Search

Search tokens by name, symbol, or contract address.

./scripts/token-search.sh "PEPE" "56,8453"

2. Token Dynamic Data

Get real-time price, volume, holders, liquidity.

./scripts/token-dynamic.sh 56 "0x55d398326f99059ff775485246999027b3197955"

3. Token K-Line

Get candlestick data for technical analysis.

./scripts/token-kline.sh "0x55d398326f99059ff775485246999027b3197955" bsc 1h 100

4. Smart Money Signals

Get trading signals from professional investors.

./scripts/trading-signal.sh 56
./scripts/trading-signal.sh CT_501

Quick Reference

API Endpoint Use Case
Token Search web3.binance.com/bapi/defi/v5/.../token/search Find tokens
Token Dynamic web3.binance.com/bapi/defi/v4/.../token/dynamic/info Price, volume, holders
K-Line dquery.sintral.io/u-kline/v1/k-line/candles Charts
Smart Money web3.binance.com/bapi/defi/v1/.../signal/smart-money Trading signals

All APIs use Accept-Encoding: identity header. No authentication required.

安全使用建议
This skill appears to be a thin wrapper around curl calls to Binance Web3 endpoints and a third-party k-line endpoint (dquery.sintral.io). Before installing: 1) Verify you are comfortable with the skill making outbound HTTP requests from your environment. 2) Confirm the third-party domain (dquery.sintral.io) is acceptable for your use — it is not the same host as web3.binance.com. 3) Ensure curl and jq are available on the agent runtime; the skill does not declare these requirements. 4) Be cautious about any HTTP_PROXY you set — the scripts will use it if present and could route requests through that proxy. 5) If you need stronger assurance, run the scripts in a sandboxed environment, inspect network traffic, or reach out to the skill author for clarification about the non-Binance endpoint and why required binaries/env vars were not declared.
功能分析
Type: OpenClaw Skill Name: binance-web3 Version: 1.0.0 The skill bundle provides a set of shell scripts to query public cryptocurrency market data, token prices, and trading signals via Binance Web3 APIs and sintral.io. The scripts are straightforward wrappers for curl commands and do not exhibit signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the included scripts: all scripts perform token search, market data, k-line, address, and smart-money queries. The functionality requested by the skill is coherent with its stated purpose.
Instruction Scope
The SKILL.md and scripts instruct the agent to execute shell scripts that perform network requests to external endpoints (primarily web3.binance.com and also dquery.sintral.io). The scripts do not read user files or secrets, but they do rely on shell execution and network access. One script uses the HTTP_PROXY environment variable implicitly, which is not declared in the metadata — that means the skill will respect a proxy if present and could route traffic through a user-configured proxy.
Install Mechanism
There is no install spec (instruction-only plus shipped scripts). Nothing is downloaded or extracted by an installer, so the install mechanism itself is low-risk.
Credentials
The skill declares no required environment variables or credentials, which matches that no API keys are needed. However, the scripts implicitly read HTTP_PROXY (and rely on curl and jq binaries) but those requirements are not declared in the metadata. The scripts therefore assume network access and presence of command-line tools without declaring them; this discrepancy is a proportionality/visibility issue.
Persistence & Privilege
The skill does not request permanent/always-on presence or modify other skills or system settings. It runs on demand and has no special platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install binance-web3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /binance-web3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of binance-web3 skill. - Query token prices, market data, K-line charts, and smart money trading signals using Binance Web3 APIs. - Supports Binance Smart Chain, Base, Solana, and Ethereum networks. - No API key or authentication required. - Provides token search, real-time dynamic data, candlestick chart data, and professional trading signal features.
元数据
Slug binance-web3
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Binance Web3 是什么?

Query token prices, market data, K-line charts, and smart money trading signals via Binance Web3 APIs. Use when users search tokens, check prices, view marke... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 228 次。

如何安装 Binance Web3?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install binance-web3」即可一键安装,无需额外配置。

Binance Web3 是免费的吗?

是的,Binance Web3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Binance Web3 支持哪些平台?

Binance Web3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Binance Web3?

由 moer(@torchesfrms)开发并维护,当前版本 v1.0.0。

💬 留言讨论