multica-autopilots

Automate Multica autopilot lifecycle management across schedules, webhooks, and manual triggers.

44.9k|5.7k|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/multica-ai/multica --skill multica-autopilots-multica-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multica-autopilots
Source: https://github.com/multica-ai/multica/tree/main/server/internal/service/builtin_skills/multica-autopilots
Command: npx skills add https://github.com/multica-ai/multica --skill multica-autopilots-multica-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates and standardizes the lifecycle of Multica autopilots, including creation, updates, triggering, and debugging, reducing manual overhead and errors.

Core Features & Use Cases

  • Scheduling, triggering, and manual runs to dispatch work to agents or squad leaders.
  • Choice of execution modes (create_issue vs run_only) and lifecycle management for runs, with visibility into outcomes.
  • Lifecycle safety, admission logic, run tracking, and webhook URL rotation to ensure controlled side effects in production.

Quick Start

Create an autopilot with a title and prompt, then trigger a test run to dispatch work to the assigned agent.

Frequently Asked Questions about multica-autopilots

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

FAQPage Schema
How do I orchestrate automated agent workflows with scheduling and webhooks?

You can orchestrate automated agent workflows by creating autopilots that dispatch work through scheduled triggers, webhook URLs, or manual runs, managing the full lifecycle from creation to run evaluation.

What is the difference between create_issue and run_only execution modes?

The create_issue execution mode generates and tracks new issues during an autopilot run, whereas the run_only mode executes the dispatched prompt without creating new issues, focusing purely on run evaluation.

How do I set up an autopilot to dispatch work to an assigned agent?

To set up an autopilot, create it with a title and prompt, then trigger a test run to dispatch work to the assigned agent or squad leader using your chosen execution mode and trigger type.

Can I manage webhook URL rotation and admission logic for safety in production?

Yes, you can manage lifecycle safety through admission logic, run tracking, and webhook URL rotation to ensure controlled side effects when triggering autopilots in production environments.

Does this autopilot orchestration approach work without external dependencies?

Yes, this autopilot orchestration works without external dependencies, standardizing the creation, updates, triggering, and debugging of automated workflows entirely within the native environment.