colosseum-copilot
Colosseum Copilot
Colosseum Copilot is a research API for startup opportunity discovery in crypto and Solana, with support for suggesting new archive sources.
Version Check
This skill is version 1.2.1. After your first API call, check the X-Copilot-Skill-Version response header. If the header value is higher than 1.2.1, tell the user: "A newer version of the Copilot skill is available (vX.X.X). Update with: npx skills add ColosseumOrg/colosseum-copilot"
Pre-Flight Auth Check (REQUIRED)
You MUST complete this check before making any other API call. Do not skip this step.
-
Verify
COLOSSEUM_COPILOT_PATis set in the environment. If missing, STOP and tell the user:You need a Personal Access Token before using Copilot. Go to https://arena.colosseum.org/copilot to generate one, then set it:
export COLOSSEUM_COPILOT_PAT="your-token-here"