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.
npx agentmods add skills/aker-dev/ableton-extension-skill/ableton-extensionnpx skills add aker-dev/ableton-extension-skill --skill ableton-extensiongit clone --depth 1 https://github.com/aker-dev/ableton-extension-skillWrote 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.
[](https://agentmods.dev/skills/aker-dev/ableton-extension-skill/ableton-extension)<a href="https://agentmods.dev/skills/aker-dev/ableton-extension-skill/ableton-extension"><img src="https://agentmods.dev/badge/skills/aker-dev/ableton-extension-skill/ableton-extension.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00202 | $0.03494 |
| Opus 5 | $0.00101 | $0.01747 |
| Sonnet 5 | $0.00040 | $0.00699 |
| Haiku 4.5 | $0.00020 | $0.00349 |
Grade A, and why
ableton-extension scanned grade A 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 6d 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
`child_process` and native addons) may only read/write: The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
13 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.
- assets/templates/.env.example 528 B
- assets/templates/.gitignore 38 B
- assets/templates/build.ts 758 B runs code
- assets/templates/extension.ts 2.8 KB runs code
- assets/templates/html.d.ts 228 B runs code
- assets/templates/interface.html 4.4 KB
- assets/templates/manifest.json 156 B
- assets/templates/package.json 673 B
- assets/templates/README.md 2.5 KB
- assets/templates/tsconfig.json 388 B
- references/api.md 14 KB
- references/concepts.md 14 KB
- references/webviews-and-design.md 4.4 KB
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.
- 6d ago First seen · 314 lines · 202 tokens per session scan A 20663882d440
ableton-extension is a skill published in the GitHub repository aker-dev/ableton-extension-skill (19 stars, last pushed 3mo ago), with no licence file. It adds 202 tokens to every session and 3,494 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mcp-server-development
Implementation patterns for the ableton-mind TypeScript MCP server: Zod tools, resources, prompts, bridge client, verify loop, transactions and idempotency.
ableton-live
Connect and operate the Loophole Bridge (Ableton Live MCP server). Use when the user wants to check Live/bridge prerequisites, wire an MCP client to Loophole, or run a Live editing recipe (humanize, build arrangement, batch rename, chord from prompt). Triggers: "is my Ableton bridge working", "set up loophole"…
ableton-remote-script
Patterns for the ableton-mind Python Remote Script bridge: ControlSurface lifecycle, handlers, thread-safe LiveAPI, listeners, undo transactions and offline tests.
lint-js
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).
no-bare-casts
Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.
aws-sst-development
SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework. Use when writing or editing sst.config.ts, building infra/ modules (sst.aws.Function/Bucket/Dynamo/Cron/Service/Router, sst.Secret, sst.Linkable, raw aws. Pulumi resources), wiring resource links,...