← Back to Skills Marketplace
804
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bnb
Description
Assist with BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bnb - After installation, invoke the skill by name or use
/bnb - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is BNB?
Assist with BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers. It is an AI Agent Skill for Claude Code / OpenClaw, with 804 downloads so far.
How do I install BNB?
Run "/install bnb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BNB free?
Yes, BNB is completely free (open-source). You can download, install and use it at no cost.
Which platforms does BNB support?
BNB is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created BNB?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills