宠物助手

comfypet-jmcai-skill

by allen-jmc

|

4.5k其他未扫描2026年4月13日

安装

claude skill add --url https://github.com/openclaw/skills

文档

JMCAI Comfypet Skill

先运行:

bash
python scripts/jmcai_skill.py doctor
python scripts/jmcai_skill.py registry --agent

然后按以下顺序执行:

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

Parameter Rules

  • 缺少 required: true 的参数时,向用户追问或在上下文足够明确时补齐
  • 只能使用 registry --agent 返回的 alias 参数名
  • image 类型参数对本机 bridge 仍可直接传本机绝对路径
  • bridge_url 指向局域网另一台桌面端时,skill 会自动把本机图片上传成 upload:<id>,不用手工改写参数
  • 不要修改 schema、workflow 或 target 配置

Failure Handling

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

需要 bridge 契约细节时,读取 references/bridge.md
需要图片 / 视频工作流示例时,读取 references/usage.md

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全158.5k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论