cloud-sandbox

cloud-sandbox is a skill for Claude Code, Codex from ariana-dot-dev/cloud-sandbox-vm-skills. It costs 87 tokens per session (478 once invoked), scanned C, original, MIT.

A full isolated Ubuntu computer in the cloud for running commands, builds, installations, and services. Ubuntu is a Linux operating system.

In plain words
What is it for?
Use it to build a repository, install dependencies, run tests or generated code, execute shell commands, or start services in isolation.
Why use it?
It protects the user's machine from untrusted or experimental work and supports system packages, Docker, long-running processes, and common development toolchains.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Good fit Use it to build a repository, install dependencies, run tests or generated code, execute shell commands, or start services in isolation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox
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.

Any agent
npx skills add ariana-dot-dev/cloud-sandbox-vm-skills --skill cloud-sandbox
Clone the repo
git clone --depth 1 https://github.com/ariana-dot-dev/cloud-sandbox-vm-skills

Made for: Claude Code, Codex.

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 cloud-sandbox

README.md
[![agentmods](https://agentmods.dev/badge/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox/github.svg)](https://agentmods.dev/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox)
Your own site
<a href="https://agentmods.dev/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox"><img src="https://agentmods.dev/badge/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cloud-sandbox

Your own site · 80×15
<a href="https://agentmods.dev/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox"><img src="https://agentmods.dev/badge/skills/ariana-dot-dev/cloud-sandbox-vm-skills/cloud-sandbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00087 $0.00478
Opus 5 $0.00044 $0.00239
Sonnet 5 $0.00017 $0.00096
Haiku 4.5 $0.00009 $0.00048

Measured 8d ago against content hash 0975b17c6911, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

cloud-sandbox scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

`curl -fsSL https://box.ascii.dev/install | sh`, then `box login "$BOX_API_KEY" --json`.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -fsSL https://box.ascii.dev/install | sh`, then `box login "$BOX_API_KEY" --json`.
skills/cloud-sandbox/SKILL.md · 34 lines

What it actually says

Cloud sandbox (Box)

Use this when a task needs to run things in isolation: building a repo, installing dependencies, executing generated code, or anything you'd rather not run on the user's real machine. Box gives a real Linux machine, not a V8 isolate (Cloudflare) or a stripped microVM — so apt install, Docker, long-lived processes, and an 80 GB disk all just work.

When to prefer Box

  • Host must stay clean / command is untrusted → isolate in a VM.
  • Need Docker, system packages, or many runtimes → preinstalled.
  • Cost matters at scale → 50 VMs × 240 h/mo ≈ $432 (Box) vs ~$4,124 (E2B), ~$7,160 (Modal).

Prefer another tool for: sub-500 ms cold starts / 1000+ concurrent (E2B/Daytona/Modal), GPU (Modal), non-EU regions.

Prereqs

curl -fsSL https://box.ascii.dev/install | sh, then box login "$BOX_API_KEY" --json.

Recipe

box_id="$(box new --json | jq -r 'select(.event == "ready") | .id')"
box ssh "$box_id" -- bash -s < ./setup.sh
box ssh "$box_id" -- "cd /project && npm test"
box delete "$box_id" --json

Preinstalled

Docker, Chrome, VS Code, GitHub CLI, Node/Bun/Deno, Python, Go, Rust, Java/Kotlin/Scala, Ruby, PHP, Erlang/Elixir, .NET, R, C/C++, ripgrep, jq, curl, ffmpeg, Claude Code, Codex. Hetzner CX33, dedicated IPv4, per-second billing.

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. 8d ago First seen · 34 lines · 87 tokens per session scan C 0975b17c6911

Subscribe to this mod's changes

cloud-sandbox is a skill published in the GitHub repository ariana-dot-dev/cloud-sandbox-vm-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 478 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

latchbio-integration

Build, register, debug, and operate bioinformatics workflows on Latch using the Python SDK, CLI, Latch Data and Registry, Nextflow, Snakemake, programmatic execution, and Latch MCP. Use when authoring or deploying Latch workflows, configuring resources or interfaces, moving data, integrating Registry, or launching and…

K-Dense-AI/scientific-agent-skills · 76 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

django-storages-s3

Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST…

Jeffallan/claude-skills · 138 tokens

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

itsmostafa/aws-agent-skills · 32 tokens

eventbridge

AWS EventBridge serverless event bus for event-driven architectures. Use when creating rules, configuring event patterns, setting up scheduled events, integrating with SaaS, or building cross-account event routing.

itsmostafa/aws-agent-skills · 41 tokens

iam

AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.

itsmostafa/aws-agent-skills · 42 tokens