Scenario to Cloud

Deploy and operate Vrooli scenarios on VPS infrastructure with preflight and convergence checks.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill scenario-to-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Scenario to Cloud
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/scenario-to-cloud
Command: npx skills add https://github.com/Vrooli/Vrooli --skill scenario-to-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains secure control over deploying Vrooli scenarios to self-hosted VPS environments without relying on cloud services or manual SSH juggling.

Core Features & Use Cases

  • Selector-first resolution & health checks ensure you understand the deployment state before running any actions.
  • Convergent redeploy workflows (redeploy --if-needed --preflight --wait, start, execute) reconcile stopped, outdated, or missing deployments while respecting safety gates.
  • Triage and guardrails cover SSH bootstrap, log inspection, preflight diagnostics, port fixes, and manual handoff instructions when hard infrastructure limits block convergence.
  • Use Case: When a scenario is already bound to a domain, resolve its deployment, health-check it, and rerun redeploy to refresh TLS certificates and service code with no cloud dependency.

Quick Start

Use scenario-to-cloud deployment resolve and ssh bootstrap with your domain and scenario before running deployment health and redeploy --if-needed --preflight --wait to converge your VPS instance.

Frequently Asked Questions about Scenario to Cloud

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

FAQPage Schema
How do I deploy scenarios to my VPS without using cloud services?

Deploying scenarios to a VPS without cloud services requires running SSH bootstrap with your domain and scenario selectors, followed by health checks and a convergent redeploy workflow to refresh service code and TLS certificates.

What is a preflight validation check for VPS deployments?

Preflight validation for VPS deployments verifies domain and scenario selectors and checks safety gates before executing redeploy commands, ensuring infrastructure readiness and preventing failed or unsafe deployments.

Why does my VPS health check fail after running a redeploy?

VPS health checks fail after redeploy when hard infrastructure limits block convergence, leaving deployments outdated or stopped. The system provides triage diagnostics, port fixes, and manual handoff instructions to resolve these limits.

Can I refresh TLS certificates on a self-hosted VPS without manual SSH juggling?

Yes, you can refresh TLS certificates on a self-hosted VPS without manual SSH juggling by running convergent redeploy workflows with preflight and wait flags, which reconcile service code and certificates safely through automated SSH bootstrap gating.

When should I use the if-needed flag during a VPS redeploy?

Use the if-needed flag during a VPS redeploy when you want to reconcile stopped, outdated, or missing deployments selectively, ensuring convergence only executes when preflight validation and health checks determine it is necessary.

What are the limitations of convergent redeploy workflows on VPS infrastructure?

Convergent redeploy workflows cannot bypass hard infrastructure limits blocking convergence. When health or freshness fails due to these constraints, the system hands off to operators with manual port fix, SSH triage, and diagnostic instructions.