Help us improve
Share bugs, ideas, or general feedback.
From claw-mo
Stops mo markdown viewer server for current Git project via config lookup and mo --shutdown. Use for claw-mo-down invocations, stopping doc viewer, or killing mo server.
npx claudepluginhub leejuoh/claude-code-zero --plugin claw-moHow this skill is triggered — by the user, by Claude, or both
Slash command
/claw-mo:claw-mo-downThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stop the mo markdown viewer server for the current project.
Starts mo markdown viewer server for current project using config groups/patterns, migrates config if needed, and opens browser tab via cmux or default.
Stops local Apache HTTP Server used for web publishing. Reads .v8-project.json for path (default: tools/apache24), preserves publications for /web-publish restart.
Serves markdown as live-reloading browser previews using mdserve for complex docs, tables, Mermaid diagrams, and multi-file sets. Handles iterative edits.
Share bugs, ideas, or general feedback.
Stop the mo markdown viewer server for the current project.
git rev-parse --show-toplevel (fallback: $PWD)${PLUGIN_DATA_DIR}/config.json for this project keymo --shutdown -p PORT/claw-mo-up will restart with the same groups.mo --shutdown exits silently (no error). Check mo --status --json first if you need to confirm it was actually running.