Comfy-agent remove_model
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/infra/remove_model" ~/.claude/skills/steliosot-comfy-agent-remove-model && rm -rf "$T"
manifest:
skills/infra/remove_model/SKILL.mdsource content
remove_model
Use this when agents need to uninstall stale or wrong model files from the server.