nebius-physical-ai: Instructions file for Codex

AGENTS.md

nebius-physical-ai AGENTS.md is an instructions file for Codex, OpenCode from nebius/nebius-physical-ai. It costs 2,848 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Nebius Physical AI, a collection of containerized tools and workflows for robotics, simulation, perception, and generated training data. They explain which Python environment and project skills to use.

In plain words
What is it for?
Use them when working on Nebius robotics or simulation workflows, GPU jobs, image builds, SkyPilot deployments, or visual feedback tasks.
Why use it?
They give the coding agent project-specific operating rules, including how to validate changes and how to find the right workflow instructions.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: reads .claude/ paths; mentions Codex.

This is nebius/nebius-physical-ai's own configuration. It tells Codex and OpenCode how to work on nebius-physical-ai 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 nebius-physical-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nebius/nebius-physical-ai. 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/nebius/nebius-physical-ai/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/nebius/nebius-physical-ai

Made for: Codex, OpenCode.

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 nebius-physical-ai AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nebius/nebius-physical-ai/agents-md.svg)](https://agentmods.dev/instructions/nebius/nebius-physical-ai/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nebius/nebius-physical-ai/agents-md"><img src="https://agentmods.dev/badge/instructions/nebius/nebius-physical-ai/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,848 This file is loaded in full into every session.
When invoked 2,848 The same file — it is already loaded in full.
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.02848 $0.02848
Opus 5 $0.01424 $0.01424
Sonnet 5 $0.00570 $0.00570
Haiku 4.5 $0.00285 $0.00285

Measured today against content hash 679cf87439bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

nebius-physical-ai AGENTS.md 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 today.

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.

AGENTS.md · 68 lines

How it starts

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

Nebius Physical AI

Nebius Physical AI provides containerized workbench tools and SkyPilot workflows for robotics, simulation, perception, and synthetic-data workloads on Nebius infrastructure. Codex should use this file as a lightweight index, scan skills/index.yaml, and load the relevant root skills/ entry before changing behavior or operations.

Key Conventions

  • Use npa/.venv/bin/python; never use bare python for repo validation.
  • Use RELAXED_DIRTY_TREE_MODE: dirty files outside the run's target paths are not blockers.
  • Do not add time, cost, or job-count limits unless the operator explicitly asks for them.

Codex Skills

The source of truth is skills/index.yaml. The tree is organized as:

  • skills/workflows/: workflow-level procedures such as sim-to-real, policy training, Cosmos3 inference, and reference SkyPilot workflows.
  • skills/atomic/: reusable actions and review conventions such as GPU selection, workflow submission, testing conventions, image build/push, Cosmos3 setup/troubleshooting, and agent visual feedback (Describe this).
  • skills/atomic/contributions/SKILL.md: required readability, documentation, and anti-pattern rules when writing or reviewing contributions, including workbench agent changes.
  • skills/atomic/agent-visual-feedback/SKILL.md: Describe-this multimodal feedback for Rerun / video / image / data viewers.
  • skills/workflows/add-workbench-tool/SKILL.md: add a new workbench tool end to end — implementation, CLI, SDK, toolRef catalog, container, tests, docs, and skill, in the order that keeps every CI gate green.
  • skills/atomic/npa-cli-conventions/SKILL.md: write or modify an npa CLI command or SDK function — registration, the --input-path/--output-path contract, output format, error handling and exit codes, the resolve_typer_defaults/json_stdout_contract/intent_boundary decorators, and config/credential access.
  • skills/atomic/toolref-argv-contract/SKILL.md: the contract that stops a workflow stage from rendering cleanly and then crashing in the pod — real flag names, literal-value rules, reachability, image routing.
  • skills/atomic/pre-pr-validation/SKILL.md: which PR gates apply to a change, and the exact local command for each, cheapest first.
  • skills/atomic/audit-container-docs/SKILL.md: required catalog reconciliation when a workbench image or solution is added, removed, retagged, reclassified, published, or otherwise changed; it keeps the public-image table aligned with repository intent and anonymous GHCR state.
  • skills/atomic/guardrail-failures/SKILL.md: map a failing guardrail or CI gate to its cause and fix.
  • skills/tools/: concrete workbench and platform tools such as LeRobot, FiftyOne, Genesis, Isaac Lab, Cosmos, LanceDB, GR00T, SONIC, MJLab, Retargeting, SkyPilot, Scenario Gen, Dataset-of-record, Fleet, and Nebius infra.
  • skills/workflows/first-run-setup/SKILL.md: zero to a first verified result on a fresh machine or new project — an ordered, gated path (install → configure → credential preflight → cheapest-proof workload → validate spec → provision → image pullability → submit) with a stop condition at every step.
  • skills/atomic/gpu-first-guidance/SKILL.md: recommending a path, writing user-facing docs, or answering "what should I run first?" — lead with the Nebius GPU path, describe hosted inference by what it does, and stay warm and genuinely helpful when someone asks about cost or has no cluster yet.
  • skills/atomic/health-preflight/SKILL.md: there is no npa doctor. Prove service credentials with npa workbench health preflight, request --checks nebius before provisioning, and verify gated-model access with npa workbench health access before spending GPU time.
  • skills/atomic/debug-failed-run/SKILL.md: triage a run that failed, hung, or produced no artifacts — status and pod-level reason, stage logs, S3 evidence, image pullability, scheduling, and the resume-vs-cancel decision.
  • skills/atomic/teardown-and-cost/SKILL.md: stop spend safely — cancel-before-destroy ordering, cloud versus local state, and the orphan audit for leaked clusters, agent VMs, controllers, buckets, and cross-project fleets.
  • skills/tools/token-factory/SKILL.md: zero-GPU hosted inference (captioning, batch generation, Cosmos physical-AI reasoning) — the cheapest tier that produces a real artifact, with no cluster and no provisioning.
  • skills/tools/vlm-eval/SKILL.md: score rollouts with a VLM and turn the score into a gate — run vs loop, rubric/threshold benchmark sweeps, backend selection, and judging against a plan an earlier stage wrote.
  • skills/tools/golden-eval/SKILL.md: prove a container image actually works — per-container hello-world manifest, dry-run/local/serverless tiers, batch runs, and the offline manifest validation that gates CI.
  • skills/tools/alpamayo2-super/SKILL.md: real Alpamayo 2 Super VLA inference, separate OpenMDW model and gated PhysicalAI-AV dataset terms, runtime-fetch packaging, and B200/RTX PRO 6000 validation.
  • skills/tools/cosmos3-ray-serve/SKILL.md: persistent Cosmos3-Nano serving through cosmos-framework's native Ray Serve batching path, authenticated readiness, S3 provenance, and independent B200/RTX PRO 6000 validation.
  • skills/tools/cosmos3-super-benchmark/SKILL.md: reproduce the fixed Cosmos3-Super vLLM-Omni serving sweep on one eight-GPU B200 or H200 node, or validate the isolated one-H200 TP-1 path, with strict MP4 validity and scope-correct throughput accounting.
  • skills/tools/burst/SKILL.md: one gang-scheduled multi-node GPU job with torchrun rendezvous, deliberately not a workflow surface.
  • skills/tools/gpu-cluster-provisioning/SKILL.md: managed-image vs GPU-Operator driver strategy (operator mode is unsafe on NVSwitch), the post-apply health gates (fabric, CUDA vectorAdd, stability window), accelerator-name discovery, and triage for nodes whose GPUs do not work.
  • skills/tools/detection-training/SKILL.md: Faster R-CNN detectors trained from LanceDB materialized views (BDD100K failure-mode slices).
  • skills/tools/artifact-viz-share/SKILL.md: sim demos → LeRobotDataset → .rrd/MP4, and time-boxed presigned Rerun share links.
  • skills/workflows/emit-reviewable-rrd/SKILL.md: derive factual Rerun recordings from actual workflow outputs, declare run-scoped .rrd artifacts, and validate their decoded timelines, entities, and provenance before handoff.
  • skills/tools/fleet/SKILL.md: deploy a fleet of Nebius Managed Kubernetes (k8s-training) clusters across one or many projects in a tenant from an npa.fleet/v0.0.1 spec — identical and/or custom clusters, create-on-demand projects, and a k8s-training source that can consume the latest upstream recipe.
  • skills/tools/scenario-gen/SKILL.md: adversarial scenario generation — an RL adversary that maximizes failures of a policy-under-test, scenario ranking, and the adversarial-scenario-hardening workflow.
  • skills/tools/dataset/SKILL.md: dataset-of-record — ingest, validate, curate, and query production sensor data as a versioned, lineage-tracked dataset (FiftyOne curation + LanceDB query index).
  • skills/tools/foxglove/SKILL.md: Foxglove embedded viewer — the @foxglove/embed TypeScript SDK in the agent UI, MCAP recordings (convert/inspect/publish), and the npa-foxglove-embed container.
  • skills/tools/insights/SKILL.md: lineage graph + common metrics store over workflow-run artifacts — non-invasive ingest-run, query, compare, lineage traversal, and dashboard (CPU-only, append-only S3 JSONL, LanceDB-optional).
  • skills/workflows/sim2real-operate/SKILL.md: operate the compositional Sim2Real npa.workflow through the standard SkyPilot runtime — validate/plan/submit, durable S3 resume, preflight health checks, storage secret sync, and job monitoring.
  • skills/workflows/agent-fresh-operate/SKILL.md: npa-driven agent teardown, fresh-setup, tiered verify gates, and deploy failure recovery on the operator/dev VM.
  • skills/workflows/author-npa-workflow/SKILL.md: author and validate declarative npa.workflow/v0.0.1 specs (validate-spec, plan-spec, toolRef catalog).
  • skills/workflows/byof-onboard/SKILL.md: BYOF OSS repo onboarding (Ubuntu/Isaac base, container-verify, agent onboard_solution).
  • skills/workflows/contribute-workbench-image/SKILL.md: external fork PR through licensing review, trusted image build, registry-byte validation, and incremental GHCR publication.
  • skills/workflows/onboard-world-model/SKILL.md: generic playbook for onboarding and containerizing a world model (learned action-conditioned simulator) as a multi-GPU BYOF registry candidate — containerize, stage a real dataset, encode the train→tokenize→dynamics→dream→visualize loop as capability smokes, validate on real GPUs (Open Dreamer is the reference example).
  • skills/workflows/generate-npa-workflow/SKILL.md: design new creative npa.workflow pipelines from the catalog (loops, gates, reference YAML).
  • skills/workflows/diagram-to-npa-workflow/SKILL.md: turn an architecture diagram + step write-up into a working npa.workflow/v0.0.1 YAML (boxes/arrows/diamonds/back-edges → states, loops, gates, catalog toolRefs); generalizes across sim2real, AV, RL, and Cosmos pipelines.
  • skills/workflows/physical-ai-data-factory/SKILL.md: author/run/view the NVIDIA Physical AI Data Factory blueprint on Nebius + SkyPilot (no OSMO): annotate → Cosmos Transfer augment → Cosmos Evaluator gate → re-label → Cosmos Curator + FiftyOne curate → Rerun visualize. The evaluator and curator are the real Apache-2.0 NVIDIA projects (npa workbench cosmos-evaluator / cosmos-curate); see skills/NOTICE-NVIDIA-COSMOS-OSS.
  • skills/workflows/neural-reconstruction/SKILL.md: NuRec/NRE neural reconstruction on Nebius — NCore V4 capture (incl. deriving the rig → world pose edge NRE requires) → 3DGUT Gaussian training → renderable USDZ → rig-offset novel views → reports/sim2real.rrd. RT-core GPU only (L40S / RTX PRO 6000, never H100/H200).
  • skills/workflows/content-agents/SKILL.md: public zero-vendor-payload NVIDIA Content Agents packaging with runtime-fetched OVRTX and the RTX-only rigid-object USD workflow — real Material Agent, Physics Agent, OVRTX, and Validation Agent stages → self-contained USDZ plus a narrow Isaac Stage 2 adapter.
  • skills/atomic/real-components/SKILL.md: ensure every advertised workbench pipeline stage invokes the real component (Cosmos Transfer, FiftyOne, VLM), not an echo/manifest stub.
  • skills/atomic/solution-licensing/SKILL.md: when adding a solution, tool, image, model, or dataset — classify what the artifact actually bakes, decide whether it may be redistributed (public vs restricted), and record it in the packaging contract where the guards enforce it. Verify the claim against the BUILT image with npa/scripts/scan_image_omniverse_payload.py, not by reading the Dockerfile.
  • skills/atomic/protect-nebius-infra-details/SKILL.md: sanitize commits, docs, reports, examples, tests, PR/issue text, and live-validation handoffs so concrete live Nebius infrastructure details remain only in access-controlled external evidence.
  • skills/workbench/sim2real-engine/SKILL.md: canonical 14-stage Sim2Real graph, stateless adapters, parallel lane joins, ComponentRecords, and durable standard-runtime resume. Retired controller entrypoints remain finite legacy compatibility only.

Read the full file on GitHub · 68 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. today Changed · +1 lines · +30 tokens per session 679cf87439bb
  2. 2d ago Changed · +9 tokens per session 45e70f5cd7ef
  3. 3d ago Changed · +2 lines · +118 tokens per session e29734a40153
  4. 8d ago First seen · 65 lines · 2,691 tokens per session scan A 16dd57767ea9

Subscribe to this mod's changes

nebius-physical-ai AGENTS.md is an instructions file published in the GitHub repository nebius/nebius-physical-ai (27 stars, last pushed today), licensed Apache-2.0. It adds 2,848 tokens to every session, about $0.0142 per session on Opus 5. 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens