Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Track Hackathon Deadlines Submissions

ASecurity

Track hackathon deadlines, manage submission checklists, and monitor progress. Use when managing multiple hackathons, checking what's due soon, marking requirements complete, or extracting hackathon information from URLs to auto-populate deadlines and requirements.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongobashgitdatabasedevops

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill track-hackathon-deadlines-submissions --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Track Hackathon Deadlines Submissions?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Track Hackathon Deadlines Submissions
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-track-hackathon-deadlines-submissions/badge)](https://www.skillsdirectory.com/skills/rondoflow-track-hackathon-deadlines-submissions)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: track-hackathon-deadlines-submissions
description: "Track hackathon deadlines, manage submission checklists, and monitor progress. Use when managing multiple hackathons, checking what's due soon, marking requirements complete, or extracting hackathon information from URLs to auto-populate deadlines and requirements."
category: "DevOps & Infra"
author: community
version: "1.1.0"
icon: server
---

# Hackathon Manager

Track multiple hackathons with deadlines, prizes, and submission checklists. Automatically extract hackathon details from URLs and manage progress toward submission.

## Quick Start

Run commands using the manager.py script:

```bash
python scripts/manager.py <command> [args]
```

## Core Commands

### Add a Hackathon

```bash
python scripts/manager.py add "Hackathon Name" "YYYY-MM-DD" "Prize Amount"
```

Example:
```bash
python scripts/manager.py add "Solana Agent Hackathon" "2026-02-12" "$50K"
```

**From URL:** When given a hackathon URL, use web_fetch to extract:
- Hackathon name
- Deadline date
- Prize pool
- Submission requirements

Then call add command with extracted info and populate checklist.

### List All Hackathons

```bash
python scripts/manager.py list
```

Shows table with name, deadline, status, and progress for all tracked hackathons.

### View Status

```bash
python scripts/manager.py status "Hackathon Name"
```

Shows detailed view including full checklist with completion status.

### Check Off Item

```bash
python scripts/manager.py check "Hackathon Name" "Item text or number"
```

Mark a checklist item as complete. Accepts either:
- Full item text: `check "Solana Agent" "Deploy to devnet"`
- Item number: `check "Solana Agent" "2"`

### View Upcoming

```bash
python scripts/manager.py upcoming [days]
```

Show hackathons due in next N days (default 7). Sorted by urgency with visual indicators.

### Text Calendar View

```bash
python scripts/manager.py calendar [month] [year]
```

Display a text calendar with hackathon markers:
- `R` = Registration opens
- `W` = Work period starts
- `D` = Submission deadline

## Google Calendar Integration

Sync hackathons to Google Calendar using the gog CLI. Requires [gog](https://github.com/rubiojr/gog) to be installed and authenticated.

### List Calendar Events

```bash
python scripts/manager.py gcal list
```

Show all hackathon-related events currently in Google Calendar.

### Sync to Calendar

```bash
python scripts/manager.py gcal sync
```

Create Google Calendar events for all tracked hackathons:
- `[REG]` - Registration opens (timed event)
- `[WORK]` - Work period (all-day event)
- `[DEADLINE]` - Submission deadline (timed event)

### Remove from Calendar

```bash
python scripts/manager.py gcal remove "Hackathon Name"
```

Delete all calendar events matching the hackathon name.

**Note for Windows:** The skill auto-configures the Go timezone database. If you get timezone errors, ensure `~/.gog/zoneinfo.zip` exists.

## Workflow

**When user mentions hackathons:**

1. **Adding from URL:** If they provide a hackathon link:
   - Use web_fetch to get the page
   - Extract name, deadline, prize, requirements
   - Run add command
   - Populate checklist with requirements

2. **Manual add:** If they provide details:
   - Run add command with provided info
   - Ask what checklist items to track

3. **Checking status:** If they ask "what's due?" or "what hackathons?":
   - Run list or upcoming command
   - Show relevant information

4. **Managing progress:** If they mention completing something:
   - Identify the hackathon and item
   - Run check command
   - Confirm completion

## Data Storage

Hackathons stored in JSON at: `~/.openclaw/workspace/hackathons.json`

Structure:
```json
{
  "hackathons": [
    {
      "name": "Hackathon Name",
      "deadline": "YYYY-MM-DD",
      "prize": "$50K",
      "status": "active",
      "checklist": ["Item 1", "Item 2"],
      "completed": ["Item 1"]
    }
  ]
}
```

## Integration with HACKATHONS.md

When HACKATHONS.md exists in workspace:
- Read it to discover hackathons not yet in the JSON store
- Suggest importing them
- Keep both files in sync when adding new hackathons

## Notes

- Data stored in `~/.openclaw/workspace/hackathons.json`
- Google Calendar integration requires [gog CLI](https://github.com/rubiojr/gog)
- Events are prefixed with `[REG]`, `[WORK]`, or `[DEADLINE]` for easy identification
- The `gcal remove` command matches hackathon name in event titles

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →