From zedra
Stop the running Zedra Host daemon. Use when the user wants to shut down zedra, stop the daemon, or disconnect.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zedra:zedra-stopThis 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 running Zedra Host daemon for the current workspace.
Stop the running Zedra Host daemon for the current workspace.
zedra status --workdir "." 2>&1
If no daemon is running, inform the user and stop.
zedra stop --workdir "."
Report whether the stop was successful.
npx claudepluginhub tanlethanh/zedra-plugin --plugin zedraStops and removes the ClaudeClaw background service for the current instance. Preserves data while removing the service unit.
Stops running Output SDK workflows via `npx output workflow stop`. Use to cancel unnecessary, stuck, long-running, or erroneous executions.
Stops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.