workflow-runner

Execute YAML workflows using the current session's LLM.

2|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill workflow-runner-codysumpter-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/codysumpter-cloud/buddy-brain/tree/main/skills/workflow-runner
Command: npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill workflow-runner-codysumpter-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of YAML workflows in AI tools without the need for API keys, using the current session's LLM as the engine. It enables users to perform multi-agent collaborations without manual setup.

Core Features & Use Cases

  • Direct Workflow Execution: Run agency-orchestrator YAML workflows within the current AI session without API key configuration.
  • Multi-Agent Collaboration: Facilitate collaboration between multiple roles in a single task without additional setup.
  • Use Case: When a user provides a .yaml workflow file or requests multi-agent collaboration, this Skill can be triggered to perform the tasks as defined in the workflow.

Quick Start

Execute the workflow with the provided .yaml file, e.g., 'run workflows/story-creation.yaml'.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
How do I execute YAML workflows in AI tools without API keys?

You can execute YAML workflows without API keys by using your current AI session's LLM as the execution engine. This enables direct multi-agent task processing without manual setup or external API configuration.

What is multi-agent collaboration using a session's LLM engine?

Multi-agent collaboration using a session's LLM engine involves multiple roles executing tasks defined in a YAML workflow. It operates directly within the current AI session to automate administrative and creative processes.

Do I need to configure an API key to run multi-agent YAML workflows?

No, you do not need to configure an API key. The workflow runner utilizes the LLM of your current AI session directly, eliminating the need for manual API key setup.

Can I use YAML workflow execution for administrative and creative tasks?

Yes, you can use YAML workflow execution for administrative and creative tasks. It facilitates role-based task execution to automate diverse processes within your current AI session.

What's the best way to trigger role-based task execution from a YAML file?

The best way to trigger role-based task execution is to provide a .yaml workflow file or request multi-agent collaboration directly. The system then performs the tasks defined in the workflow automatically.

Why does YAML workflow execution require the current session's LLM?

YAML workflow execution requires the current session's LLM to act as the engine for multi-agent collaboration. This design bypasses external API dependencies by processing tasks directly within your active environment.