OpenRoom: Command for Claude Code

.claude/commands/vibe.md

vibe is a command for Claude Code from MiniMax-AI/OpenRoom. It costs 0 tokens per session (1,527 once invoked), scanned A, original, MIT.

A single command for managing a VibeApp project workflow from start to finish. It can create a new app, continue an interrupted workflow, rerun a named stage, or handle changes to a completed app.

In plain words
What is it for?
Use it to start an app from a description, resume unfinished work, rerun a stage such as code generation, or begin a change workflow for an existing completed app.
Why use it?
It removes the need to decide manually which workflow stage should run next. It checks the saved workflow state so work can resume from the right point.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is MiniMax-AI/OpenRoom's own configuration. It tells Claude Code how to work on OpenRoom itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything OpenRoom configures →

About the project

OpenRoom is a browser-based desktop environment where an AI agent controls built-in applications through natural-language requests and structured actions. People use it to interact with tools such as music, email, diary, games, and other apps through a desktop-like interface running locally in the browser. Its catalogue add-ons provide commands and instructions for working with this environment.

MiniMax-AI/OpenRoom · 1,257 stars · on GitHub · openroom.ai

Reuse

Borrowing it

Nothing to install: this file belongs to MiniMax-AI/OpenRoom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MiniMax-AI/OpenRoom/main/.claude/commands/vibe.md
Clone the repo
git clone --depth 1 https://github.com/MiniMax-AI/OpenRoom

Made for: Claude Code.

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 vibe

README.md
[![agentmods](https://agentmods.dev/badge/commands/minimax-ai/openroom/vibe.svg)](https://agentmods.dev/commands/minimax-ai/openroom/vibe)
Your own site
<a href="https://agentmods.dev/commands/minimax-ai/openroom/vibe"><img src="https://agentmods.dev/badge/commands/minimax-ai/openroom/vibe.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,527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00000 $0.01527
Opus 5 $0.00000 $0.00763
Sonnet 5 $0.00000 $0.00305
Haiku 4.5 $0.00000 $0.00153

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

Security

Grade A, and why

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

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.

.claude/commands/vibe.md · 166 lines

How it starts

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

VibeApp Workflow Orchestrator

Single-entry workflow orchestrator. Automatically advances stages based on workflow state, supporting creation, resume from breakpoint, and requirement changes.

Parameter Parsing

  • $ARGUMENTS format: {AppName} [Description]
  • Has Description + App does not exist -> New workflow (creation mode)
  • Has Description + App already exists (workflow completed) -> Change workflow (change mode)
  • AppName only -> Resume existing workflow (continue from last interruption point)
  • AppName --from=XX -> Re-run from specified stage (e.g., --from=04-codegen)

Mode Determination Logic

Read .claude/thinking/{AppName}/workflow.json
  ├── File does not exist ──────────────────────> Creation mode
  ├── File exists + No Description ─────────────> Resume mode
  └── File exists + Has Description
        ├── Workflow all completed ─────────────> Change mode
        └── Workflow not completed ─────────────> Resume mode (ignore new Description, prompt user to complete current workflow first)

Creation Mode: Stage Definitions

01-analysis     -> Requirement Analysis
02-architecture -> Architecture Design
03-planning     -> Task Planning
04-codegen      -> Code Generation
05-assets       -> Asset Generation (auto-detected, skipped if no requirements)
06-integration  -> Project Integration

Change Mode: Stage Definitions

01-change-analysis      -> Change Impact Analysis
02-change-planning      -> Change Task Planning
03-change-codegen       -> Change Code Implementation
04-change-verification  -> Change Verification

Execution Protocol

1. Initialize Workflow State

Read .claude/thinking/{AppName}/workflow.json:

  • File does not exist (creation mode):
    1. Create directory .claude/thinking/{AppName}/outputs/
    2. Create workflow.json with mode set to create, all stages set to pending, currentStage set to 01-analysis
    3. Record user Description in the description field of workflow.json

Read the full file on GitHub · 166 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. 8d ago First seen · 166 lines · 0 tokens per session scan A 2104a3b32cb0

Subscribe to this mod's changes

vibe is a command published in the GitHub repository MiniMax-AI/OpenRoom (1,257 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,527 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.