bankr-dev---nft-operations by bankrbot/claude-plugins
npx skills add https://github.com/bankrbot/claude-plugins --skill 'Bankr Dev - NFT Operations'通过自然语言提示与 NFT 市场进行交互。
| 操作 | 示例提示 |
|---|---|
| 搜索收藏品 | Find NFTs from Pudgy Penguins |
| 热门 NFT | Show me trending NFT collections |
| 地板价 | What's the floor price for Azuki? |
| 最便宜的挂单 | Show the 5 cheapest NFTs in BAYC |
| 低于指定价格的挂单 | Find NFT listings under 5 ETH in CryptoPunks |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 购买地板价 NFT | Buy the floor NFT from Pudgy Penguins |
| 通过 URL 购买 | Buy this NFT: https://opensea.io/... |
| 按预算购买 | Buy an Azuki NFT under 10 ETH |
| 查看持有资产 | Show my NFTs |
| 按链查看持有资产 | Show my NFTs on Base |
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}]
支持的链: Base, Ethereum, Polygon (以及其他 EVM 链)
import { execute } from "./bankr-client";
// 检查地板价
await execute("What's the floor price for Pudgy Penguins?");
// 购买地板价 NFT
await execute("Buy the floor NFT from Azuki");
// 查看持有资产
await execute("Show my NFTs on Ethereum");
bankr-client-patterns - 客户端设置和执行函数bankr-api-basics - API 基础bankr-portfolio - 购买前检查 ETH 余额每周安装量
–
代码仓库
GitHub 星标数
70
首次出现
–
Interact with NFT marketplaces via natural language prompts.
| 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 |
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)
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 functionbankr-api-basics - API fundamentalsbankr-portfolio - Check ETH balance before purchasesWeekly Installs
–
Repository
GitHub Stars
70
First Seen
–
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
29,800 周安装