Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
86
—
Does it follow best practices?
Impact
93%
1.24xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
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 is explicitly for implementing NFT smart contracts and includes payable mint functions and on-chain fund transfers. Examples: - ERC-721 and ERC721A mint functions are payable and enforce msg.value >= MINT_PRICE * quantity (explicitly accepting ETH payments). - The ERC-721 contract defines withdraw() that calls payable(owner()).transfer(address(this).balance) (explicitly moving contract funds). - Royalties (EIP-2981) compute royalty amounts and designate a royaltyRecipient (financial payout logic). These are specific blockchain financial operations (accepting payments, computing/assigning payouts, and transferring ether). This is direct crypto financial execution capability.
abece4a
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.