feat: Add Gemini CLI and Amazon Q CLI on OVHcloud (#121)

Implement ovh/gemini.sh and ovh/amazonq.sh using OVH
primitives. Both scripts provision an OVHcloud instance,
install the agent, inject OpenRouter credentials, and
launch an interactive session.

Agent: gap-filler-3

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-09 20:16:22 -08:00 committed by GitHub
parent c302bc010d
commit 9b4cb00a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 117 additions and 2 deletions

View file

@ -61,6 +61,18 @@ bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/nanoclaw.sh)
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/codex.sh)
```
#### Gemini CLI
```bash
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/gemini.sh)
```
#### Amazon Q CLI
```bash
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/amazonq.sh)
```
## Non-Interactive Mode
```bash