KS
Killer-Skills

comfydl-source-manager — how to use comfydl-source-manager how to use comfydl-source-manager, comfydl-source-manager setup guide, comfydl-source-manager alternative, comfydl-source-manager vs other AI agent skills, comfydl-source-manager install, what is comfydl-source-manager, comfydl-source-manager YAML workflow, comfydl-source-manager model source management, comfydl-source-manager AI agent integration

v1.0.0
GitHub

About this Skill

Perfect for AI Agent Developers needing streamlined model source management for comfydl. comfydl-source-manager is a skill that guides the creation and management of default model sources bundled with comfydl, utilizing YAML files and a specific schema for validation.

Features

Creates and manages YAML files for model sources in the sources/ directory
Validates YAML files against a required schema for consistency
Supports model sources from HuggingFace and Civitai
Guides the workflow of identifying models and their download URLs
Ensures seamless integration with comfydl through standardized file structure

# Core Topics

ShinChven ShinChven
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add ShinChven/comfydl-sources/comfydl-source-manager

Agent Capability Analysis

The comfydl-source-manager MCP Server by ShinChven is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use comfydl-source-manager, comfydl-source-manager setup guide, comfydl-source-manager alternative.

Ideal Agent Persona

Perfect for AI Agent Developers needing streamlined model source management for comfydl.

Core Value

Empowers agents to efficiently create and manage default model sources using YAML files, ensuring schema validation and compatibility with HuggingFace and Civitai models.

Capabilities Granted for comfydl-source-manager MCP Server

Automating model source identification
Generating valid YAML files for comfydl
Validating schema for model sources

! Prerequisites & Limits

  • Requires comfydl installation
  • YAML files must follow specific schema
  • Limited to models from supported sources like HuggingFace and Civitai
Project
SKILL.md
1.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

ComfyDL Source Manager

This skill guides the creation and management of default model sources bundled with comfydl.

Workflow

  1. Identify Model: Determine the model name and its download URLs (HuggingFace, Civitai, etc.).
  2. Create YAML: Add a new file to sources/<name>.yaml.
  3. Validate: Ensure the YAML follows the required schema.

File Structure

All source files MUST be in the sources/ directory.

YAML Schema

yaml
1description: "Brief description of the model set" 2source: "URL to the model's homepage or documentation (optional)" 3downloads: 4 - url: "https://huggingface.co/..." 5 dest: "models/checkpoints/filename.safetensors" 6 - url: "https://civitai.com/api/download/models/ID" 7 dest: "models/loras/filename.safetensors"

Constraints

  • Filename: Short, descriptive, lowercase (e.g., realvis.yaml). The filename becomes the comfydl subcommand.
  • Destinations: Use relative paths from the ComfyUI root (e.g., models/checkpoints/, models/loras/, models/embeddings/, models/vae/).
  • Civitai Links: MUST use the API link format https://civitai.com/api/download/models/ID. DO NOT include API tokens.
  • Versions: Create separate files for different model sizes/variants if they are distinct "recipes".

Testing

No explicit testing command is required for source files.

Related Skills

Looking for an alternative to comfydl-source-manager or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication