ClawSea NFT Marketplace
ReviewAudited by ClawScan on May 10, 2026.
Overview
This instruction-only skill is coherent for ClawSea NFT browsing and optional trading, but users should treat wallet signing and marketplace write actions as high-impact.
Safe read-only browsing does not require secrets. Only configure RPC access and wallet signing if you intentionally want the agent to trade, and use a dedicated limited bot wallet with explicit human review for every value-moving action.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A mistaken or poorly reviewed action could buy, list, cancel, or fulfill an NFT transaction using the configured bot wallet.
The skill includes high-impact marketplace and blockchain actions, but it also explicitly requires confirmation and frames these actions as optional trading flows.
Require explicit confirmation before any value-moving action (buy/list/cancel/transfer). ... Execute onchain tx from bot wallet.
Keep the skill read-only unless trading is intended; require human confirmation with decoded transaction details, exact chain, contract, token ID, price, and fees before broadcasting.
Anyone or anything with access to the configured signer or private key could potentially spend funds or move NFTs from the bot wallet.
A bot wallet private key or external signer grants transaction authority; the documentation discloses this and recommends safer handling, so this is a purpose-aligned credential note rather than a concern.
Preferred: external signer / wallet provider (no raw private key in agent env) ... If unavoidable: `BOT_WALLET_PRIVATE_KEY` in a secure secret store only
Prefer an external signer, use a dedicated low-balance bot wallet, avoid pasting keys into chat, and rotate/remove the key when trading is no longer needed.
Users have less external context for verifying who maintains the skill or whether the documented ClawSea integration is official.
The registry does not provide a source repository or homepage for provenance. There is no install code here, so this is limited to a provenance note.
Source: unknown; Homepage: none
Verify the marketplace domain and maintainer through trusted channels before enabling wallet signing or real trades.
