colosseum-copilot

Search and analyze 5,400+ Solana hackathon projects via the Colosseum Copilot API.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/RavitejaKarra24/dotfiles --skill colosseum-copilot-ravitejakarra24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: colosseum-copilot
Source: https://github.com/RavitejaKarra24/dotfiles/tree/main/agents/.agents/skills/colosseum-copilot
Command: npx skills add https://github.com/RavitejaKarra24/dotfiles --skill colosseum-copilot-ravitejakarra24

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Evaluating a Solana hackathon or startup idea without data means guessing whether the idea is crowded, what winners do differently, and where gaps exist. This Skill queries Colosseum's database of 5,400+ hackathon projects, 30 ML-derived clusters, and 65+ research archive sources to ground idea validation in real evidence. ## Core Features & Use Cases - Similar Project Search: Find existing hackathon projects matching your idea using hybrid vector and text search, with similarity scores, prize info, and crowdedness indicators. - Winner Pattern & Gap Analysis: Compare winner cohorts against the full field across problem tags, solution tags, primitives, and tech stack to see what winners over- and under-index on. - Cluster & Archive Exploration: Browse 30 ML-derived project clusters by hotness, win rate, and openness, and search 84,000+ archived research documents from investors, protocols, and security firms. - Use Case: Before building an agent payments product on Solana, ask what similar projects exist, how crowded the niche is, and what patterns separate winners from losers, then receive a synthesized landscape report with differentiation angles. ## Quick Start Ask the assistant to search Colosseum for hackathon projects similar to your idea and show what winners do differently.

Frequently Asked Questions about colosseum-copilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find similar Solana hackathon projects to my idea?

Send a natural language query to the Colosseum Copilot search endpoint, which uses hybrid vector and text search across 5,400+ projects. Results include similarity scores, hackathon, prize info, and crowdedness, and can be filtered by winners, tracks, tech stack, or clusters.

How do I analyze what Solana hackathon winners do differently?

Use the compare endpoint with a winners-only cohort against the full field across dimensions like problem tags, solution tags, primitives, and tech stack. Positive delta values show attributes winners over-index on; negative values show what they skip.

What authentication does the Colosseum Copilot API require?

The API requires a free Personal Access Token from arena.colosseum.org/copilot, sent as a Bearer token. Tokens last 90 days and are read from the COLOSSEUM_COPILOT_PAT environment variable or the copilotToken field in ~/.superstack/config.json.

What are the Colosseum Copilot API rate limits?

Search endpoints allow 30 requests per minute, analysis endpoints allow 10 per minute, and only 2 concurrent in-flight requests are permitted. Exceeding limits returns a 429 response with a Retry-After header indicating how long to wait.

Why does my Colosseum Copilot token stop working?

Tokens expire after 90 days, producing 401 UNAUTHORIZED responses. Regenerate a new token at arena.colosseum.org/copilot and update the environment variable or config file, then verify with the /status endpoint.