setup-agent-team

Deploy a Bun-based HTTP trigger server on a VM and configure GitHub Actions workflows.

221|34|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/OpenRouterTeam/spawn --skill setup-agent-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-agent-team
Source: https://github.com/OpenRouterTeam/spawn/tree/main/.claude/skills/setup-agent-team
Command: npx skills add https://github.com/OpenRouterTeam/spawn --skill setup-agent-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of a Bun-based trigger server on a VM and configures GitHub Actions to trigger it, enabling automated workflows based on schedules, events, or manual dispatch.

Core Features & Use Cases

  • VM Server Deployment: Sets up a secure trigger server on a virtual machine.
  • GitHub Actions Integration: Creates workflows for scheduled, event-driven, or manual triggers.
  • Secure Communication: Uses bearer tokens to authenticate requests to the trigger endpoint.
  • Use Case: Automatically trigger a code refactoring process every night via a scheduled GitHub Actions workflow that calls your deployed trigger server.

Quick Start

Use the setup-agent-team skill to set up a trigger service for your 'discovery' agent.

Frequently Asked Questions about setup-agent-team

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

FAQPage Schema
How do I automate VM server deployment for a Bun-based HTTP trigger server?

To automate VM server deployment for a Bun-based HTTP trigger server, this Skill provisions the server and configures secure endpoints. It uses bearer tokens for authentication and integrates with cloud providers like Fly.io and Hetzner.

Can I use GitHub Actions to trigger a scheduled workflow on my VM server?

Yes, you can use GitHub Actions to trigger a scheduled workflow on your VM server. This Skill configures GitHub Actions workflows for scheduled, event-driven, or manual execution to call your deployed trigger server endpoint.

Do I need specific tools to set up GitHub Actions and VM server deployment?

Yes, setting up GitHub Actions and VM server deployment requires the Bun runtime and the gh CLI installed. You also need specific cloud credentials for your chosen provider to complete the automated setup.

What is the best way to securely trigger an automated code refactoring process?

The best way to securely trigger an automated code refactoring process is by using a scheduled GitHub Actions workflow with bearer token authentication. This setup ensures only authorized requests trigger your deployed server.

Does this GitHub Actions integration support event-driven triggers alongside manual dispatch?

Yes, this GitHub Actions integration supports event-driven triggers and manual dispatch alongside scheduled execution. The configured workflows can automate calls to your trigger server based on various GitHub events or manual inputs.

Why use a Bun-based trigger server instead of standard Node.js for GitHub Actions automation?

Using a Bun-based trigger server for GitHub Actions automation provides a fast, modern runtime environment for your HTTP endpoints. It is optimized for quick startup and execution of event-driven workflows on virtual machines.