mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-08-14 00:47:57 +00:00
docs: sync Hermes Agent compatibility to all i18n READMEs
Add Hermes Agent badge, Quick Start path, agentskills.io references, and updated overview/table to zh-CN, zh-TW, ja, ko, es README files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
d03d574ae4
commit
2a8087a991
+23
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
<h1>ComfyUI Skills for OpenClaw</h1>
|
||||
|
||||
<p><strong>Skills de flujo de trabajo ComfyUI amigables con agentes para OpenClaw, Codex, Claude Code y otros agentes.</strong></p>
|
||||
<p><strong>Skills de flujo de trabajo ComfyUI amigables con agentes para OpenClaw, Hermes Agent, Codex, Claude Code y otros agentes.</strong></p>
|
||||
|
||||
<p>
|
||||
Este proyecto convierte los flujos de trabajo de ComfyUI en skills invocables, con una CLI amigable para agentes como interfaz principal
|
||||
@@ -16,6 +16,8 @@
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/stargazers"><img src="https://img.shields.io/github/stars/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=EAB308&logo=github" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/network/members"><img src="https://img.shields.io/github/forks/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=F97316&logo=github" alt="GitHub forks"></a>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/static/v1?label=Python&message=3.10%2B&color=3B82F6&style=flat&logo=python&logoColor=white" alt="Python 3.10+"></a>
|
||||
<a href="https://github.com/NousResearch/hermes-agent"><img src="https://img.shields.io/static/v1?label=Hermes%20Agent&message=compatible&color=8B5CF6&style=flat&logo=data%3Aimage/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMTIgMmExMCAxMCAwIDEgMCAwIDIwIDEwIDEwIDAgMCAwIDAtMjBaIi8%2BPHBhdGggZD0iTTggMTRzMS41IDIgNCAyczQtMiA0LTIiLz48L3N2Zz4%3D&logoColor=white" alt="Hermes Agent Compatible"></a>
|
||||
<a href="https://agentskills.io"><img src="https://img.shields.io/static/v1?label=agentskills.io&message=standard&color=06B6D4&style=flat" alt="agentskills.io standard"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -45,13 +47,13 @@
|
||||
|
||||
ComfyUI Skills for OpenClaw es un puente amigable para agentes que convierte flujos de trabajo de ComfyUI en skills invocables por agentes.
|
||||
|
||||
En lugar de hacer que un agente manipule grafos crudos de ComfyUI, este proyecto proporciona a cada flujo de trabajo una interfaz limpia y controlada a través de una CLI y un mapeo de parámetros basado en esquemas. Funciona con OpenClaw, Codex, Claude Code y otros agentes que pueden ejecutar comandos de shell.
|
||||
En lugar de hacer que un agente manipule grafos crudos de ComfyUI, este proyecto proporciona a cada flujo de trabajo una interfaz limpia y controlada a través de una CLI y un mapeo de parámetros basado en esquemas. Funciona con OpenClaw, Hermes Agent, Codex, Claude Code y otros agentes que pueden ejecutar comandos de shell. Compatible con el estándar abierto [agentskills.io](https://agentskills.io).
|
||||
|
||||
Úsalo cuando quieras importar flujos de trabajo existentes de ComfyUI, exponer solo los parámetros importantes, ejecutarlos desde el chat o tareas de agentes, y gestionar todo a través de una capa de flujo de trabajo consistente.
|
||||
|
||||
| Ideal para | Lo que obtienes |
|
||||
|------------|-----------------|
|
||||
| Usuarios de OpenClaw, Codex y Claude Code | Una capa de flujo de trabajo ComfyUI que los agentes pueden llamar de forma segura |
|
||||
| Usuarios de OpenClaw, Hermes Agent, Codex y Claude Code | Una capa de flujo de trabajo ComfyUI que los agentes pueden llamar de forma segura |
|
||||
| Propietarios de flujos de trabajo ComfyUI existentes | Una forma limpia de reutilizar flujos de trabajo exportados sin exponer el grafo completo |
|
||||
| Configuraciones multi-máquina | Un namespace unificado para servidores ComfyUI locales y remotos |
|
||||
| Usuarios que desean configuración y pruebas visuales | Una Web UI opcional para configurar, previsualizar y validar flujos de trabajo antes de que los agentes los usen |
|
||||
@@ -115,6 +117,22 @@ cd comfyui-skill
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Para Hermes Agent</strong></summary>
|
||||
|
||||
```bash
|
||||
cd ~/.hermes/skills/creative
|
||||
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
|
||||
cd comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
Or install via Hermes CLI (once the PR is merged):
|
||||
```bash
|
||||
hermes skills install comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 2. Crear la configuración local
|
||||
|
||||
```bash
|
||||
@@ -422,3 +440,5 @@ Consulta [CHANGELOG.md](./CHANGELOG.md) para el historial completo de versiones.
|
||||
- [Español README](./README.es.md)
|
||||
- [ComfyUI Skill CLI](https://github.com/HuangYuChuh/ComfyUI_Skill_CLI)
|
||||
- [Frontend Repository](https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend)
|
||||
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — plataforma de agentes AI compatible
|
||||
- [agentskills.io](https://agentskills.io) — estándar abierto de formato de habilidades
|
||||
|
||||
+23
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
<h1>ComfyUI Skills for OpenClaw</h1>
|
||||
|
||||
<p><strong>OpenClaw、Codex、Claude Code、その他の Agent 向けに最適化された、Agent-friendly な ComfyUI ワークフロースキル層です。</strong></p>
|
||||
<p><strong>OpenClaw、Hermes Agent、Codex、Claude Code、その他の Agent 向けに最適化された、Agent-friendly な ComfyUI ワークフロースキル層です。</strong></p>
|
||||
|
||||
<p>
|
||||
このプロジェクトは ComfyUI ワークフローを呼び出し可能な skill に変換し、
|
||||
@@ -17,6 +17,8 @@
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/stargazers"><img src="https://img.shields.io/github/stars/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=EAB308&logo=github" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/network/members"><img src="https://img.shields.io/github/forks/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=F97316&logo=github" alt="GitHub forks"></a>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/static/v1?label=Python&message=3.10%2B&color=3B82F6&style=flat&logo=python&logoColor=white" alt="Python 3.10+"></a>
|
||||
<a href="https://github.com/NousResearch/hermes-agent"><img src="https://img.shields.io/static/v1?label=Hermes%20Agent&message=compatible&color=8B5CF6&style=flat&logo=data%3Aimage/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMTIgMmExMCAxMCAwIDEgMCAwIDIwIDEwIDEwIDAgMCAwIDAtMjBaIi8%2BPHBhdGggZD0iTTggMTRzMS41IDIgNCAyczQtMiA0LTIiLz48L3N2Zz4%3D&logoColor=white" alt="Hermes Agent Compatible"></a>
|
||||
<a href="https://agentskills.io"><img src="https://img.shields.io/static/v1?label=agentskills.io&message=standard&color=06B6D4&style=flat" alt="agentskills.io standard"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -44,13 +46,13 @@
|
||||
|
||||
ComfyUI Skills for OpenClaw は、ComfyUI ワークフローを Agent から呼び出せる skill に変換するための、Agent-friendly なブリッジ層です。
|
||||
|
||||
Agent に生の ComfyUI graph を直接扱わせるのではなく、CLI と schema ベースのパラメータマッピングによって、各ワークフローに対してより明確で制御しやすい呼び出しインターフェースを提供します。Shell コマンドを実行できる Agent であれば、OpenClaw、Codex、Claude Code などを含めて利用できます。
|
||||
Agent に生の ComfyUI graph を直接扱わせるのではなく、CLI と schema ベースのパラメータマッピングによって、各ワークフローに対してより明確で制御しやすい呼び出しインターフェースを提供します。Shell コマンドを実行できる Agent であれば、OpenClaw、Hermes Agent、Codex、Claude Code などを含めて利用できます。[agentskills.io](https://agentskills.io) オープン標準に準拠。
|
||||
|
||||
既存の ComfyUI ワークフローを取り込み、必要なパラメータだけを公開し、チャットや Agent タスクから直接呼び出し、全体を一貫したワークフロー層として管理したい場合に適しています。
|
||||
|
||||
| 対象ユーザー | 得られるもの |
|
||||
|--------------|--------------|
|
||||
| OpenClaw、Codex、Claude Code のユーザー | Agent が安全に呼び出せる ComfyUI ワークフロー層 |
|
||||
| OpenClaw、Hermes Agent、Codex、Claude Code のユーザー | Agent が安全に呼び出せる ComfyUI ワークフロー層 |
|
||||
| 既存の ComfyUI ワークフローを持つユーザー | 完全な graph を公開せずにエクスポート済みワークフローを再利用する方法 |
|
||||
| 複数マシン構成のユーザー | ローカルとリモートの ComfyUI サーバーを統一ネームスペースで管理する仕組み |
|
||||
| 視覚的な設定とテストを行いたいユーザー | Agent に渡す前にワークフローを設定・プレビュー・検証できるオプションの Web UI |
|
||||
@@ -129,6 +131,22 @@ cd comfyui-skill
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Hermes Agent の場合</strong></summary>
|
||||
|
||||
```bash
|
||||
cd ~/.hermes/skills/creative
|
||||
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
|
||||
cd comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
Or install via Hermes CLI (once the PR is merged):
|
||||
```bash
|
||||
hermes skills install comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 2. ローカル設定を作成する
|
||||
|
||||
```bash
|
||||
@@ -493,3 +511,5 @@ comfyui-skill deps check <workflow_id>
|
||||
- [Español README](./README.es.md)
|
||||
- [ComfyUI Skill CLI](https://github.com/HuangYuChuh/ComfyUI_Skill_CLI)
|
||||
- [Frontend Repository](https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend)
|
||||
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — 互換 AI エージェントプラットフォーム
|
||||
- [agentskills.io](https://agentskills.io) — オープンスキルフォーマット標準
|
||||
|
||||
+23
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
<h1>ComfyUI Skills for OpenClaw</h1>
|
||||
|
||||
<p><strong>OpenClaw, Codex, Claude Code 및 기타 에이전트를 위한 Agent 친화적 ComfyUI 워크플로우 스킬입니다.</strong></p>
|
||||
<p><strong>OpenClaw, Hermes Agent, Codex, Claude Code 및 기타 에이전트를 위한 Agent 친화적 ComfyUI 워크플로우 스킬입니다.</strong></p>
|
||||
|
||||
<p>
|
||||
이 프로젝트는 ComfyUI 워크플로우를 호출 가능한 스킬로 변환합니다. Agent 친화적인 CLI를 주 인터페이스로 제공하며,
|
||||
@@ -16,6 +16,8 @@
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/stargazers"><img src="https://img.shields.io/github/stars/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=EAB308&logo=github" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/network/members"><img src="https://img.shields.io/github/forks/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=F97316&logo=github" alt="GitHub forks"></a>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/static/v1?label=Python&message=3.10%2B&color=3B82F6&style=flat&logo=python&logoColor=white" alt="Python 3.10+"></a>
|
||||
<a href="https://github.com/NousResearch/hermes-agent"><img src="https://img.shields.io/static/v1?label=Hermes%20Agent&message=compatible&color=8B5CF6&style=flat&logo=data%3Aimage/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMTIgMmExMCAxMCAwIDEgMCAwIDIwIDEwIDEwIDAgMCAwIDAtMjBaIi8%2BPHBhdGggZD0iTTggMTRzMS41IDIgNCAyczQtMiA0LTIiLz48L3N2Zz4%3D&logoColor=white" alt="Hermes Agent Compatible"></a>
|
||||
<a href="https://agentskills.io"><img src="https://img.shields.io/static/v1?label=agentskills.io&message=standard&color=06B6D4&style=flat" alt="agentskills.io standard"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -45,13 +47,13 @@
|
||||
|
||||
ComfyUI Skills for OpenClaw는 ComfyUI 워크플로우를 에이전트가 호출할 수 있는 스킬로 변환하는 Agent 친화적 브릿지입니다.
|
||||
|
||||
에이전트가 원시 ComfyUI 그래프를 직접 조작하도록 하는 대신, CLI와 스키마 기반 파라미터 매핑을 통해 각 워크플로우에 깔끔하고 제어 가능한 인터페이스를 제공합니다. 셸 명령을 실행할 수 있는 OpenClaw, Codex, Claude Code 및 기타 에이전트와 함께 작동합니다.
|
||||
에이전트가 원시 ComfyUI 그래프를 직접 조작하도록 하는 대신, CLI와 스키마 기반 파라미터 매핑을 통해 각 워크플로우에 깔끔하고 제어 가능한 인터페이스를 제공합니다. 셸 명령을 실행할 수 있는 OpenClaw, Hermes Agent, Codex, Claude Code 및 기타 에이전트와 함께 작동합니다. [agentskills.io](https://agentskills.io) 오픈 표준 호환.
|
||||
|
||||
기존 ComfyUI 워크플로우를 가져오고, 필요한 파라미터만 노출하고, 채팅이나 에이전트 작업에서 실행하고, 하나의 일관된 워크플로우 레이어로 모든 것을 관리하고 싶을 때 사용하세요.
|
||||
|
||||
| 대상 사용자 | 제공하는 것 |
|
||||
|-------------|-------------|
|
||||
| OpenClaw, Codex, Claude Code 사용자 | 에이전트가 안전하게 호출할 수 있는 ComfyUI 워크플로우 레이어 |
|
||||
| OpenClaw, Hermes Agent, Codex, Claude Code 사용자 | 에이전트가 안전하게 호출할 수 있는 ComfyUI 워크플로우 레이어 |
|
||||
| 기존 ComfyUI 워크플로우 소유자 | 전체 그래프를 노출하지 않고 내보낸 워크플로우를 재사용하는 방법 |
|
||||
| 다중 머신 환경 | 로컬 및 원격 ComfyUI 서버를 위한 단일 네임스페이스 |
|
||||
| 시각적 설정 및 테스트를 원하는 사용자 | 에이전트에 전달하기 전에 워크플로우를 설정, 미리보기, 검증할 수 있는 선택적 Web UI |
|
||||
@@ -115,6 +117,22 @@ cd comfyui-skill
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Hermes Agent 환경</strong></summary>
|
||||
|
||||
```bash
|
||||
cd ~/.hermes/skills/creative
|
||||
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
|
||||
cd comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
Or install via Hermes CLI (once the PR is merged):
|
||||
```bash
|
||||
hermes skills install comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 2. 로컬 설정 생성
|
||||
|
||||
```bash
|
||||
@@ -422,3 +440,5 @@ comfyui-skill deps check <workflow_id>
|
||||
- [Español README](./README.es.md)
|
||||
- [ComfyUI Skill CLI](https://github.com/HuangYuChuh/ComfyUI_Skill_CLI)
|
||||
- [Frontend Repository](https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend)
|
||||
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — 호환 AI 에이전트 플랫폼
|
||||
- [agentskills.io](https://agentskills.io) — 오픈 스킬 포맷 표준
|
||||
|
||||
+23
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
<h1>ComfyUI Skills for OpenClaw</h1>
|
||||
|
||||
<p><strong>更适合 Agent 调用的 ComfyUI 工作流技能层,适用于 OpenClaw、Codex、Claude Code 以及其他 Agent。</strong></p>
|
||||
<p><strong>更适合 Agent 调用的 ComfyUI 工作流技能层,适用于 OpenClaw、Hermes Agent、Codex、Claude Code 以及其他 Agent。</strong></p>
|
||||
|
||||
<p>
|
||||
这个项目可以把 ComfyUI 工作流变成可调用的 skill,并以一个更适合 Agent 使用的 CLI 作为主接口,
|
||||
@@ -16,6 +16,8 @@
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/stargazers"><img src="https://img.shields.io/github/stars/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=EAB308&logo=github" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/network/members"><img src="https://img.shields.io/github/forks/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=F97316&logo=github" alt="GitHub forks"></a>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/static/v1?label=Python&message=3.10%2B&color=3B82F6&style=flat&logo=python&logoColor=white" alt="Python 3.10+"></a>
|
||||
<a href="https://github.com/NousResearch/hermes-agent"><img src="https://img.shields.io/static/v1?label=Hermes%20Agent&message=compatible&color=8B5CF6&style=flat&logo=data%3Aimage/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMTIgMmExMCAxMCAwIDEgMCAwIDIwIDEwIDEwIDAgMCAwIDAtMjBaIi8%2BPHBhdGggZD0iTTggMTRzMS41IDIgNCAyczQtMiA0LTIiLz48L3N2Zz4%3D&logoColor=white" alt="Hermes Agent Compatible"></a>
|
||||
<a href="https://agentskills.io"><img src="https://img.shields.io/static/v1?label=agentskills.io&message=standard&color=06B6D4&style=flat" alt="agentskills.io standard"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -43,13 +45,13 @@
|
||||
|
||||
ComfyUI Skills for OpenClaw 是一个更适合 Agent 调用的桥接层,用来把 ComfyUI 工作流封装成 Agent 可调用的技能。
|
||||
|
||||
它不是让 Agent 直接去操作原始的 ComfyUI graph,而是通过 CLI 和基于 schema 的参数映射,为每个工作流提供一个更清晰、更可控的调用接口。只要 Agent 能执行 Shell 命令,就可以与它配合使用,包括 OpenClaw、Codex、Claude Code 等。
|
||||
它不是让 Agent 直接去操作原始的 ComfyUI graph,而是通过 CLI 和基于 schema 的参数映射,为每个工作流提供一个更清晰、更可控的调用接口。只要 Agent 能执行 Shell 命令,就可以与它配合使用,包括 OpenClaw、Hermes Agent、Codex、Claude Code 等。兼容 [agentskills.io](https://agentskills.io) 开放标准。
|
||||
|
||||
当你想导入已有的 ComfyUI 工作流、只暴露必要参数、在聊天或 Agent 任务中直接调用,并把整个调用流程统一到一个稳定的工作流层时,这个项目就很适合。
|
||||
|
||||
| 适合谁 | 你能得到什么 |
|
||||
|--------|--------------|
|
||||
| OpenClaw、Codex、Claude Code 用户 | 一个 Agent 可以安全调用的 ComfyUI 工作流层 |
|
||||
| OpenClaw、Hermes Agent、Codex、Claude Code 用户 | 一个 Agent 可以安全调用的 ComfyUI 工作流层 |
|
||||
| 已有 ComfyUI 工作流的用户 | 不暴露完整 graph 的前提下复用导出工作流 |
|
||||
| 多机部署场景 | 用统一命名空间管理本地和远程 ComfyUI 服务器 |
|
||||
| 希望可视化配置和测试的用户 | 一个可选的 Web UI,用来配置、预览和验证工作流,再交给 Agent 使用 |
|
||||
@@ -128,6 +130,22 @@ cd comfyui-skill
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Hermes Agent 环境</strong></summary>
|
||||
|
||||
```bash
|
||||
cd ~/.hermes/skills/creative
|
||||
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
|
||||
cd comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
Or install via Hermes CLI (once the PR is merged):
|
||||
```bash
|
||||
hermes skills install comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 2. 创建本地配置
|
||||
|
||||
```bash
|
||||
@@ -492,3 +510,5 @@ comfyui-skill deps check <workflow_id>
|
||||
- [Español README](./README.es.md)
|
||||
- [ComfyUI Skill CLI](https://github.com/HuangYuChuh/ComfyUI_Skill_CLI)
|
||||
- [Frontend Repository](https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend)
|
||||
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — 兼容的 AI Agent 平台
|
||||
- [agentskills.io](https://agentskills.io) — 开放技能格式标准
|
||||
|
||||
+23
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
<h1>ComfyUI Skills for OpenClaw</h1>
|
||||
|
||||
<p><strong>更適合 Agent 呼叫的 ComfyUI 工作流技能層,適用於 OpenClaw、Codex、Claude Code 以及其他 Agent。</strong></p>
|
||||
<p><strong>更適合 Agent 呼叫的 ComfyUI 工作流技能層,適用於 OpenClaw、Hermes Agent、Codex、Claude Code 以及其他 Agent。</strong></p>
|
||||
|
||||
<p>
|
||||
這個專案可以把 ComfyUI 工作流變成可呼叫的 skill,並以一個更適合 Agent 使用的 CLI 作為主介面,
|
||||
@@ -16,6 +16,8 @@
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/stargazers"><img src="https://img.shields.io/github/stars/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=EAB308&logo=github" alt="GitHub stars"></a>
|
||||
<a href="https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw/network/members"><img src="https://img.shields.io/github/forks/HuangYuChuh/ComfyUI_Skills_OpenClaw?style=flat&color=F97316&logo=github" alt="GitHub forks"></a>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/static/v1?label=Python&message=3.10%2B&color=3B82F6&style=flat&logo=python&logoColor=white" alt="Python 3.10+"></a>
|
||||
<a href="https://github.com/NousResearch/hermes-agent"><img src="https://img.shields.io/static/v1?label=Hermes%20Agent&message=compatible&color=8B5CF6&style=flat&logo=data%3Aimage/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMTIgMmExMCAxMCAwIDEgMCAwIDIwIDEwIDEwIDAgMCAwIDAtMjBaIi8%2BPHBhdGggZD0iTTggMTRzMS41IDIgNCAyczQtMiA0LTIiLz48L3N2Zz4%3D&logoColor=white" alt="Hermes Agent Compatible"></a>
|
||||
<a href="https://agentskills.io"><img src="https://img.shields.io/static/v1?label=agentskills.io&message=standard&color=06B6D4&style=flat" alt="agentskills.io standard"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -43,13 +45,13 @@
|
||||
|
||||
ComfyUI Skills for OpenClaw 是一個更適合 Agent 呼叫的橋接層,用來把 ComfyUI 工作流封裝成 Agent 可呼叫的技能。
|
||||
|
||||
它不是讓 Agent 直接操作原始的 ComfyUI graph,而是透過 CLI 和基於 schema 的參數映射,為每個工作流提供一個更清晰、更可控的呼叫介面。只要 Agent 能執行 Shell 指令,就可以與它配合使用,包括 OpenClaw、Codex、Claude Code 等。
|
||||
它不是讓 Agent 直接操作原始的 ComfyUI graph,而是透過 CLI 和基於 schema 的參數映射,為每個工作流提供一個更清晰、更可控的呼叫介面。只要 Agent 能執行 Shell 指令,就可以與它配合使用,包括 OpenClaw、Hermes Agent、Codex、Claude Code 等。相容 [agentskills.io](https://agentskills.io) 開放標準。
|
||||
|
||||
當你想匯入既有的 ComfyUI 工作流、只暴露必要參數、在聊天或 Agent 任務中直接呼叫,並把整個流程統一到一個穩定的工作流層時,這個專案就很適合。
|
||||
|
||||
| 適合誰 | 你能得到什麼 |
|
||||
|--------|--------------|
|
||||
| OpenClaw、Codex、Claude Code 使用者 | 一個 Agent 可以安全呼叫的 ComfyUI 工作流層 |
|
||||
| OpenClaw、Hermes Agent、Codex、Claude Code 使用者 | 一個 Agent 可以安全呼叫的 ComfyUI 工作流層 |
|
||||
| 已有 ComfyUI 工作流的使用者 | 在不暴露完整 graph 的前提下重用已匯出的工作流 |
|
||||
| 多機部署場景 | 用統一命名空間管理本地與遠端 ComfyUI 伺服器 |
|
||||
| 希望視覺化設定與測試的使用者 | 一個可選的 Web UI,用來設定、預覽並驗證工作流,再交給 Agent 使用 |
|
||||
@@ -128,6 +130,22 @@ cd comfyui-skill
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Hermes Agent 環境</strong></summary>
|
||||
|
||||
```bash
|
||||
cd ~/.hermes/skills/creative
|
||||
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
|
||||
cd comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
Or install via Hermes CLI (once the PR is merged):
|
||||
```bash
|
||||
hermes skills install comfyui-skill-openclaw
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### 2. 建立本地設定
|
||||
|
||||
```bash
|
||||
@@ -492,3 +510,5 @@ comfyui-skill deps check <workflow_id>
|
||||
- [Español README](./README.es.md)
|
||||
- [ComfyUI Skill CLI](https://github.com/HuangYuChuh/ComfyUI_Skill_CLI)
|
||||
- [Frontend Repository](https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend)
|
||||
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) — 相容的 AI Agent 平台
|
||||
- [agentskills.io](https://agentskills.io) — 開放技能格式標準
|
||||
|
||||
Reference in New Issue
Block a user