← Browse

@bankrbot/bankr-dev-nft-operations

A

This skill should be used when building NFT marketplace integrations, implementing collection browsing, or adding floor price tracking. Covers OpenSea integration, floor prices, and NFT purchases.

skillclaude

Install

agr install @bankrbot/bankr-dev-nft-operations --target claude

Writes 1 file into .claude/skills/, pinned to git-305a05d4.

  • .claude/skills/bankr-dev-nft-operations/SKILL.md

Document


name: Bankr Dev - NFT Operations description: This skill should be used when building NFT marketplace integrations, implementing collection browsing, or adding floor price tracking. Covers OpenSea integration, floor prices, and NFT purchases. version: 1.0.0

NFT Operations Capability

Interact with NFT marketplaces via natural language prompts.

What You Can Do

OperationExample Prompt
Search collectionFind NFTs from Pudgy Penguins
Trending NFTsShow me trending NFT collections
Floor priceWhat's the floor price for Azuki?
Cheapest listingsShow the 5 cheapest NFTs in BAYC
Listings under priceFind NFT listings under 5 ETH in CryptoPunks
Buy floorBuy the floor NFT from Pudgy Penguins
Buy by URLBuy this NFT: https://opensea.io/...
Buy with budgetBuy an Azuki NFT under 10 ETH
View holdingsShow my NFTs
Holdings by chainShow 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

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-305a05d49ef42026-07-31