Bankr Dev - NFT Operations

Bankr Dev - NFT Operations is a skill for Claude Code from BankrBot/claude-plugins. It costs 40 tokens per session (412 once invoked), scanned A, original, MIT.

Instructions for using Bankr to browse, track, and buy NFTs. NFTs are unique digital assets recorded on a blockchain, and a collection is a group of related NFTs.

In plain words
What is it for?
It is for searching NFT collections, finding trending or cheapest listings, checking floor prices, buying NFTs, and viewing NFTs across supported blockchain networks.
Why use it?
It provides ready-made prompt patterns for finding collections, comparing listings, checking floor prices, and viewing holdings.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bankr-agent-dev plugin — 16 skills, 1 command shipped together

Good fit It is for searching NFT collections, finding trending or cheapest listings, checking floor prices, buying NFTs, and viewing NFTs across supported blockchain networks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bankrbot/claude-plugins/bankr-nft-operations
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BankrBot/claude-plugins --skill bankr-nft-operations
Clone the repo
git clone --depth 1 https://github.com/BankrBot/claude-plugins

Made for: Claude Code.

Or install bankr-agent-dev, the plugin that ships this one along with the rest of its 16 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Bankr Dev - NFT Operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-nft-operations/github.svg)](https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-nft-operations)
Your own site
<a href="https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-nft-operations"><img src="https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-nft-operations/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Bankr Dev - NFT Operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/bankrbot/claude-plugins/bankr-nft-operations"><img src="https://agentmods.dev/badge/skills/bankrbot/claude-plugins/bankr-nft-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00412
Opus 5 $0.00020 $0.00206
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

Measured 11d ago against content hash 305a05d49ef4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Bankr Dev - NFT Operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

bankr-agent-dev/skills/bankr-nft-operations/SKILL.md · 58 lines

What it actually says

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");
  • bankr-client-patterns - Client setup and execute function
  • bankr-api-basics - API fundamentals
  • bankr-portfolio - Check ETH balance before purchases
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 58 lines · 40 tokens per session scan A 305a05d49ef4

Subscribe to this mod's changes

Bankr Dev - NFT Operations is a skill published in the GitHub repository BankrBot/claude-plugins (85 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 412 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

rmyndharis/antigravity-skills · 48 tokens

agentic-commerce-forthecult

Agentic Commerce skills enables agents to autonomously browse and search for quality lifestyle, wellness, and tech products and gifts, view details, create orders with multi-chain payments (Solana, Ethereum, Base, Polygon, Arbitrum, Bitcoin, Dogecoin, Monero), apply CULT token-holder discounts, and track orders from…

LeoYeAI/openclaw-master-skills · 106 tokens

dutch-auction-patterns

Use when implementing Dutch auctions for token sales, NFT mints, fair launch mechanisms, or Gradual Dutch Auctions (GDAs). Covers linear/exponential price decay, batch auctions, and MEV-resistant patterns.

ccashwell/evm-cortex · 49 tokens

moonpay-commerce

Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.

moonpay/skills · 28 tokens

opensea

Query OpenSea marketplace data — listings, offers, sales / events, floor prices, collection stats, drops, traits — and execute Seaport trades via the official @opensea/cli and OpenSea REST API across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. Includes search across collections / NFTs / tokens / accounts.…

alchemyplatform/skills · 175 tokens