idea
Generate and score 3 innovative hackathon project ideas aligned with the hackathon context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate and score 3 innovative hackathon project ideas aligned with the hackathon context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
Test the generated project inside an E2B cloud sandbox via Claude Code, apply fixes iteratively, and produce a quality report
Research a hackathon using a user-supplied URL plus optional doc URLs (sitemap-driven scrape).
| name | idea |
| description | Generate and score 3 innovative hackathon project ideas aligned with the hackathon context |
| metadata | {"openclaw":{"always":false}} |
Generate 3 creative, feasible project ideas for a hackathon. Score each idea on multiple dimensions and recommend the best one.
After hackathon research is complete (hackathon/context.json exists).
Do NOT call spawn() for this task. Execute every step yourself in this conversation, then write the output file. Spawning a sub-agent will exhaust the tool budget on unnecessary searches and the file will never be written.
Also: DO NOT call web_search — it is not configured. All hackathon context you need is in context.json.
Step 1 — Read context:
read_file("hackathon/context.json")
Step 2 — Analyse the technical landscape from context.json:
Step 3 — Generate 3 distinct ideas across these archetypes:
For each idea:
Step 4 — Score each idea on these dimensions (1–5 each):
composite = (innovation×1.5 + feasibility×2.0 + sponsor_depth×2.0 + demo_impact×2.0 + market_fit×1.5) / 9.0
Step 5 — Write output with write_file("hackathon/ideas.json", ...):
{
"ideas": [
{
"id": "idea_a",
"archetype": "infrastructure|application|web3_ai",
"name": "string",
"tagline": "one compelling sentence",
"problem": "what pain point this solves (2-3 sentences)",
"solution": "how it works at a high level (3-4 sentences)",
"tech_stack": {
"backend": "string",
"frontend": "string or null",
"ai_models": ["string"],
"blockchain": "string or null",
"storage": "string"
},
"integrations": ["string"],
"architecture_sketch": "ASCII text diagram of key components",
"mvp_scope": "exactly what can be demoed in 7 days",
"wow_factor": "the one thing that makes judges say 'I've never seen this'",
"risks": ["top 3 risks"],
"scores": {
"innovation": 4,
"feasibility": 3,
"sponsor_depth": 5,
"demo_impact": 4,
"market_fit": 3,
"composite": 3.89
}
}
],
"recommendation": "idea_X",
"recommendation_rationale": "2-3 sentences explaining the choice",
"generated_at": "ISO timestamp"
}
Your task is complete once hackathon/ideas.json is written. Do not proceed to any other phase.
hackathon/ideas.json