Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Add this hackathon and track my progress: https://example.com/hackathon
- 1Fetches the URL with web_fetch to extract name, deadline, prize, and requirements
- 2Runs add command with extracted name, deadline, and prize amount
- 3Populates the checklist with submission requirements found on the page
- 4Runs status command to display the new hackathon with its full checklist
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.