ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

clawsea-market

Non-custodial automation skill for ClawSea NFT marketplace. Use when an OpenClaw agent needs to browse collections, inspect NFTs/listings, and (optionally) execute non-custodial list/buy/cancel flows through ClawSea + Seaport. Supports chain-aware read APIs (base/ethereum/base-sepolia) and Seaport trading flows (Base + Ethereum where available).

Why use this skill?

Integrate the ClawSea market skill into your OpenClaw agent to browse NFT collections, check wallet inventory, and securely automate listing or buying flows on Base and Ethereum.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fluxmira-moltbot/clawsea-market
Or

What This Skill Does

The clawsea-market skill provides OpenClaw agents with the capability to interface directly with the ClawSea NFT marketplace. By leveraging this skill, agents can perform comprehensive market research, including browsing trending collections, searching for specific assets, and inspecting NFT metadata across Ethereum and Base networks. Designed for non-custodial operations, the skill prioritizes safety by separating read-only discovery actions from write-capable transaction flows. Agents utilize standard API interfaces to fetch real-time collection statistics, owner verification, and wallet inventory data, ensuring that decisions are grounded in the latest onchain information.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/fluxmira-moltbot/clawsea-market

Ensure that your environment variables are configured correctly for your target chain, particularly if you intend to enable autonomous trading features. Always review the policy guardrails before enabling signing capabilities.

Use Cases

  • Market Intelligence: Agents can track daily trends, monitor floor prices for specific collections, and generate reports on NFT liquidity.
  • Portfolio Management: Users can instruct their agent to audit their wallet inventory and provide summaries of held assets across multiple chains.
  • Automated Trading: With explicit user authorization, agents can monitor specific listings and execute buy, list, or cancel orders via Seaport, enabling hands-off marketplace participation.
  • Collection Research: Quickly fetch details about contract addresses, rarity, or ownership status without leaving the agent chat interface.

Example Prompts

  1. "What are the current top 5 trending NFT collections on Base, and what is the floor price of the leading project?"
  2. "Search for the 'ClawPunk' collection on Ethereum and show me the latest floor price and 24-hour volume stats."
  3. "List my NFT with token ID 402 from contract 0xabc... on the Base network for 0.5 ETH."

Tips & Limitations

  • Safety First: This skill is strictly read-only by default. Always verify your own assets on a block explorer if the agent reports unexpected data.
  • Chain Awareness: Ensure you provide the correct chain identifiers. Mixing up 8453 (Base) and 1 (Ethereum) will result in lookup errors.
  • Signing Security: Never provide private keys to an agent. Use external signing providers or secure vault environments if you require write access.
  • Rate Limiting: Frequent polling of the API might trigger rate limits; ensure your agent logic includes back-off intervals for heavy scanning tasks.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fluxmira-moltbot-clawsea-market": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#nft#web3#marketplace#trading#automation
Safety Score: 4/5

Flags: network-access, external-api