Query OpenSea marketplace data via the official CLI, MCP server, or shell scripts. Get floor prices, collection stats, NFT details, token data, trending collections, drops, events, and search across Ethereum, Base, Arbitrum, Polygon, and more. Read-only operations; for trading use opensea-marketplace, for token swaps use opensea-swaps.
71
—
Does it follow best practices?
Impact
55%
1.17xAverage score across 1 eval scenario
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.85). OpenSea REST API responses (including user-generated NFT/collection metadata) are fetched at runtime via `scripts/opensea-get.sh`/`opensea-post.sh` and emitted as readable text between `--- BEGIN/END OPENSEA API RESPONSE ---`, which can include adversarial free text from third parties.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill exposes explicit blockchain transaction tools: it can build mint transactions (get_mint_action / drops/*-mint), build deploy transactions (deploy_seadrop_contract / drops/*-deploy), and includes scripts to build asset transfer transactions (assets/opensea-assets-transfer.sh). These produce transaction payloads (to, data, value) that are intended to be signed/submitted to move crypto/NFTs. Those are specific crypto/blockchain transaction operations (signing/submission workflow), so this grants direct financial execution capabilities.
142f269
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.