livepilot-devices

Automate discovery, loading, and configuration of Ableton Live devices.

57|7|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/dreamrec/LivePilot --skill livepilot-devices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: livepilot-devices
Source: https://github.com/dreamrec/LivePilot/tree/main/livepilot/skills/livepilot-devices
Command: npx skills add https://github.com/dreamrec/LivePilot --skill livepilot-devices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the friction of manually searching, loading, and configuring complex device chains in Ableton Live, preventing common errors like loading empty racks or incompatible plugins.

Core Features & Use Cases

  • Atlas-Driven Discovery: Uses a curated device atlas to recommend optimal instrument and effect chains based on genre and sonic intent.
  • Atomic Drum Rack Construction: Safely builds custom drum kits from one-shots using atomic operations to avoid common API limitations.
  • Plugin Health Verification: Automatically detects and recovers from dead or crashed AU/VST plugins by verifying parameter counts and health flags.

Quick Start

Use the livepilot-devices skill to find a warm pad synthesizer and load it onto the first track.

Frequently Asked Questions about livepilot-devices

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

FAQPage Schema
How do I automate loading instruments and effects in Ableton Live?

Automating device loading in Ableton Live uses a curated atlas to recommend and configure optimal instrument and effect chains based on genre and sonic intent. This prevents manual search friction and avoids loading empty racks or incompatible plugins.

How do I build a custom drum rack from one-shots without API errors?

Building custom drum racks from one-shots requires atomic operations to safely construct kits and avoid common Ableton Live API limitations. This ensures state-aware mutations and maintains compatibility with the undo-stack during the drum rack assembly process.

How do I recover dead or crashed VST and AU plugins in Ableton Live?

Recovering dead or crashed VST and AU plugins in Ableton Live is achieved through automated plugin health verification. The system detects faulty plugins by checking parameter counts and health flags, automatically recovering them to restore your sound design workflow.

Does livepilot-devices require the Live Object Model API for device configuration?

Yes, livepilot-devices requires integration with the Live Object Model API to ensure state-aware mutations and undo-stack compatibility. This integration is necessary for safely automating complex device chain management and rack configuration within Ableton Live.

What is the best way to manage complex rack chains for sound design in Ableton?

Managing complex rack chains for sound design in Ableton is best handled through agentic device loading and configuration. It uses an atlas-driven approach to recommend optimal chains and automates plugin health verification to prevent errors during complex audio processing workflows.

Why does my automated drum rack construction fail with API limitations in Ableton?

Automated drum rack construction in Ableton often fails due to standard API limitations during kit assembly. Using atomic operations for drum rack construction bypasses these limitations, ensuring state-aware mutations and preventing incomplete or empty rack loads.