# Business Scoping - Colosseum Copilot

<figure><img src="/files/C40gMGLqdcAaaLbIHXTe" alt=""><figcaption></figcaption></figure>

**Colosseum Copilot is a serious tool** — it lets you scope the competitive history within your niche and pressure-test your ideas without the physical friction of doing it manually.

It should be in every founder's toolbox, technical or not, and can give you a much clearer picture of where your project actually stands.

Let's use OpenClaw to get Colosseum Copilot set up.

**1) Install OpenClaw and Colosseum Copilot**

* Follow the install instructions — use Gemini Flash 2.0 and OpenRouter as both have free tiers
* Once OpenClaw is installed, add the Copilot skill: `npx skills add ColosseumOrg/colosseum-copilot -a openclaw`
* After logging in, head to <https://arena.colosseum.org/copilot> and generate a PAT token to share with the AI
* Set your environment
* Verify the connection

<figure><img src="/files/9UOzXaNmqo8bGIE0JfCF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BI1kCxkx8Kh8eLwm6hOw" alt=""><figcaption></figcaption></figure>

Search for your command terminal and paste:

`powershell -c "irm https://openclaw.ai/install.ps1 | iex"`

**2) Run the Skill**

Run the command:

`openclaw agent --message "Search for Solana projects doing gasless transactions"`

<figure><img src="/files/LQ0LrH8uRnQ8xZJISrO5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OpYp9E4OTFrlU1ST5X4c" alt=""><figcaption></figcaption></figure>

You'll get a list of competitors and how they've positioned their products — and this information can make or break your idea before you've written a single line of code.

This is where most founders skip a step. Knowing who's already in your space tells you what's been tried, what's failed, and where the gaps are. If five teams have already attempted your exact idea and none gained traction, that's a signal. If they all gained traction but left obvious gaps in UX, pricing, or trust — that's your opening.

It also sharpens your pitch. Walking into a hackathon submission blind to your competitive landscape is an easy way to get filtered out early. Judges know the space — you should too.

Use this output to either validate that your differentiation is real, or go back and sharpen it until it is.

{% hint style="info" %}
Want to learn about writing content from scratch? Head to the [Basics](/ship-with-tino-colosseum-edition/documentation/basics/editor.md) section to learn more
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xforce-decentralised-protocols.gitbook.io/ship-with-tino-colosseum-edition/documentation/getting-started/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
