bankr dev - nft operations

NFT Operations Capability

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bankr dev - nft operations" with this command: npx skills add bankrbot/claude-plugins/bankrbot-claude-plugins-bankr-dev-nft-operations

NFT Operations Capability

Interact with NFT marketplaces via natural language prompts.

What You Can Do

Operation Example Prompt

Search collection Find NFTs from Pudgy Penguins

Trending NFTs Show me trending NFT collections

Floor price What's the floor price for Azuki?

Cheapest listings Show the 5 cheapest NFTs in BAYC

Listings under price Find NFT listings under 5 ETH in CryptoPunks

Buy floor Buy the floor NFT from Pudgy Penguins

Buy by URL Buy this NFT: https://opensea.io/...

Buy with budget Buy an Azuki NFT under 10 ETH

View holdings Show my NFTs

Holdings by chain Show my NFTs on Base

Prompt Patterns

What's the floor price for {collection}? Buy the floor NFT from {collection} Show the {count} cheapest NFTs in {collection} Buy this NFT: {opensea_url} Show my NFTs [on {chain}]

Supported chains: Base, Ethereum, Polygon (and other EVM chains)

Usage

import { execute } from "./bankr-client";

// Check floor price await execute("What's the floor price for Pudgy Penguins?");

// Buy floor NFT await execute("Buy the floor NFT from Azuki");

// View holdings await execute("Show my NFTs on Ethereum");

Related Skills

  • bankr-client-patterns

  • Client setup and execute function

  • bankr-api-basics

  • API fundamentals

  • bankr-portfolio

  • Check ETH balance before purchases

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

bankr x402 sdk - wallet operations

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

bankr agent - nft operations

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

bankr x402 sdk - client patterns

No summary provided by upstream source.

Repository SourceNeeds Review