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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hackathon-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hackathon-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hackathon-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hackathon-manager 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. ---
Track multiple hackathons with deadlines, prizes, and submission checklists. Automatically extract hackathon details from URLs and manage progress toward submission.
Run commands using the manager.py script:
python scripts/manager.py <command> [args]
python scripts/manager.py add "Hackathon Name" "YYYY-MM-DD" "Prize Amount"
Example:
python scripts/manager.py add "Solana Agent Hackathon" "2026-02-12" "$50K"
From URL: When given a hackathon URL, use web_fetch to extract:
Then call add command with extracted info and populate checklist.
python scripts/manager.py list
Shows table with name, deadline, status, and progress for all tracked hackathons.
python scripts/manager.py status "Hackathon Name"
Shows detailed view including full checklist with completion status.
python scripts/manager.py check "Hackathon Name" "Item text or number"
Mark a checklist item as complete. Accepts either:
check "Solana Agent" "Deploy to devnet"check "Solana Agent" "2"python scripts/manager.py upcoming [days]
Show hackathons due in next N days (default 7). Sorted by urgency with visual indicators.
python scripts/manager.py calendar [month] [year]
Display a text calendar with hackathon markers:
R = Registration opensW = Work period startsD = Submission deadlineSync hackathons to Google Calendar using the gog CLI. Requires gog to be installed and authenticated.
python scripts/manager.py gcal list
Show all hackathon-related events currently in Google Calendar.
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)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.
When user mentions hackathons:
- Use web_fetch to get the page - Extract name, deadline, prize, requirements - Run add command - Populate checklist with requirements
- Run add command with provided info - Ask what checklist items to track
- Run list or upcoming command - Show relevant information
- Identify the hackathon and item - Run check command - Confirm completion
Hackathons stored in JSON at: ~/.openclaw/workspace/hackathons.json
Structure:
{
"hackathons": [
{
"name": "Hackathon Name",
"deadline": "YYYY-MM-DD",
"prize": "$50K",
"status": "active",
"checklist": ["Item 1", "Item 2"],
"completed": ["Item 1"]
}
]
}
When HACKATHONS.md exists in workspace:
~/.openclaw/workspace/hackathons.json[REG], [WORK], or [DEADLINE] for easy identificationgcal remove command matches hackathon name in event titles安装 Hackathon Manager 后,可以对 AI 说这些话来触发它
Help me get started with Hackathon Manager
Explains what Hackathon Manager does, walks through the setup, and runs a quick demo based on your current project
Use Hackathon Manager to track hackathon deadlines, manage submission checklists, and monito...
Invokes Hackathon Manager with the right parameters and returns the result directly in the conversation
What can I do with Hackathon Manager in my developer & devops workflow?
Lists the top use cases for Hackathon Manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hackathon-manager/ 目录(个人级,所有项目可用),或 .claude/skills/hackathon-manager/(项目级)。重启 AI 客户端后,用 /hackathon-manager 主动调用,或让 AI 根据上下文自动发现并使用。
Hackathon Manager 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Hackathon Manager 可免费安装使用。请查阅仓库了解许可证信息。
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.
Hackathon Manager 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Hackathon Manager
Identifies repetitive steps in your workflow and sets up Hackathon Manager to handle them automatically