Morph install
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.From its SKILL.md
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.
One thing to look at
- 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.
SKILL.md
2.5 KB, 493 tokens by cl100k_base, 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.
What ships with it: 2 files
2.3 KB alongside SKILL.md
references/
- configuration.md1.1 KB
- troubleshooting.md1.3 KB
Gives 0 of the 12 instructions most mcp tooling skills give in 493 tokens
Counted across 780 of the 1,136 authors here whose files we hold, read 2026-09-06
- Use Zod for input validationin 34 of 780, across 21 files
- Use stdio for local clientsin 27 of 780, across 10 files
- Restart Claude Code after configurationin 26 of 780, across 23 files
- Verify MCP server connection before using toolsin 23 of 780, across 17 files
- Define input schemas for every toolin 20 of 780, across 11 files
- Use Streamable HTTP for remote clientsin 18 of 780, across 8 files
- Pin SDK version in package.jsonin 17 of 780, across 6 files
- Keep server logic independent of transportin 16 of 780, across 6 files
- Verify SDK methods against official documentationin 15 of 780, across 5 files
- Format evaluation results as an XML filein 15 of 780, across 12 files
- Test servers using the MCP Inspectorin 15 of 780, across 14 files
- Create ten complex and independent evaluation questionsin 14 of 780, across 11 files
Said here and by no other author read
- Identify the host agent environment
- Verify node version is 22 or newer
- Confirm ffmpeg and ffprobe availability
- Run host specific dry run
- Execute the installation command
- Verify host discovery of the skill
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.