LaunchKit · 2026
Back to Skills

auction-house

Scout, monitor, and bid on auctions on House (houseproto.fun) — a crypto auction platform on Base.

0
634 downloads
by @im-still-thinking

Setup & Installation

openclaw skills install @im-still-thinking/auction-house

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install auction-house

What This Skill Does

Connects to House (houseproto.fun), a crypto auction platform on Base chain. Scouts for auctions matching the user's interests, monitors active bids, and places bids on their behalf. Supports auto-bidding rules and proactive alerts for ending-soon auctions.

Monitors auctions continuously and executes bids autonomously, so you don't have to watch the platform manually for time-sensitive listings.

When to use it

  • Getting notified when a consulting-hour auction drops below your budget
  • Auto-bidding on design services up to a set USDC limit
  • Checking if you've been outbid and deciding whether to re-bid
  • Browsing active auctions by token type before committing funds
  • Creating an auction to offer your own services or items

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Watch for any consulting auctions under 80 USDC and bid on them'

AGENT
  1. 1Saves the auto-bid rule: consulting auctions, max 80 USDC
  2. 2Calls search_auctions with keyword 'consulting' and max price filter on each heartbeat
  3. 3On match, calls get_auction to confirm current highest bid is under 80 USDC
  4. 4Calls wallet_info to verify sufficient USDC and ETH for gas
  5. 5Calls place_bid and notifies the user of the placed bid
OUTPUT

Bid placed on a 60 USDC consulting auction; user notified with auction link and current standing

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AUCTION_HOUSE_API_KEY — generated from houseproto.fun Settings > Generate Bot API KeyBot wallet funded with ETH (for gas) and tokens such as USDC or WETH (for bids), sent to the wallet address shown in the platform