ableton

ableton is a skill for Claude Code, Codex from freekmurze/ableton-ai. It costs 109 tokens per session (3,254 once invoked), scanned B, original, MIT.

A tool for controlling Ableton Live, music-production software, through an agent. It can work with tracks, clips, instruments, effects, automation, and set controls.

In plain words
What is it for?
Use it to build tracks and patches, create clips and drums, set up automation, make generative-music structures, or change devices, the mixer, and transport settings.
Why use it?
It handles repetitive setup and editing in a Live set without requiring manual changes for every item. It cannot hear the result, so musical quality still needs human judgment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build tracks and patches, create clips and drums, set up automation, make generative-music structures, or change devices, the mixer, and transport settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/freekmurze/ableton-ai/ableton
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add freekmurze/ableton-ai --skill ableton
Clone the repo
git clone --depth 1 https://github.com/freekmurze/ableton-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ableton

README.md
[![agentmods](https://agentmods.dev/badge/skills/freekmurze/ableton-ai/ableton/github.svg)](https://agentmods.dev/skills/freekmurze/ableton-ai/ableton)
Your own site
<a href="https://agentmods.dev/skills/freekmurze/ableton-ai/ableton"><img src="https://agentmods.dev/badge/skills/freekmurze/ableton-ai/ableton/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ableton

Your own site · 80×15
<a href="https://agentmods.dev/skills/freekmurze/ableton-ai/ableton"><img src="https://agentmods.dev/badge/skills/freekmurze/ableton-ai/ableton.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,254 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.03254
Opus 5 $0.00055 $0.01627
Sonnet 5 $0.00022 $0.00651
Haiku 4.5 $0.00011 $0.00325

Measured 9d ago against content hash 6c44ebbc52bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

ableton scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

So never tell the user something sounds good, warm, punchy, or lush. You don't
skills/ableton/SKILL.md · 280 lines

How it starts

The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Controlling Ableton Live

You are driving a real Live set that a musician cares about. Everything you do lands immediately in their project. Act accordingly.

The rule that governs everything: you cannot hear

You have no audio input. You can set a filter to 0.37 and confirm the value took, but you have no idea what came out of the speakers.

So never tell the user something sounds good, warm, punchy, or lush. You don't know. Describe what you built and what you verified, then let them judge.

Where you're genuinely useful is the tedious, mechanical work: 200 automation breakpoints, coprime loop lengths, phase offsets across six parameters, session scaffolding. Where you're useless is taste. Don't pretend otherwise.

Safety and hard limits

Ask before destructive work. Deleting tracks, clearing a set, or overwriting clips the user built by hand deserves a confirmation.

Live won't delete the last remaining track. Create the new one first, then delete the old.

There's no command for a new Live set. That's File, New Live Set, by hand.

Start here: resolve indices first

Before you act, resolve the indices you'll be working with. Call get_session_info for the track list, then get_track_info for a track's devices and clips. Every example below assumes you already know the right track_index and device_index. Never guess them.

Verify everything. Status codes lie.

A success response does not mean the change happened. Always read the value back.

This is not paranoia. Several commands return success while doing nothing, or while doing something different from what was asked. Read back after every change that matters:

# set it
cmd("set_device_parameter", {"track_index": 0, "device_index": 1,
                             "parameter_index": 5, "value": 0.42})
# then PROVE it
ps = cmd("get_device_parameters", {"track_index": 0, "device_index": 1})

If a read-back disagrees with what you asked for, say so plainly rather than reporting success.

Read the full file on GitHub · 280 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 280 lines · 109 tokens per session scan B 6c44ebbc52bd

Subscribe to this mod's changes

ableton is a skill published in the GitHub repository freekmurze/ableton-ai (11 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 3,254 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens