vm_agentic_workflow
Automate virtual machine tasks: suggest VM configurations based on use case, generate step-by-step safety plans for sandboxed work, or execute autonomous multi-step VM workflows from a goal.
Instructions
Sampling-backed agentic operations for virtualization.
Actions:
suggest_config: Suggest VirtualBox VM settings for a use case via LLM sampling. Optional: use_case (e.g. 'CI runner', 'malware sandbox', 'dev environment')
sandbox_workflow: Generate a step-by-step plan for the spin-up → work → snapshot → tear-down safety pattern. Requires: goal (what dangerous/experimental work to do)
workflow: Autonomous multi-step VM orchestration goal. Requires: goal (natural language objective)
All actions use ctx.sample() when available; fall back to sensible defaults otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| goal | No | ||
| use_case | No | ||
| vm_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||