blast-operador

Automate GitHub and Vercel deployment workflows and environment configuration.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Nabole05/mytrip-guru --skill blast-operador
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blast-operador
Source: https://github.com/Nabole05/mytrip-guru/tree/main/.agent/skills/blast-operador
Command: npx skills add https://github.com/Nabole05/mytrip-guru --skill blast-operador

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates DevOps deployment workflows and environment configuration for GitHub and hosting platforms, reducing manual steps and misconfigurations.

Core Features & Use Cases

  • Automates code preparation, GitHub repo setup and push flows, and deployments to hosting providers like Vercel, Netlify, or Railway.
  • Manages environment variables securely and supports scheduled tasks via Modal or similar tooling.
  • Use case: When a design is approved, push to GitHub, provision a Vercel project, and schedule production tasks automatically.

Quick Start

Deploy the latest approved code from your local environment to production by pushing to GitHub, provisioning a Vercel project, and configuring environment variables.

Frequently Asked Questions about blast-operador

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

FAQPage Schema
How do I automate GitHub repository setup and Vercel deployments together?▼

You can automate GitHub repository setup and Vercel deployments by using a CI/CD workflow operator that handles code preparation, pushes, and project provisioning in deterministic steps.

What is the best way to manage environment variables for automated Vercel deployments?▼

Managing environment variables for automated Vercel deployments is handled securely within the deployment workflow, configuring variables during project provisioning without manual dashboard input.

Can I schedule automated cron tasks and cloud worker deployments using this DevOps workflow?▼

Yes, you can schedule automated cron tasks and cloud worker deployments by integrating scheduling platforms like Modal into your CI/CD pipeline for production task execution.

Does this deployment automation support hosting platforms other than Vercel?▼

Yes, the deployment automation supports hosting platforms other than Vercel, including Netlify and Railway, by applying deterministic deployment steps across cloud providers.

How do I push approved local code to production without manual configuration steps?▼

To push approved local code to production without manual steps, trigger an automated CI/CD workflow that validates code, provisions the project, and configures environment variables automatically.