Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/scaleway/scaleway-cli/marketplacegit clone --depth 1 https://github.com/scaleway/scaleway-cliWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00951 |
| Opus 5 | $0.00000 | $0.00476 |
| Sonnet 5 | $0.00000 | $0.00190 |
| Haiku 4.5 | $0.00000 | $0.00095 |
Grade A, and why
marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation for scw marketplace
This API allows you to find available images for use when launching a Scaleway Instance.
Marketplace category management commands
Marketplace category management commands.
Get a specific category
Get information about a specific category of the marketplace catalog, specified by its category_id (UUID format).
Usage:
scw marketplace category get [arg=value ...]
Arguments:
| Name | Description | Argument Specifications |
|---|---|---|
| category-id | Required |
List existing image categories
Get a list of all existing categories. The output can be paginated.
Usage:
scw marketplace category list
Marketplace images management commands
Marketplace images management commands.
Get a specific marketplace image
Get detailed information about a marketplace image, specified by its image_id (UUID format).
Usage:
scw marketplace image get [arg=value ...]
Arguments:
| Name | Description | Argument Specifications |
|---|---|---|
| label | Required |
List marketplace images
List all available images on the marketplace, their UUID, CPU architecture and description.
Usage:
scw marketplace image list [arg=value ...]
Arguments:
| Name | Description | Argument Specifications |
|---|---|---|
| order-by | Ordering to use | One of: name_asc, name_desc, created_at_asc, created_at_desc, updated_at_asc, updated_at_desc |
| arch | Choose for which machine architecture to return images | |
| category | Choose the category of images to get | |
| include-eol | Choose to include end-of-life images |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 180 lines · 0 tokens per session scan A 96ff702196e0
marketplace is a command published in the GitHub repository scaleway/scaleway-cli (996 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 951 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
domains
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
deploy
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase.
env
Manage Vercel environment variables. Commands include list, pull, add, remove, and diff. Use to sync environment variables between Vercel and your local development environment.
scan
Scan AWS account for cost optimization.
firebase-publish
Create or reuse a Firebase project, configure Hosting, and deploy the current static site. Never deletes.
finops-status
Orientation — say where an opportunity or assignment sits in the five-step FinOps lifecycle and what unlocks next. Useful when a record has no active stage: an opportunity while its assignments do the work, an assignment whose plan has not been approved yet, or a rejected or archived assignment. Read-only; mutates…