Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Add this hackathon from its URL and track my progress
- 1Fetches the hackathon page with web_fetch
- 2Extracts name, deadline, prize pool, and submission requirements from the page
- 3Runs the add command with the extracted details
- 4Populates the checklist with the identified submission requirements
- 5Confirms the hackathon is tracked and shows the checklist
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.