← 返回 Skills 市场
ivangdavila

BNB

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
804
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bnb
功能描述
Assist with BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers.
使用说明 (SKILL.md)

Network Clarity (Critical)

  • "BNB Chain" is the main smart contract chain — formerly Binance Smart Chain (BSC)
  • "BNB Beacon Chain" was for staking — deprecated, merged into BNB Chain
  • BEP-20 tokens on BNB Chain — equivalent to ERC-20, EVM compatible
  • Same address format as Ethereum — 0x... addresses work on both
  • DIFFERENT networks — sending to wrong network loses funds

BNB Token

  • Native gas token for BNB Chain — needed for all transactions
  • Also available as BEP-2 (legacy), ERC-20 (Ethereum), and other wrapped versions
  • BNB on Binance exchange can be withdrawn to multiple networks — choose carefully
  • Burning mechanism reduces supply — quarterly burns based on trading volume

Gas and Fees

  • EVM compatible gas model — same as Ethereum but cheaper
  • Gas prices typically 3-5 gwei — much lower than Ethereum
  • Standard transfer ~21,000 gas — costs fraction of a cent
  • Complex DeFi transactions cost more — but still very cheap
  • Fast block time (3 seconds) — quick confirmations

BEP-20 Tokens

  • Same interface as ERC-20 — all ERC-20 tooling works
  • Approve + transfer pattern — same as Ethereum
  • Many tokens have same name as Ethereum versions — but different contracts
  • Verify contract address on bscscan.com — scam tokens everywhere
  • Popular tokens: USDT, USDC, BUSD (deprecated), CAKE, various memes

Cross-Chain Transfers

  • Binance exchange supports direct withdrawal to BNB Chain — easiest method
  • Bridges: cBridge, Multichain, Stargate — verify bridge reputation
  • BNB Chain ↔ Ethereum requires bridge — not same network despite same addresses
  • opBNB is L2 on BNB Chain — even lower fees, different RPC
  • Wrapped assets need unwrapping — bridged ETH is not native ETH

DeFi Ecosystem

  • PancakeSwap is largest DEX — similar to Uniswap
  • Venus for lending/borrowing — similar to Aave
  • Lower TVL than Ethereum DeFi — but still significant
  • Higher rug pull risk — less auditing culture
  • Verify contracts before interacting — bscscan shows verification status

Wallet Configuration

  • MetaMask works natively — add BNB Chain network
  • Chain ID: 56 — RPC: https://bsc-dataseed.binance.org
  • Block explorer: bscscan.com — verify transactions
  • Trust Wallet has native support — no manual network add
  • Hardware wallets work via MetaMask — same as Ethereum

Staking

  • Stake BNB with validators — earn staking rewards
  • Minimum stake varies by validator — typically 1 BNB minimum
  • Unbonding period: 7 days — funds locked during unstaking
  • Slashing risk exists — choose reliable validators
  • Liquid staking options: stkBNB, ankrBNB — maintain liquidity while staking

Common Scams

  • "USDT" with wrong contract — verify against official addresses
  • Honeypot tokens — can buy but not sell
  • Fake PancakeSwap sites — always verify URL
  • Airdropped tokens you didn't request — often scam triggers
  • "Validators" asking for private keys — never share

Common Issues

  • "Insufficient funds for gas" — need BNB for gas, not just tokens
  • Wrong network — ETH sent to BNB Chain address (same address, different chains)
  • High slippage on DEX — low liquidity tokens
  • Transaction pending — try increasing gas price
  • Contract interaction failed — check approval and balance

Security

  • Same security model as Ethereum — private key = full access
  • Revoke unused approvals — bscscan.com token approval checker
  • Verify all contract addresses — especially for popular tokens
  • Use hardware wallet for large amounts — same setup as Ethereum
  • Don't interact with unknown airdropped tokens — can contain malicious contracts
安全使用建议
This skill is essentially a static reference about BNB Chain and appears internally consistent. Before using it for real transactions, remember: the skill does not and cannot access your wallet or keys (you must never share them), verify contract addresses and bridge endpoints independently (use official explorers and project sites), prefer hardware wallets for large amounts, and treat any financial guidance conservatively — the skill provides general information, not transaction execution or custody.
功能分析
Type: OpenClaw Skill Name: bnb Version: 1.0.0 The skill bundle contains only metadata and a comprehensive informational guide in SKILL.md about the BNB Chain ecosystem. There are no executable code snippets, no instructions for the AI agent to perform unauthorized actions, exfiltrate data, or engage in prompt injection. All mentioned URLs (e.g., bscscan.com, bsc-dataseed.binance.org) are legitimate and relevant to the stated purpose of assisting with BNB Chain transactions. The content is purely educational and helpful.
能力评估
Purpose & Capability
The name and description (BNB/BNB Chain guidance) match the SKILL.md content, which is focused on transactions, tokens, gas, wallets, bridges, and security practices. There are no unrelated required binaries, env vars, or install steps.
Instruction Scope
SKILL.md contains static guidance and recommended public endpoints (e.g., bsc-dataseed.binance.org, bscscan.com). It does not instruct the agent to read local files, access unspecified environment variables, collect secrets, or transmit user data to unknown endpoints.
Install Mechanism
No install spec or code files are present; the skill is instruction-only so nothing is written to disk or downloaded during install.
Credentials
The skill declares no environment variables, credentials, or config paths. There are no disproportionate credential requests relative to the stated purpose.
Persistence & Privilege
always:false and no indications of modifying agent/system configuration or demanding persistent presence. Autonomous invocation is allowed by platform default but the skill itself does not request elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bnb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bnb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bnb
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

BNB 是什么?

Assist with BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 804 次。

如何安装 BNB?

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

BNB 是免费的吗?

是的,BNB 完全免费(开源免费),可自由下载、安装和使用。

BNB 支持哪些平台?

BNB 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 BNB?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论