LaunchKit · 2026
Back to Skills

hackathon-manager

Track hackathon deadlines, manage submission checklists, and monitor progress.

0
845 downloads
by @tonbistudio

Setup & Installation

openclaw skills install @tonbistudio/hackathon-manager

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install hackathon-manager

Version History

v1.1.0Feb 11, 2026 - Version note by skill developer:

Add Google Calendar integration: gcal list, gcal sync, gcal remove commands. Auto-fixes Windows timezone issues.

What This Skill Does

Tracks multiple hackathons with deadlines, prizes, and submission checklists stored in a local JSON file. Extracts hackathon details automatically from URLs and can sync events to Google Calendar.

Combining URL extraction, checklist tracking, and calendar sync in one script removes the need to manually maintain spreadsheets or calendar entries across multiple hackathons.

When to use it

  • Tracking submission deadlines across several active hackathons at once
  • Auto-populating a new hackathon entry from its registration URL
  • Marking checklist items complete as requirements are finished
  • Checking which hackathons are due in the next 7 days
  • Syncing hackathon registration and deadline events to Google Calendar

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Add this hackathon from its URL and track my progress

AGENT
  1. 1Fetches the hackathon page with web_fetch
  2. 2Extracts name, deadline, prize pool, and submission requirements from the page
  3. 3Runs the add command with the extracted details
  4. 4Populates the checklist with the identified submission requirements
  5. 5Confirms the hackathon is tracked and shows the checklist
OUTPUT

Hackathon added with deadline, prize info, and a populated checklist ready for progress tracking

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

gog CLI installed and authenticated (required for Google Calendar sync only)