brev

Execute non-interactive commands on a remote NemoClaw sandbox via Brev CLI.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/stevenrick/nemoclaw-cookbook --skill brev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brev
Source: https://github.com/stevenrick/nemoclaw-cookbook/tree/main/.claude/skills/brev
Command: npx skills add https://github.com/stevenrick/nemoclaw-cookbook --skill brev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability lets you manage and inspect a remote NemoClaw sandbox without opening an interactive shell, using Brev CLI commands such as brev exec and brev copy.

Core Features & Use Cases

  • Remote command execution: run non-interactive commands inside the NemoClaw sandbox.
  • File transfer: copy files to/from the sandbox without SSH access.
  • Sandbox lifecycle: start, stop, and status checks via Brev.

Quick Start

Use brev to run a single non-interactive command against the remote sandbox.

Frequently Asked Questions about brev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute non-interactive commands on a remote sandbox?

You can execute non-interactive commands on a remote NemoClaw sandbox using the Brev CLI. This allows you to inspect remote state and manage the sandbox lifecycle without opening an interactive shell or requiring direct SSH access.

Can I transfer files to a remote sandbox without SSH access?

Yes, you can transfer files to a remote sandbox without SSH access by using the Brev CLI. The tool supports file copying operations to and from the NemoClaw sandbox using non-interactive commands to suppress prompts.

Do I need Brev CLI installed to manage a NemoClaw sandbox?

Yes, using Brev CLI to manage a NemoClaw sandbox requires the Brev CLI to be installed and authenticated. You must also have existing access to the target sandbox to execute remote commands successfully.

What is the best way to check the lifecycle status of a remote sandbox?

The best way to check the lifecycle status of a remote sandbox is by using Brev CLI commands. You can perform start, stop, and status checks on the NemoClaw sandbox directly through non-interactive command execution.

Why does my remote command execution prompt for user input?

Remote command execution may prompt for input if not run in non-interactive mode. The Brev CLI uses non-interactive mode specifically to suppress prompts during remote state inspection, file transfer, and sandbox lifecycle management on the NemoClaw sandbox.