Loading...
Loading...
Compare original and translation side by side
X-Copilot-Skill-Versionnpx skills add ColosseumOrg/colosseum-copilotX-Copilot-Skill-Versionnpx skills add ColosseumOrg/colosseum-copilotCOLOSSEUM_COPILOT_PATYou 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"
COLOSSEUM_COPILOT_API_BASEexport COLOSSEUM_COPILOT_API_BASE="https://copilot.colosseum.com/api/v1"
GET /status{ "authenticated": true, "expiresAt": "...", "scope": "..." }"authenticated": trueCOLOSSEUM_COPILOT_PAT使用Copilot前需要个人访问令牌(Personal Access Token)。 前往**https://arena.colosseum.org/copilot**生成令牌,然后设置:export COLOSSEUM_COPILOT_PAT="your-token-here"
COLOSSEUM_COPILOT_API_BASEexport COLOSSEUM_COPILOT_API_BASE="https://copilot.colosseum.com/api/v1"
GET /status{ "authenticated": true, "expiresAt": "...", "scope": "..." }"authenticated": trueexport COLOSSEUM_COPILOT_API_BASE="https://copilot.colosseum.com/api/v1"
export COLOSSEUM_COPILOT_PAT="YOUR_PAT"curl -s -X POST "$COLOSSEUM_COPILOT_API_BASE/search/projects" \
-H "Authorization: Bearer $COLOSSEUM_COPILOT_PAT" \
-H "Content-Type: application/json" \
-d '{"query": "privacy wallet for stablecoin users", "limit": 5}'export COLOSSEUM_COPILOT_API_BASE="https://copilot.colosseum.com/api/v1"
export COLOSSEUM_COPILOT_PAT="YOUR_PAT"curl -s -X POST "$COLOSSEUM_COPILOT_API_BASE/search/projects" \
-H "Authorization: Bearer $COLOSSEUM_COPILOT_PAT" \
-H "Content-Type: application/json" \
-d '{"query": "privacy wallet for stablecoin users", "limit": 5}'references/workflow-deep.mdreferences/workflow-deep.md| Query Type | Required source types in the final answer | Example |
|---|---|---|
| Pure retrieval | Builder project evidence (project slugs from | "What projects do X?" |
| Archive retrieval | Archive evidence (archive title/document from | "What does the archive say about Y?" |
| Comparison | Builder project evidence for each side compared + at least one archive citation for conceptual framing | "Compare approach A vs B" |
| Evaluative | Builder project evidence + at least one archive citation + current landscape evidence (Grid and/or web) | "Is this crowded?", "Is this still unsolved?" |
| Build guidance | Builder project evidence + at least one archive citation + incumbent/landscape evidence (Grid and/or web) | "Should I build X?", "How should I approach X?" |
These are evidence-type floors, not call budgets. Use as many calls as needed to meet the floor with high-confidence citations.
In deep-dive mode, the verification checklist inStep 5 supersedes these floors with more granular coverage requirements.workflow-deep.md
| 查询类型 | 最终回答中所需的来源类型 | 示例 |
|---|---|---|
| 纯检索 | 开发者项目证据(来自 | “哪些项目在做X?” |
| 档案检索 | 档案证据(来自 | “档案中关于Y的内容是什么?” |
| 对比类 | 对比双方的开发者项目证据 + 至少1个用于概念框架的档案引用 | “对比方法A和B” |
| 评估类 | 开发者项目证据 + 至少1个档案引用 + 当前格局证据(The Grid和/或网页搜索) | “这个领域拥挤吗?”、“这个问题还没解决吗?” |
| 构建指导类 | 开发者项目证据 + 至少1个档案引用 + 现有玩家/格局证据(The Grid和/或网页搜索) | “我应该做X吗?”、“我应该如何做X?” |
这些是证据类型的最低要求,不是调用次数上限。可根据需要进行多次调用,以获取高可信度的引用满足最低要求。
在深度分析模式下,第5步中的验证清单会取代这些最低要求,提出更细致的覆盖要求。workflow-deep.md
search/archivesfilters: { "acceleratorOnly": true }filters: { "winnersOnly": true }hackathon.startDate/filters/search/projects/projects/by-slug/:slugAs of YYYY-MM-DDacceleratorOnlyFor the full 8-step deep research workflow, seereferences/workflow-deep.md
search/archivesfilters: { "acceleratorOnly": true }filters: { "winnersOnly": true }/filters/search/projects/projects/by-slug/:slughackathon.startDate截至YYYY-MM-DDacceleratorOnly完整的8步深度研究工作流,请查看references/workflow-deep.md
hackathon.startDatePOST /source-suggestionsreferences/api-reference.mdhackathon.startDatePOST /source-suggestionsreferences/api-reference.md| Edition | Period | Slug |
|---|---|---|
| Hyperdrive | Sep 2023 | |
| Renaissance | Mar-Apr 2024 | |
| Radar | Sep-Oct 2024 | |
| Breakout | Apr-May 2025 | |
| Cypherpunk | Sep-Oct 2025 | |
GET /filtershackathons[].startDatehackathons[]| 届数 | 时间 | 短标识(slug) |
|---|---|---|
| Hyperdrive | 2023年9月 | |
| Renaissance | 2024年3-4月 | |
| Radar | 2024年9-10月 | |
| Breakout | 2025年4-5月 | |
| Cypherpunk | 2025年9-10月 | |
GET /filtershackathons[].startDatehackathons[]Authorization: Bearer <COPILOT_PAT>https://copilot.colosseum.com/api/v1COLOSSEUM_COPILOT_API_BASEAuthorization: Bearer <COPILOT_PAT>https://copilot.colosseum.com/api/v1COLOSSEUM_COPILOT_API_BASE| Endpoint | Method | Purpose |
|---|---|---|
| GET | Auth pre-flight check — call first |
| POST | Search builder projects |
| POST | Search crypto archives |
| GET | Full project details |
| GET | Full archive document |
| POST | Hackathon analysis |
| POST | Compare two hackathons |
| GET | Cluster details |
| GET | Available filters + canonical hackathon chronology |
| POST | Suggest a new archive source |
| POST | Report errors, quality issues, or suggestions |
For full endpoint docs, curl examples, and query tips:For Grid GraphQL recipes and product type slugs:references/api-reference.mdreferences/grid-recipes.md
| 端点 | 方法 | 用途 |
|---|---|---|
| GET | 授权飞行前检查——首先调用 |
| POST | 搜索开发者项目 |
| POST | 搜索加密档案 |
| GET | 完整项目详情 |
| GET | 完整档案文档 |
| POST | 黑客松分析 |
| POST | 对比两个黑客松 |
| GET | 集群详情 |
| GET | 可用过滤器 + 标准黑客松时间线 |
| POST | 推荐新的档案来源 |
| POST | 报告错误、质量问题或建议 |
完整的端点文档、curl示例和查询技巧:The Grid GraphQL示例和产品类型slug:references/api-reference.mdreferences/grid-recipes.md
curl -X POST "$COLOSSEUM_COPILOT_API_BASE/feedback" \
-H "Authorization: Bearer $COLOSSEUM_COPILOT_PAT" \
-H "Content-Type: application/json" \
-d '{
"category": "quality",
"message": "Search for DePIN projects returned only 2 results, expected more coverage",
"severity": "medium",
"context": { "query": "DePIN infrastructure", "endpoint": "/search/projects", "resultCount": 2 }
}'errorqualitysuggestionotherlowmediumhighcriticalcurl -X POST "$COLOSSEUM_COPILOT_API_BASE/feedback" \
-H "Authorization: Bearer $COLOSSEUM_COPILOT_PAT" \
-H "Content-Type: application/json" \
-d '{
"category": "quality",
"message": "Search for DePIN projects returned only 2 results, expected more coverage",
"severity": "medium",
"context": { "query": "DePIN infrastructure", "endpoint": "/search/projects", "resultCount": 2 }
}'errorqualitysuggestionotherlowmediumhighcritical