automation-runner

Execute one-shot automation scripts in the Vercel Sandbox and return output artifacts.

1|Updated May 8, 2025
One-click install
npx skills add https://github.com/Uncodier/API --skill automation-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automation-runner
Source: https://github.com/Uncodier/API/tree/main/src/skills/automation-runner
Command: npx skills add https://github.com/Uncodier/API --skill automation-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run an arbitrary, one-shot automation script in the Vercel Sandbox and surface its result. This is the narrow variant of automation work. If the requirement needs a deployed endpoint, a ?mode=test/ ?mode=prod contract, or a runner UI (Vitrina), do NOT use this skill — hand off to makinari-obj-automatizacion which covers the full flow.

Core Features & Use Cases

  • Lightweight, one-shot script execution inside the Vercel Sandbox.
  • Captures stdout/stderr and returns the script output or delivery artifact.
  • Guides one-off automation workflows from script creation to result delivery (file, log, or URL).

Quick Start

Place your one-shot script in the vercel sandbox and run it to obtain the result.

Frequently Asked Questions about automation-runner

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

FAQPage Schema
How do I run a one-shot automation script in the Vercel Sandbox?

To run a one-shot automation script in the Vercel Sandbox, place your self-contained script inside the sandbox environment and execute it. The skill captures stdout/stderr and delivers the resulting artifact or URL directly to you.

What is a one-shot automation script used for?

A one-shot automation script is used for single, self-contained tasks like data transforms, file generation, or simple integrations. It executes within the Vercel Sandbox and returns a consumable result without requiring a permanently deployed endpoint.

When should I not use the Vercel Sandbox for script execution?

You should not use the Vercel Sandbox for script execution if your task requires a deployed endpoint, a mode=test or mode=prod contract, or a runner UI. These full-flow automation requirements need a different automation tool.

Does the Vercel Sandbox capture stdout and stderr for one-shot tasks?

Yes, the Vercel Sandbox captures both stdout and stderr during one-shot script execution. This ensures you receive the complete script output and can review any errors or logs generated during the automation process.

Can I use this approach for simple integrations without deploying an endpoint?

Yes, you can use this for simple integrations without deploying an endpoint. The skill is specifically designed to guide one-shot workflows from script creation to result delivery, outputting a file, log, or URL instead of a live service.