Install
openclaw skills install aoi-hackathon-scout-litePublic-safe hackathon source registry + filtering output (no crawling, no submissions).
openclaw skills install aoi-hackathon-scout-liteS-DNA: AOI-2026-0215-SDNA-HACK01
# 1) install
clawhub install aoi-hackathon-scout-lite
# 2) shortlist view / best-effort recommendations
# (reads context/HACKATHON_SHORTLIST.md)
aoi-hackathon recommend --n 5
# 3) browse sources (no API keys)
aoi-hackathon sources
openclaw browser start
openclaw browser open https://devpost.com/c/artificial-intelligence
openclaw browser snapshot --efficient
context/HACKATHON_SOURCES_REGISTRY.mdaoi-hackathon sources
# show only likely-online sources
# (filters Online-only fit = ✅ or ⚠️)
aoi-hackathon sources --online ok
# show only web3 sources
aoi-hackathon sources --type web3
# reads context/HACKATHON_SHORTLIST.md and prints top N online-eligible items
# (excludes rejected; prioritizes 🔥 markers and 'applying/watching')
aoi-hackathon recommend --n 5
aoi-hackathon template
This skill is public-safe and does not require API keys by default.
openclaw browser start
openclaw browser open https://devpost.com/c/artificial-intelligence
openclaw browser snapshot --efficient
If you want ultra-fast keyword search, you can enable Brave Search for web_search.
openclaw config set tools.web.search.provider brave
openclaw config set tools.web.search.apiKey "BRAVE_API_KEY_HERE"
openclaw config set tools.web.search.enabled true
openclaw config set tools.web.search.enabled false
(Full setup guide in repo SSOT: context/HACKATHON_SEARCH_SETUP_GUIDE_V0_1.md)
aoi-hackathon-scout-lite