LaunchKit · 2026
Back to Skills

hackathon-manager

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

0
0 downloads
by @ntombisol

Setup & Installation

openclaw skills install @ntombisol/hackathon-manager

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

npx clawhub install hackathon-manager

What This Skill Does

Tracks multiple hackathons with deadlines, prizes, and submission checklists. Extracts hackathon details from URLs automatically and syncs events to Google Calendar. Stores all data locally in a JSON file.

Centralizes deadline tracking, checklist management, and calendar sync in one CLI tool instead of maintaining separate spreadsheets or calendar entries manually.

When to use it

  • Checking which hackathon submissions are due this week
  • Auto-importing a hackathon from a Devpost or Dorahacks URL
  • Marking a checklist item complete after deploying a project
  • Viewing a calendar overview of registration and deadline dates
  • Syncing all tracked hackathons to Google Calendar

Example Workflow

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

INPUT

User asks: Add this hackathon and track my progress: https://example.com/hackathon

AGENT
  1. 1Fetches the URL with web_fetch to extract name, deadline, prize, and requirements
  2. 2Runs add command with extracted name, deadline, and prize amount
  3. 3Populates the checklist with submission requirements found on the page
  4. 4Runs status command to display the new hackathon with its full checklist
OUTPUT

Hackathon added with deadline, prize info, and a populated checklist of submission requirements

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 (for Google Calendar sync only)