ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

comfypet-jmcai-skill

调用 JMCAI Comfypet 桌面应用中已经配置好的 ComfyUI workflow。本技能必须配合 JMCAI 桌面端运行。用于查询可用 workflow、读取暴露参数、提交运行并轮询结果。适用于用户要求生成图片、生成视频,或执行带图片、遮罩、音频、视频、文件输入资产的 workflow 场景;不适用于导入 workflow、修改 schema、修改 target 绑定或直连原生 ComfyUI 接口。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/allen-jmc/comfypet-jmcai-skill
Or

What This Skill Does

The comfypet-jmcai-skill acts as a robust bridge between your OpenClaw AI agent and the JMCAI Comfypet desktop application. It allows you to trigger sophisticated image and video generation workflows directly from your AI agent interface. Instead of manual configuration in ComfyUI, this skill leverages pre-configured workflows, enabling you to query available processes, inspect parameters, submit execution tasks, and poll for final assets. It is specifically designed to handle the complexity of workflow orchestration, ensuring that your AI agent can generate high-quality visual content while maintaining standard parameter schemas.

Installation

To integrate this skill, ensure you have the JMCAI Comfypet desktop application running on your machine. Install the skill via the command line: clawhub install openclaw/skills/skills/allen-jmc/comfypet-jmcai-skill After installation, perform an initial setup by running the diagnostic tools:

  1. python scripts/jmcai_skill.py doctor (Verifies connection to the desktop application).
  2. python scripts/jmcai_skill.py registry --agent (Syncs the available workflows and their parameters with your agent).

Use Cases

This skill is perfect for creative and production-focused tasks, including:

  • Generating cinematic images from descriptive text prompts.
  • Creating short-form videos using advanced ComfyUI animation workflows.
  • Automating batch generation of assets for creative projects where consistency is key.
  • Interacting with local desktop hardware to offload heavy computational tasks to your GPU-enabled machine while keeping the agent interface clean.

Example Prompts

  • "Can you generate a cinematic landscape image of a snowy mountain range using my pre-configured landscape workflow?"
  • "I need a 5-second video of a futuristic car driving in the rain; use the best available video generation workflow."
  • "What workflows are currently available in my Comfypet registry, and which one is best for artistic portrait generation?"

Tips & Limitations

  • Strict Adherence to Schema: You must only use parameters exposed in the alias schema. Do not attempt to modify workflow nodes or target bindings, as this will lead to failures.
  • Path Handling: You can pass local file paths for images. If you are using a bridge to another machine, the skill handles image uploads automatically.
  • Error Management: If a process is queued, do not panic; the skill status command will track its progress until completion. If doctor fails, ensure the Comfypet app is open and your environment variables are set correctly. Always relay raw error messages from the CLI to ensure accurate troubleshooting.

Metadata

Author@allen-jmc
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-allen-jmc-comfypet-jmcai-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#comfyui#image-gen#video-gen#automation
Safety Score: 4/5

Flags: file-read, file-write, code-execution, external-api