원클릭으로
nft
View, transfer, buy, list, and manage NFTs across multiple chains with marketplace interactions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View, transfer, buy, list, and manage NFTs across multiple chains with marketplace interactions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | nft |
| description | View, transfer, buy, list, and manage NFTs across multiple chains with marketplace interactions |
Use the nft tool to view, transfer, buy, list, and manage NFTs across multiple chains.
| Chain | ID | Default |
|---|---|---|
| Base | 8453 | Yes |
| Ethereum | 1 | |
| Arbitrum | 42161 | |
| Optimism | 10 | |
| Polygon | 137 |
| Action | Description | Required Params |
|---|---|---|
| view | NFT metadata, image, attributes | contract, token_id |
| transfer | Send NFT to address/ENS | contract, token_id, to |
| buy | Buy a listed NFT | contract, token_id |
| list | List NFT for sale | contract, token_id, price |
| collection_floor | Floor price and collection stats | collection |
| portfolio | All owned NFTs | (address optional) |
nft action=view contract=0x... token_id=123 chain=ethereum
nft action=transfer contract=0x... token_id=123 to=vitalik.eth
Supports ENS names for the recipient.
nft action=collection_floor collection=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D chain=ethereum
nft action=buy contract=0x... token_id=42 chain=base
nft action=list contract=0x... token_id=42 price=0.5 chain=base
Price is in ETH. Listing goes through Reservoir to OpenSea/Blur.
nft action=portfolio
nft action=portfolio address=0x... chain=ethereum limit=100
Groups NFTs by collection. Defaults to connected wallet and Base chain.
Uses the Reservoir API which aggregates data from OpenSea, Blur, and LooksRare. Requires RESERVOIR_API_KEY environment variable (stored in credential vault).
chain=ethereum etc. for other networksto field accepts ENS names (resolved on Ethereum mainnet)