Toolverse
All skills

bnb-nft

by openclaw

NFT operations on BNB Chain — get NFT metadata, check ownership, list NFTs by owner, transfer ERC-721 tokens, get collection info. Use for any NFT-related tasks on BSC.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile

About this skill

NFT operations on BNB Chain — get NFT metadata, check ownership, list NFTs by owner, transfer ERC-721 tokens, get collection info. Use for any NFT-related tasks on BSC.

How to use

  1. Zainstaluj zależności. Przejdź do katalogu skill'u (~/.openclaw/workspace/skills/bnb-nft) i uruchom npm install ethers, aby pobrać bibliotekę ethers.js wymaganą do komunikacji z blockchainem.

  2. Skonfiguruj klucz prywatny (opcjonalnie). Jeśli planujesz transferować NFT lub zatwierdzać transakcje, ustaw zmienną środowiskową BNB_PRIVATE_KEY na swój klucz prywatny (export BNB_PRIVATE_KEY="0x...") lub przekaż go flagą --key przy każdym poleceniu.

  3. Pobierz metadane NFT. Uruchom node nft.js metadata , aby uzyskać informacje o właścicielu, URI tokenu i metadane (jeśli URI jest dostępny przez HTTP).

  4. Sprawdź właściciela lub saldo. Użyj node nft.js owner do weryfikacji właściciela konkretnego NFT, lub node nft.js balance aby zobaczyć, ile NFT posiada dany adres w kolekcji.

  5. Wyświetl NFT należące do adresu. Wykonaj node nft.js owned [--limit 100], aby znaleźć wszystkie NFT posiadane przez konkretny portfel. Parametr --limit ogranicza zakres skanowania.

  6. Transferuj NFT (jeśli posiadasz klucz prywatny). Uruchom node nft.js transfer [--key ], aby wysłać NFT na inny adres.

Related skills

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

app-store-optimization

by davila7

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

Mobile
1153

android-kotlin-development

by aj-geddes

Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigation architecture.

Mobile
152396

flutter-development

by aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

Mobile
1,1601,122

interactive-portfolio

by davila7

Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios, and portfolios that convert visitors into opportunities. Use when: portfolio,

Mobile
1823

mobile-ios-design

by wshobson

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

Mobile
107284