Comfy-agent optimization_full_stack
name: optimization_full_stack
git clone https://github.com/steliosot/comfy-agent
skills/infra/optimization_full_stack/skill.yamlname: optimization_full_stack
description: Enable full optimization stack (cache + memoization + model manager).
inputs: cache_policy: type: string required: false cache_size: type: integer required: false max_models_in_vram: type: integer required: false enable_cpu_offload: type: boolean required: false lazy_loading: type: boolean required: false
outputs: status: type: string mode: type: string workflow: type: object model_manager: type: object python_snippet: type: string
name: optimization_full_stack description: > Enable full optimization stack (cache + memoization + model manager). homepage: https://github.com/steliosot/comfy-agent metadata.clawdbot.os: ["darwin", "linux"] metadata.clawdbot.requires.bins: ["python3"] metadata.clawdbot.requires.env: [] metadata.clawdbot.files: ["skill.py", "skill.yaml", "scripts/*"] metadata.clawdbot.tags: ["comfyui", "skill", "ops", "optimization"] metadata.clawdbot.category: "ops" metadata.clawdbot.input_type: "application/json" metadata.clawdbot.output_type: "application/json" metadata.clawdbot.output_can_feed_into: [] metadata.clawdbot.accepts_input_from: [] metadata.clawdbot.priority: 70