Digital bounty hunter for AI agents β find, track, and conquer online hackathons.
A production-grade Agent Skill that turns your AI agent into a personal hackathon scout. Works with OpenClaw, Claude Code, Cursor, Windsurf, and any agent that supports the Agent Skills specification.
| Capability | Description |
|---|---|
| π΅οΈ Scout | Browses MLH, Devfolio, Devpost for upcoming online hackathons |
| β Vet | Filters for free, online, no-web3, skill-appropriate events |
| π Present | Clean numbered list with dates, themes, and briefing notes |
| πΊ Track | Saves selections to map.md on command |
| β° Remind | Cron reminder fires 1 day before each event |
# Add to your agent's skills directory
cp -r skills/hunt/ ~/.openclaw/workspace/skills/
# Say to your agent: "hunt"
# β Scouts web for hackathons matching your profile
# β Presents numbered list
# Say: "add 1,3,5 to map"
# β Tracks them, sets reminders
# Say: "show map"
# β Shows your bounty boardhunt-skill/
βββ .claude-plugin/
β βββ marketplace.json # Claude Code marketplace manifest
βββ skills/
β βββ hunt/
β βββ SKILL.md # Core agent instructions
β βββ README.md # Skill-level docs
β βββ references/
β βββ map-format.md # map.md format reference
βββ tools/
β βββ hunt-scout.js # Zero-dep CLI for scraping hackathons
β βββ README.md # Tools documentation
βββ AGENTS.md # AI agent orientation
βββ CONTRIBUTING.md # How to contribute
βββ LICENSE # MIT license
βββ README.md # This file
You: "hunt"
β
βΌ
Agent checks USER.md for your skills & timezone
β
βΌ
Agent queries MLH β Devfolio β Devpost β lablab.ai
β
βΌ
Agent vets: online? free? no web3? matches your level?
β
βΌ
Presents numbered list with verified details
β
βΌ
You: "add 1,3,5 to map"
β
βΌ
Writes to map.md + sets cron reminders + confirms
| Requirement | Rule |
|---|---|
| Online | 100% digital β no travel |
| Free | $0 to register & participate |
| Open | Registration still accepting |
| No web3 | No blockchain/crypto/NFT unless you ask |
| Your level | Matches skills from your profile |
- AI agent with web fetching capability
- File read/write access to workspace
- Cron/scheduling for reminders (optional but recommended)
Work anywhere. No boss. Total freedom.
Every hackathon is a bounty. Every project ships your portfolio forward. The map is your treasure tracker. Hunt well.
MIT β use it, fork it, ship it.