mediaio-install
Installation
SKILL.md
Media.io Install
Install or update the Media.io stack for the current host.
Scope
- Use this skill for first-time setup and refreshes.
- Do not use it for generation requests;
mediaio-generatehandles those. - Keep the Codex and Claude plugin manifests aligned with the shared skills version.
- When a plugin or CLI update is available, the install skill should point the user at the matching upgrade path rather than treating the existing install as sufficient.
Host paths
Codex
- Install the shared skills package with
npx skills add <repository>/skills. - If you are doing local development from
media-plugin-main, use the repo's own deployment scripts instead of inventing a parallel flow.