Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: 'Watch for any consulting auctions under 80 USDC and bid on them'
- 1Saves the auto-bid rule: consulting auctions, max 80 USDC
- 2Calls search_auctions with keyword 'consulting' and max price filter on each heartbeat
- 3On match, calls get_auction to confirm current highest bid is under 80 USDC
- 4Calls wallet_info to verify sufficient USDC and ETH for gas
- 5Calls place_bid and notifies the user of the placed bid
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.