logicpro

A tool for controlling Logic Pro, Apple’s music-production application, through its tracks, timeline, transport controls, mixer, and views.

In plain words
What is it for?
Starting and stopping playback, creating or deleting tracks, changing tempo, working with the mixer, and switching views.
Why use it?
It avoids error-prone manual clicking and keyboard shortcuts when changing music-project settings or controls.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wende/macbeth/logicpro
Any agent
npx skills add wende/macbeth --skill logicpro
Clone the repo
git clone --depth 1 https://github.com/wende/macbeth

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.01246
Opus 5 $0.00010 $0.00623
Sonnet 5 $0.00004 $0.00249
Haiku 4.5 $0.00002 $0.00125

Measured 2d ago against content hash 13fdff22c07a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

logicpro scanned grade A with 0 findings 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 2d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/add-track.mjs, scripts/set-tempo.mjs, scripts/transport.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/LogicPro/SKILL.md · 127 lines

How it starts

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

Logic Pro Automation

Connect

connect_app({ name: "Logic Pro" })

Backends

  • Primary: Accessibility automation (menu bar, transport, tracks, mixer, view toggles)
  • Prefer menu bar actions over keyboard shortcuts — shortcuts steal focus and can misfire

Layout

Logic Pro's main window has these regions (top to bottom, left to right):

  1. Control Bar (top) — transport buttons, LCD display (tempo/time sig/key), view toggles
  2. Inspector (left panel) — Region and Track properties, channel strip
  3. Tracks Area (center) — timeline with track headers and regions
  4. Editors/Mixer (bottom, toggled) — Piano Roll, Audio Editor, Mixer, etc.

Key Elements

Menu Bar (preferred for actions)

Use select_menu_item instead of keyboard shortcuts — it's a single atomic call via System Events, no focus stealing.

select_menu_item({ app: "Logic Pro", menuPath: ["Track", "New Audio Track"] })
Menu Item Notes
Track New Audio Track Opens track creation dialog
Track New Software Instrument Track Opens track creation dialog
Track New Session Player SI Track... Opens track creation dialog
Track Delete Track
Track Rename Track
File Bounce Project... Cmd+B equivalent
File Save Cmd+S equivalent
Edit Undo Cmd+Z equivalent

Transport Controls

Element Role Query
Play checkbox [{role:'checkbox', title:'Play'}]
Stop button [{role:'button', title:'Stop'}]
Record checkbox [{role:'checkbox', title:'Record'}]
Cycle checkbox [{role:'checkbox', title:'Cycle'}]
Count In checkbox [{role:'checkbox', title:'Count In'}]
Metronome checkbox [{role:'checkbox', title:'Metronome Click'}]
Solo checkbox [{role:'checkbox', title:'Solo'}]
Replace checkbox [{role:'checkbox', title:'Replace'}]
Tuner checkbox [{role:'checkbox', title:'Tuner'}]

LCD Display

Read the full file on GitHub · 127 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 127 lines · 21 tokens per session scan A 13fdff22c07a

Subscribe to this mod's changes

logicpro is a skill published in the GitHub repository wende/macbeth (3 stars, last pushed 6d ago), licensed MIT. It adds 21 tokens to every session and 1,246 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

wechat-delivery

公众号端到端交付——把任意选题在 30 分钟内变成可直接粘贴的桌面 8 文件交付物(标题/正文/封面/4 配图),用户手动 30 秒发布。适用场景:用户说"写公众号"/"公众号文章"/"配公众号"/"公众号配图"/自己的公众号名。覆盖 v3.18 launch 实战验证的 5 步流程 + 7 段黄金模板 + 桌面文件夹 + mavis browser 自动化天花板 + 反模式。.

huangrichao2020/pretty-skills · 129 tokens

mapbox-ops

Mapbox GL JS v3 (web) toolkit: custom markers, symbol/geojson layers, clustering, style expressions, 3D terrain/fill-extrusion, heatmaps, choropleths, camera animation, and performance gotchas. Use for any Mapbox GL JS work — markers, layers, style, 3D, or headless map verification.

0xDarkMatter/claude-mods · 80 tokens

now

Show what's currently playing on this Mac (any app — Spotify, Apple Music, browsers). Use when the user asks what song/track/music is playing, who the artist is, or wants playback status.

Bangs00/claude-media-control · 43 tokens

validate-with-recording

Validate that a web application actually works by recording the browser while driving it, then judging the recording against a rubric. Use when asked to check, verify, test, or QA a web app's behaviour in a real browser — especially for anything involving loading states, animations, timing, flicker, layout shift, or…

ShubhenduVaid/flipbook · 81 tokens

optimize

Improve interface performance across loading speed, rendering, animations, images, and bundle size. Makes experiences faster and smoother.

rwliebs/Dossier · 26 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens