Morph install
Morph is the intelligence layer between sales and engineering—turn real product flows into buyer-ready videos, interactive demos, and Story Packs with your coding agent.
npx -y skills add ychampion/morph-public --skill morph-installAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Install, configure, update, or verify Morph for Codex, Claude Code, Hermes Agent, OpenCode, or OpenClaw from the morph-public repository. Use when the user asks to set up Morph or connect its skill and MCP server. Do not use for creating or editing product stories.
SKILL.md
2.5 KB, as published. Nobody here has run it
Install Morph
Install Morph from the current ychampion/morph-public checkout. Keep the repository unchanged unless a documented setup command is genuinely broken and the user explicitly asked for implementation work.
1. Identify the host
Determine which agent is running this task from the current environment and available CLI. Supported values are:
codexclaude-codehermesopencodeopenclaw
Do not guess when more than one host CLI is installed. Use the host that owns the current agent session. If that cannot be established, report the ambiguity and show the supported values.
2. Check prerequisites
Confirm:
node --version
npm --version
ffmpeg -version
ffprobe -version
Node.js must be 22 or newer. FFmpeg and FFprobe must be available with H.264 support. Read configuration.md for paths and host behavior. Read troubleshooting.md only when a check fails.
3. Inspect the plan
Run the host-specific dry run first:
npm run install:agent -- --agent <host> --dry-run
Review the reported runtime path, skill path, and registration commands. Do not continue if the plan targets an unrelated existing directory or a different agent host.
4. Install
Run:
npm run install:agent -- --agent <host>
The command performs setup, builds the runtime, installs the shared Morph skill, registers the local MCP server, and verifies the installed copy. Do not recreate these steps with ad hoc copies or hand-written configuration when the installer supports the host.
5. Verify discovery
The installer verifies the runtime and host registration. Then verify that the current host can discover the morph skill. Reload plugins or start a new agent session when the host caches skills.
Do not record a website as an installation test. Use the deterministic doctor/runtime checks only.
6. Report
Report:
- the detected host;
- the installed runtime and skill locations;
- prerequisite, build, doctor, MCP startup, and host-registration results;
- whether a reload or new session is required;
- any step that could not be verified in the current environment.
Never claim another host was verified merely because its generated configuration is valid.