muse-runner
Muse Runner
Execute prompts as the Muse seat through the shared cline-runner implementation. The next consumer receives the shared runner envelope. The run is done when the envelope confirms the Muse model or reports the seat unavailable.
Default Model
meta/muse-spark-1.1 is the single default model declaration for this skill. OpenRouter lists Muse Spark 1.1 with a 1M token context window and United States only availability.
Prerequisites
- Install
clineinPATH(npm install -g cline). - Authenticate a Cline provider through
cline auththat can resolve the default model. - Use an OpenRouter account and request location that meet the model's United States availability rule.
Security Model
This skill uses the Cline execution and data sharing contract. Prompt text, prompt files, metadata, and files read during the run may be sent to the selected provider.
Passing --model changes the selected provider's persisted default in ~/.cline/data/settings/providers.json. Use --data-dir when the run must not change that default. A new data directory needs its own authenticated provider.