ClawSea NFT Marketplace
Analysis
The skill is coherent for an NFT marketplace, but it can guide an agent to use a wallet/private key and perform irreversible NFT trading actions, so it needs careful review before enabling trading.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Execution workflow (recommended) ... Preflight onchain with `eth_call` for Seaport fulfill. Execute onchain tx from bot wallet. Update offchain state via `/api/orders/fulfill` or `/api/orders/cancel`.
This explicitly instructs the agent to perform onchain transactions and marketplace state updates, which can move assets or affect NFT orders.
Source: unknown; Homepage: none
The artifact does not provide an authoritative source or homepage for verifying that the marketplace instructions and endpoints are official.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
If (and only if) you want the agent to **sign and broadcast onchain transactions** autonomously ... **If unavoidable:** `BOT_WALLET_PRIVATE_KEY` in a secure secret store only
A raw wallet private key gives the agent signing authority over a wallet; the registry metadata does not declare a primary credential or env vars for this optional but sensitive mode.
