marketplace

marketplace is a command for coding agents from openclaw/crabbox. It costs 0 tokens per session (1,260 once invoked), scanned A, original, MIT.

A command-line marketplace preview for Crabbox, a tool that brokers sandbox computing from different providers through one billing relationship. It shows provider status and estimates quotes, but does not take payments, reserve credits, or enforce them.

In plain words
What is it for?
Use it to check the marketplace gateway, inspect supported providers, and preview routes and costs for a sandbox lease. Quotes can target one provider, several providers, or automatic routing.
Why use it?
It helps compare possible providers and estimated credit prices before creating a lease. It also makes clear which marketplace features are available and which are not yet implemented.

Command

About the project

Crabbox is a remote execution control plane that lets a local command run on managed cloud capacity, an SSH host, or another delegated sandbox while syncing code, streaming output, and recording evidence. It is for maintainers, contributors, teams, AI agents, and automation that need repeatable remote testing, builds, browser checks, or platform-specific validation. The catalogue add-ons provide commands and instructions for controlling Crabbox runs.

openclaw/crabbox · 1,368 stars · on GitHub

Install

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.

agentmods
npx agentmods add commands/openclaw/crabbox/marketplace
Clone the repo
git clone --depth 1 https://github.com/openclaw/crabbox

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for marketplace

README.md
[![agentmods](https://agentmods.dev/badge/commands/openclaw/crabbox/marketplace.svg)](https://agentmods.dev/commands/openclaw/crabbox/marketplace)
Your own site
<a href="https://agentmods.dev/commands/openclaw/crabbox/marketplace"><img src="https://agentmods.dev/badge/commands/openclaw/crabbox/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,260 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01260
Opus 5 $0.00000 $0.00630
Sonnet 5 $0.00000 $0.00252
Haiku 4.5 $0.00000 $0.00126

Measured 5d ago against content hash 95df2e77df62, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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 5d 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.

docs/commands/marketplace.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

marketplace

crabbox marketplace previews the Crabbox credits gateway: one Crabbox billing relationship, one credit balance, and smart routing across brokered sandbox providers.

This is a skeleton command surface. It can show broker status and compute preview quotes, but it does not capture payment, mutate a credit ledger, reserve credits, or enforce credits during lease creation.

crabbox marketplace status
crabbox marketplace status --json
crabbox marketplace quote --provider auto --class beast --ttl 1h
crabbox marketplace quote --providers aws,hetzner --class beast --max-credits 5
crabbox marketplace quote --provider aws --class standard --ttl 30m --json

Subcommands

status    show gateway mode, supported providers, enabled features, and open product decisions
quote     preview provider candidates, credit price, provider cost, margin, and selected route

marketplace requires a configured coordinator. Direct-provider mode has no central customer identity, credit balance, or provider routing policy to query.

Quote Flags

--provider <name|auto>       single provider or auto smart routing (default auto)
--providers <a,b>            explicit provider candidate list
--class <name>               machine class or marketplace SKU (default standard)
--type <name>                provider-native server type or marketplace SKU
--target <os>                target OS (default linux)
--ttl <duration>             quote duration, e.g. 30m, 1h, or 3600s
--max-credits <amount>       mark routes above this credit ceiling unavailable
--strategy <name>            cheapest, balanced, weighted, or provider-default
--json                       print raw broker response

Gateway Model

The intended product shape is OpenRouter-like for sandbox capacity:

  • Customers put a credit card in one place: Crabbox.
  • Crabbox exposes credits as the customer-facing unit, currently denominated as USD-equivalent preview credits.
  • Crabbox keeps provider credentials and settlement behind the broker, not in each user checkout.
  • Users request intent such as provider=auto, class=beast, target=linux, ttl=1h, and optionally a credit ceiling.
  • The broker ranks compatible provider candidates by routing policy such as cheapest, balanced margin/cost, weighted same-priority load balancing, or provider-default order.
  • Direct-provider mode remains available and is not forced through payment.

Read the full file on GitHub · 137 lines

Changes

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.

  1. 5d ago First seen · 137 lines · 0 tokens per session scan A 95df2e77df62

Subscribe to this mod's changes

marketplace is a command published in the GitHub repository openclaw/crabbox (1,368 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,260 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.