ableton-save
This skill should be used when the user asks to "save the ableton project", "save ableton live", "save the current live set", or mentions saving Ableton Live projects to a specific path. Provides automated saving functionality for Ableton Live on macOS using AppleScript.
What this skill does
# Ableton Live Save Automation This skill provides automated saving functionality for Ableton Live projects on macOS using AppleScript and Python integration. When users need to save their current Ableton Live project to a specific location, this skill handles the automation by navigating to the target directory and entering the filename. ## Purpose Enable users to save Ableton Live projects through natural language commands or explicit slash commands. The skill uses AppleScript automation to interact with Ableton Live's Save As dialog, navigating to directories and entering filenames automatically. ## When to Use Trigger this skill when users: - Ask to save the current Ableton Live project - Specify a save path for their Live set - Want to automate saving as part of a workflow - Need to create backups with specific paths ## How to Save ### Using Natural Language When a user asks to save an Ableton project with a path like: > "Save the ableton project to ~/Music/Projects/song.als" > "Save my live set to ../backups/test.als" Execute the save command with the specified path: 1. Extract the file path from the user's request 2. Run: `/ableton-save:save-live-set <path>` 3. The script will open Ableton Live's Save As dialog 4. Navigate to the target directory automatically 5. Enter the filename automatically 6. Instruct the user to press Enter to complete ### Path Handling - Accept both absolute and relative paths - The `.als` extension is optional - Ableton Live creates a project folder automatically - The filename field is populated with the base name ### Error Handling - If Ableton Live is not running, show: "Error: Ableton Live is not running" - If the path is invalid, the dialog still opens but without navigation - This functionality requires macOS with AppleScript support ## Implementation The save functionality is implemented through: 1. **Python wrapper** (`scripts/ableton_save.py`) - Handles path conversion and argument formatting - Splits paths into directory and filename components - Executes the AppleScript 2. **AppleScript** (`scripts/save_ableton_project.scpt`) - Activates Ableton Live - Opens Save As dialog (Cmd+Shift+S) - Navigates to directory using Cmd+Shift+G - Enters filename using Cmd+A + text entry ## Quick Reference | User Query | Action | |------------|--------| | "Save to /path/to/file.als" | Execute `/ableton-save:save-live-set /path/to/file.als` | | "Save the project" | Ask for destination path | | "Backup to foo.als" | Execute `/ableton-save:save-live-set foo.als` | ## Requirements - macOS operating system - Ableton Live installed and running - Terminal app with Accessibility permissions - Python 3 for script execution
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.