send_calls.
Chains: Ethereum, Base, Polygon, Arbitrum, Optimism, and Avalanche.
Operations: token swaps, NFT best-listing reads, NFT purchases, cross-chain fulfillment, listing flows, drops discovery, and minting.
Install OpenSea CLI
Shell-capable harnesses can use the OpenSea CLI:api.opensea.io is reachable and an API key is available.
Try it
Swap
Buy NFT
Drops
Pattern
The assistant creates or loads an API key, gets the wallet address, then calls OpenSea API or CLI commands for quotes, listings, drops, or fulfillment data. OpenSea write responses contain unsigned transaction objects. The assistant converts decimalvalue fields to hex, maps each transaction to { to, value, data }, and submits send_calls on the matching chain.
Cross-chain fulfillment may require multiple transactions on different chains. Those are submitted in order, waiting for confirmation before the next step.
Reference
Full plugin spec on GitHub
API key flow, CLI usage, swaps, drops, NFT fulfillment, value conversion, and risk checks.