← 返回
未分类

JMCAI Comfypet

调用 JMCAI Comfypet 桌面应用中已经配置好的 ComfyUI workflow。本技能必须配合 JMCAI 桌面端运行。用于查询可用 workflow、读取暴露参数、提交运行并轮询结果。适用于用户要求生成图片、生成视频,或执行带图片、遮罩、音频、视频、文件输入资产的 workflow 场景;不适用于...
JMCAI
未分类 community v1.2.5 5 版本 100000 Key: 无需
★ 0
Stars
📥 211
下载
💾 26
安装
5
版本
#latest

概述

JMCAI Comfypet Skill

> [!IMPORTANT]

> Dependency Requirement: This skill MUST be used with the JMCAI Comfypet Desktop Application.

> Download the desktop app here: https://github.com/allen-Jmc/comfypet-jmcai-Dist

先运行:

python jmcai_skill.py doctor
python jmcai_skill.py registry --agent

然后按以下顺序执行:

  1. 根据 summarytagsinput_modalitiesoutput_modalitiesexample_prompts 选择最合适的 workflow。
  2. 只填写 alias schema 中暴露的参数。
  3. 提交运行:
python jmcai_skill.py run --workflow <workflow_id> --args '{"prompt_1":"a cinematic scene"}'
  1. 读取 run_id 后,单次查询状态:
python jmcai_skill.py status --run-id <run_id>
  1. 如需回看,再读取:
python jmcai_skill.py history --workflow <workflow_id> --limit 5

Parameter Rules

  • 缺少 required: true 的参数时,向用户追问或在上下文足够明确时补齐
  • 只能使用 registry --agent 返回的 alias 参数名
  • image | mask | video | audio | file 类型参数对本机 bridge 仍可直接传本机绝对路径
  • bridge_url 指向局域网另一台桌面端时,skill 会自动把本机资产上传成 upload:,不用手工改写参数
  • file 类型远程自动上传只覆盖常见 workflow 资产格式,例如图片、音视频、txt/csv/pdf/srt/vtt/ass
  • 不要修改 schema、workflow 或 target 配置

Privacy & Security

  • Secure Upload: This skill only supports uploading workflow asset files needed by exposed schema fields (image, mask, video, audio, file).
  • Access Control: Generic file uploads stay restricted to a narrow whitelist (.txt, .csv, .pdf, subtitles, and common media assets) instead of arbitrary local files.
  • Local First: By default, it communicates with 127.0.0.1. If using a remote bridge, ensure you trust the endpoint.

Failure Handling

  • doctor 失败:提示用户启动或升级 JMCAI 桌面应用
  • run 返回错误:把错误原文反馈给用户,不要伪造成功
  • status 返回 queuedrunning:告诉用户仍在生成,并在下一次独立调用中继续查询
  • status 返回 success:优先返回 outputs 中已经自动下载到当前机器的本地文件路径
  • statushistory 返回 warnings:告诉用户任务已成功,但自动下载输出到当前机器时出现了网络或本地写入问题

需要 bridge 契约细节时,读取 references/bridge.md

需要图片 / 视频 / 资产输入工作流示例时,读取 references/usage.md

版本历史

共 5 个版本

  • v1.2.5 Added Runtime: Remote bridge auto-upload now covers image, mask, video, audio, and guarded file schema fields instead of only image. Schema: registry --agent now preserves numeric step constraints from bridge schema responses. Changed Compatibility: Raised the minimum supported Workflow Bridge version to 1.2.0 so the skill aligns with typed asset fields and richer schema constraints. Docs: Updated install, usage, and skill references to explain remote audio/video/file asset inputs and the guarded file upload boundary. Fixed Compatibility: Existing config.json files can no longer pin min_bridge_version below the skill's hard minimum; install/update now migrates stale values to 1.2.0, and doctor reports the effective requirement. 当前
    2026-04-05 17:48 安全 安全
  • v1.2.4 Improve remote upload/download reliability with stage-specific timeouts and limited retry handling. Return structured JSON errors for remote upload timeouts instead of raw Python tracebacks. Add optional warnings on status / history when outputs were generated successfully but could not be downloaded back to the current machine. Document and verify multi-image workflow regression coverage, including same-image upload token reuse and negative cases.
    2026-04-03 17:34 安全 安全
  • v1.2.3 Implemented media upload whitelist and fixed static analysis warnings to satisfy ClawHub security compliance.
    2026-04-02 13:49 安全 安全
  • v1.2.1 UX/Docs: 在 README、SKILL.md、安装脚本和 doctor 报错中全面强化了 JMCAI 桌面团依赖说明与下载引导。 Fix: 优化了网络请求异常时的报错信息,自动检测本地 Bridge 状态并提供修复链接。
    2026-04-02 10:26 安全 安全
  • v1.2.0 架构重构:引入「双模驱动」设计,支持作为 Python 模块被 Agent 框架直接调用或作为独立 CLI 运行。 目录扁平化:优化了内部路径引用,将核心入口迁移至根目录,提升了在不同环境下的执行兼容性。 更新了所有平台(Codex/Claude Code/OpenClaw)的安装与自检流程。 修复了已知路径映射问题,增强了 Bridge 连通性检测。
    2026-04-02 05:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 131 📥 52,631
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 329 📥 92,835
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 216 📥 46,505