Skip to content

lloyd-c137/hunt-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hunt 🎯

Digital bounty hunter for AI agents β€” find, track, and conquer online hackathons.

License: MIT

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.

What It Does

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

Quick Start

# 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 board

Repository Structure

hunt-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

How the Skill Works

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

Selection Criteria

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

Requirements

  • AI agent with web fetching capability
  • File read/write access to workspace
  • Cron/scheduling for reminders (optional but recommended)

Philosophy

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.

License

MIT β€” use it, fork it, ship it.

About

🎯 Digital bounty hunter skill for OpenClaw β€” find, track, and conquer online hackathons. No boss. No web3. Total freedom.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors