宠物助手

comfypet-jmcai-skill

by allen-jmc

|

4.2k其他未扫描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. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

其他
安全119.1k

并行代理

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.2k

思否热榜

by codekungfu

热门

注册“SegmentFault”热门技能;当需要访问或自动化SegmentFault相关内容时调用。

其他
未扫描4.2k

评论