agent-workflow-operate

Validate NPA agent VM readiness for declarative workflow YAML execution.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill agent-workflow-operate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-workflow-operate
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/workflows/agent-workflow-operate
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill agent-workflow-operate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of verifying that a bootstrapped NPA agent VM is correctly configured to manage, validate, and execute declarative workflow YAMLs without manual intervention.

Core Features & Use Cases

  • Lifecycle Verification: Confirms the agent VM has the necessary credentials and configuration to operate autonomously.
  • Workflow Validation: Provides a standardized path to validate, plan, and dry-run workflow specifications before live execution.
  • Use Case: A robotics engineer needs to ensure that a newly provisioned agent VM can successfully parse a complex simulation workflow and report its readiness to the scheduler without triggering unauthorized cloud resource changes.

Quick Start

Use the agent-workflow-operate skill to validate the workflow specification located at /tmp/spec.yaml on the active agent VM.

Frequently Asked Questions about agent-workflow-operate

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

FAQPage Schema
How do I validate agent workflows before executing them on a Kubernetes backend?

You can validate agent workflows by using this skill to verify operational readiness, plan declarative specifications, and perform dry-run testing of infrastructure-as-code tasks before live execution on Kubernetes backends.

What is NPA agent workflow validation and why is it needed for autonomous workload management?

NPA agent workflow validation confirms that a bootstrapped agent VM has the necessary credentials and configurations to autonomously parse, manage, and execute declarative workflow YAMLs without manual intervention.

How do I check if my newly provisioned agent VM is ready to run simulation workflows?

You can check agent VM readiness by validating its configuration and credentials against the declarative workflow specification, ensuring it can report its readiness to the scheduler without triggering unauthorized cloud resource changes.

Can I dry-run infrastructure-as-code tasks to prevent unauthorized cloud resource changes?

Yes, you can dry-run infrastructure-as-code tasks by validating and planning the workflow specification in a test phase, which ensures agent-side configurations are correctly initialized without triggering live cloud resource modifications.

Does agent-workflow-operate support parsing declarative workflow YAMLs for robotics engineers?

Yes, it supports robotics engineers by providing a standardized path to validate, plan, and dry-run complex simulation workflow YAMLs, ensuring the agent VM can successfully parse and report readiness for autonomous workload management.

What are the limitations of dry-run testing declarative workflows on an NPA agent VM?

The dry-run testing focuses on validation, planning, and reporting readiness without live execution, meaning it confirms configuration correctness and credential initialization but does not execute the actual infrastructure-as-code tasks.