/cassette-model
Show or change the Cassette editing model and thinking level for the current media session. Invoke only when the user explicitly asks for the model picker, wants to inspect the current Cassette model, or requests a model/thinking change.
$ npx -y skills add Cassette-Editor/oh-my-cassette --skill cassette-model --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/cassette-model
Context preview
The summary Claude sees to decide when to auto-load this skill.
Show or change the Cassette editing model and thinking level for the current media session. Invoke only when the user explicitly asks for the model picker, wants to inspect the current Cassette model, or requests a model/thinking change.
SKILL.md
cassette-model.SKILL.mdname: cassette-model
description: Show or change the Cassette editing model and thinking level for the current media session. Invoke only when the user explicitly asks for the model picker, wants to inspect the current Cassette model, or requests a model/thinking change.
version: 1.0.0
metadata:
tags: [cassette, model, thinking, mcp]
category: media
Cassette model picker
This is an explicit settings action. Never invoke it automatically during media ingestion or before an edit. A fresh Cassette session already uses GPT-5.6 Luna with `xhigh` thinking.
1. Reuse the active Cassette `session_id` from the current conversation. If no Cassette media session exists yet, tell the user to add media first; do not invent an id or create an edit. 2. Call `cassette_config` with only `session_id` to read the current selection and static options. 3. If the invocation already names a valid model and/or thinking level, call `cassette_config` with those values and confirm the saved choice in one line. 4. Otherwise show the model and thinking choices as two compact numbered lists and wait for the user's selections. Then call `cassette_config` with the selected model label and thinking value. 5. Explain that the setting is scoped to this Cassette session and applies from the next edit turn.
Selectable models are GPT-5.6 Luna and GPT-5.4 Mini. Thinking values are `off`, `minimal`, `low`, `medium`, `high`, and `xhigh` (display `xhigh` as “Extra High”).
Read more
name: cassette-model description: Show or change the Cassette editing model and thinking level for the current media session. Invoke only when the user explicitly asks for the model picker, wants to inspect the current Cassette model, or requests a model/thinking change. version: 1.0.0 metadata: tags: [cassette, model, thinking, mcp] category: media
Cassette model picker
This is an explicit settings action. Never invoke it automatically during media ingestion or before an edit. A fresh Cassette session already uses GPT-5.6 Luna with `xhigh` thinking.
1. Reuse the active Cassette `session_id` from the current conversation. If no Cassette media session exists yet, tell the user to add media first; do not invent an id or create an edit. 2. Call `cassette_config` with only `session_id` to read the current selection and static options. 3. If the invocation already names a valid model and/or thinking level, call `cassette_config` with those values and confirm the saved choice in one line. 4. Otherwise show the model and thinking choices as two compact numbered lists and wait for the user's selections. Then call `cassette_config` with the selected model label and thinking value. 5. Explain that the setting is scoped to this Cassette session and applies from the next edit turn.
Selectable models are GPT-5.6 Luna and GPT-5.4 Mini. Thinking values are `off`, `minimal`, `low`, `medium`, `high`, and `xhigh` (display `xhigh` as “Extra High”).
Oh My Cassette is an open-source AI video editing plugin and local MCP server for Claude Code, Codex, Hermes Agent, and OpenCode.
Repo: Cassette-Editor/oh-my-cassette
Other skills on oh-my-cassette.
- /cassette-video-edit
Add Hermes gateway media ingestion, background notification, and delivery behavior to the canonical cassette-video-edit MCP workflow.
Open skill - /cassette-video-edit
Edit, trim, cut, caption, subtitle, reframe, combine, add background music to, or export video, audio, and image files through Cassette. Use this skill whenever the user asks to change, preview, or render a media file in the project — even if they never say "Cassette" or name a
Open skill

