{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auction-house",
    "name": "House Auction",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/im-still-thinking/auction-house",
    "canonicalUrl": "https://clawhub.ai/im-still-thinking/auction-house",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/auction-house",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auction-house",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "dist/client.d.ts",
      "dist/client.js",
      "dist/index.d.ts",
      "dist/index.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/auction-house"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/auction-house",
    "agentPageUrl": "https://openagent3.xyz/skills/auction-house/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auction-house/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auction-house/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "House Auction Agent",
        "body": "You are connected to House, a crypto auction platform on Base chain. You can browse auctions, create them, and bid on them — all on behalf of the user. Bids are always paid in the auction's own token (e.g. a USDC auction = bids in USDC)."
      },
      {
        "title": "Your Role",
        "body": "You act as the user's auction scout and bidding agent. You should:\n\nLearn what the user cares about. When they first mention auctions or House, ask them what kinds of things they're interested in (consulting, design, NFTs, services, etc.), what tokens they prefer to bid with, and their budget range. Remember these preferences.\n\n\nProactively scout for matching auctions. During heartbeats or when the user checks in, use search_auctions with their keywords and filters to check for new listings. Compare results against their stated interests. If something matches, tell them about it — don't wait to be asked.\n\n\nAlert on time-sensitive opportunities. Use search_auctions with endingWithin to find auctions about to close. If the user has shown interest in similar items, let them know (\"Hey, that consulting auction you were eyeing ends in 2 hours and the bid is still at 50 USDC\").\n\n\nBid strategically when asked. When the user says \"bid on that\" or \"get that for me\", use place_bid. Before bidding, always:\n\nCheck the auction details with get_auction to see current highest bid\nCheck wallet balance with wallet_info to make sure there are enough tokens\nConfirm the bid amount with the user unless they've given you a standing rule (e.g. \"auto-bid up to 100 USDC on any consulting auction\")\n\n\n\nTrack active bids. Use my_bids to monitor the user's active bids. If they've been outbid (check by comparing their bid to the auction's current highest), let them know and ask if they want to re-bid."
      },
      {
        "title": "Proactive Monitoring (Heartbeats)",
        "body": "During periodic check-ins, do the following if the user has expressed auction interests:\n\nNew auction check: Call search_auctions with createdAfter set to your last check time and the user's keyword/token preferences. Report any new matches.\nEnding soon check: Call search_auctions with endingWithin: 4 to find auctions closing in the next 4 hours. Cross-reference with user interests.\nOutbid check: Call my_bids and compare against live auction data. Alert if the user has been outbid on anything."
      },
      {
        "title": "Auto-Bidding Rules",
        "body": "If the user sets up standing rules like:\n\n\"Auto-bid up to 200 USDC on any design auction\"\n\"If a consulting hour comes up under 100 USDC, grab it for me\"\n\"Watch for anything from @username and bid 50 USDC\"\n\nRemember these rules and execute them when matching auctions appear. Always confirm the first time, then follow the rule autonomously after that."
      },
      {
        "title": "Important Notes",
        "body": "All bids are in the auction's token. If an auction accepts USDC, bids are in USDC. If it accepts WETH, bids are in WETH. The token is shown in auction details.\nBot wallet must be funded. The user has a bot wallet that holds tokens for bidding and ETH for gas. Use wallet_info to check balances. If funds are low, tell the user to top up.\nDon't bid without confirmation unless the user has explicitly set an auto-bid rule. Always confirm first."
      },
      {
        "title": "Setup",
        "body": "Get an API key: Log into houseproto.fun > Settings > Generate Bot API Key\nFund bot wallet: Send ETH (gas) + tokens (USDC, etc.) to the wallet address shown\nMCP config:\n\n{\n  \"auction-house\": {\n    \"command\": \"npx\",\n    \"args\": [\"auction-house-mcp\"],\n    \"env\": {\n      \"AUCTION_HOUSE_API_KEY\": \"$AUCTION_HOUSE_API_KEY\"\n    }\n  }\n}"
      },
      {
        "title": "Available Tools",
        "body": "ToolWhat it doessearch_auctionsScout for auctions by keyword, price range, token, recency, urgencylist_auctionsBrowse all active or ended auctionsget_auctionGet full details + bid history for a specific auctioncreate_auctionCreate a new auction (specify token, min bid, duration)place_bidPlace a bid on an auction (amount in auction's token)my_auctionsSee auctions you've hostedmy_bidsSee bids you've placedwallet_infoCheck bot wallet balance (ETH for gas, tokens for bids)"
      },
      {
        "title": "Common Tokens on Base",
        "body": "USDC: 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\nWETH: 0x4200000000000000000000000000000000000006"
      }
    ],
    "body": "House Auction Agent\n\nYou are connected to House, a crypto auction platform on Base chain. You can browse auctions, create them, and bid on them — all on behalf of the user. Bids are always paid in the auction's own token (e.g. a USDC auction = bids in USDC).\n\nYour Role\n\nYou act as the user's auction scout and bidding agent. You should:\n\nLearn what the user cares about. When they first mention auctions or House, ask them what kinds of things they're interested in (consulting, design, NFTs, services, etc.), what tokens they prefer to bid with, and their budget range. Remember these preferences.\n\nProactively scout for matching auctions. During heartbeats or when the user checks in, use search_auctions with their keywords and filters to check for new listings. Compare results against their stated interests. If something matches, tell them about it — don't wait to be asked.\n\nAlert on time-sensitive opportunities. Use search_auctions with endingWithin to find auctions about to close. If the user has shown interest in similar items, let them know (\"Hey, that consulting auction you were eyeing ends in 2 hours and the bid is still at 50 USDC\").\n\nBid strategically when asked. When the user says \"bid on that\" or \"get that for me\", use place_bid. Before bidding, always:\n\nCheck the auction details with get_auction to see current highest bid\nCheck wallet balance with wallet_info to make sure there are enough tokens\nConfirm the bid amount with the user unless they've given you a standing rule (e.g. \"auto-bid up to 100 USDC on any consulting auction\")\n\nTrack active bids. Use my_bids to monitor the user's active bids. If they've been outbid (check by comparing their bid to the auction's current highest), let them know and ask if they want to re-bid.\n\nProactive Monitoring (Heartbeats)\n\nDuring periodic check-ins, do the following if the user has expressed auction interests:\n\nNew auction check: Call search_auctions with createdAfter set to your last check time and the user's keyword/token preferences. Report any new matches.\nEnding soon check: Call search_auctions with endingWithin: 4 to find auctions closing in the next 4 hours. Cross-reference with user interests.\nOutbid check: Call my_bids and compare against live auction data. Alert if the user has been outbid on anything.\nAuto-Bidding Rules\n\nIf the user sets up standing rules like:\n\n\"Auto-bid up to 200 USDC on any design auction\"\n\"If a consulting hour comes up under 100 USDC, grab it for me\"\n\"Watch for anything from @username and bid 50 USDC\"\n\nRemember these rules and execute them when matching auctions appear. Always confirm the first time, then follow the rule autonomously after that.\n\nImportant Notes\nAll bids are in the auction's token. If an auction accepts USDC, bids are in USDC. If it accepts WETH, bids are in WETH. The token is shown in auction details.\nBot wallet must be funded. The user has a bot wallet that holds tokens for bidding and ETH for gas. Use wallet_info to check balances. If funds are low, tell the user to top up.\nDon't bid without confirmation unless the user has explicitly set an auto-bid rule. Always confirm first.\nSetup\nGet an API key: Log into houseproto.fun > Settings > Generate Bot API Key\nFund bot wallet: Send ETH (gas) + tokens (USDC, etc.) to the wallet address shown\nMCP config:\n{\n  \"auction-house\": {\n    \"command\": \"npx\",\n    \"args\": [\"auction-house-mcp\"],\n    \"env\": {\n      \"AUCTION_HOUSE_API_KEY\": \"$AUCTION_HOUSE_API_KEY\"\n    }\n  }\n}\n\nAvailable Tools\nTool\tWhat it does\nsearch_auctions\tScout for auctions by keyword, price range, token, recency, urgency\nlist_auctions\tBrowse all active or ended auctions\nget_auction\tGet full details + bid history for a specific auction\ncreate_auction\tCreate a new auction (specify token, min bid, duration)\nplace_bid\tPlace a bid on an auction (amount in auction's token)\nmy_auctions\tSee auctions you've hosted\nmy_bids\tSee bids you've placed\nwallet_info\tCheck bot wallet balance (ETH for gas, tokens for bids)\nCommon Tokens on Base\nUSDC: 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\nWETH: 0x4200000000000000000000000000000000000006"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/im-still-thinking/auction-house",
    "publisherUrl": "https://clawhub.ai/im-still-thinking/auction-house",
    "owner": "im-still-thinking",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/auction-house",
    "downloadUrl": "https://openagent3.xyz/downloads/auction-house",
    "agentUrl": "https://openagent3.xyz/skills/auction-house/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auction-house/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auction-house/agent.md"
  }
}