AI工具客户端 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
AI工具客户端 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工具客户端 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/SethRobinson/aitools_client cd aitools_client # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 aitools_client --help # 基本运行 aitools_client [options] <input> # 详细使用说明请查阅文档 # https://github.com/SethRobinson/aitools_client
# aitools_client 配置说明 # 查看配置选项 aitools_client --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AITOOLS_CLIENT_CONFIG="/path/to/config.yml"
License: BSD style attribution, see LICENSE.md
<p float="left"> <a href="Media/aitools_v2_aiguide.png"><img align="top" src="Media/aitools_v2_aiguide.png"></a> </p>
Your ComfyUI server needs to be started using the --listen parm, so the API can be accessed.
After running it, a config.txt will be made. There is a config edit button inside the app, it's kind of self-documented, just go through it and update as necessary.
If your ComfyUI server is password protected, for example with the ComfyUI-Login custom node, append its direct API bearer token to the add_server line:
add_server|http://secured-box.lan:8188|token=$2b$12$qUfJfV942n...
This is optional; leave |token=... off for normal open ComfyUI servers. For ComfyUI-Login, use the token it prints for direct API calls, not your web UI password. AITools sends it as an Authorization: Bearer header for ComfyUI HTTP and WebSocket requests.
You only need to download the zip and run the .exe to use this, However, the source might be useful to generate a build for other platforms, fork or steal pieces to use for yourself. Go ahead!
---
Credits and links
Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
http://creativecommons.org/licenses/by/3.0/
<a href="Media/ai_tools_dungeons_generate.png"><img src="Media/ai_tools_dungeons_generate.png" width="300"></a> <a href="Media/ait_dungeon_twine_export.png"><img src="Media/ait_dungeon_twine_export.png" width="300"></a> <a href="Media/ait_twine_stored_html2.png"><img src="Media/ait_twine_stored_html2.png" width="300"></a> <a href="Media/ait_quiz_kyoto.png"><img src="Media/ait_quiz_kyoto.png" width="300"></a> <a href="Media/ai_tools_birdy_to_bird.jpg"><img src="Media/ai_tools_birdy_to_bird.jpg" width="300"></a>
First, install ComfyUI and get it rendering stuff.
Then install my Workflow to API Converter Endpoint via ComfyUI Manager
This node allows us to only work with normal workflow json files, and never have to export "API" versions. The API conversions will happen under the hood automatically when needed, makes life much better. Click its page above for help.
It will work if you don't, but this allows modified or new workflows to work as it can convert them to "API" versions on the fly when needed.
Next, just for a test to make sure the workflows included with AITools are going to work, inside ComfyUI's web GUI, drag in aitools_client/ComfyUI/FullWorkflowVersions/text_to_img_flux.json or any others. The neat thing about ComfyUI is it will read this and convert it to its visual workflow format, ready to run. (you might want to change the prompt from <AITOOLS_PROMPT> to something else during testing here) - Click Queue. Does it work? Oh, if you see an Image Loader set to the file "<AITOOLS_INPUT_1>" you'll need to change that to a file on your ComfyUI server if you want to test.
You'll probably see a bunch of red nodes and errors - no problem! Make sure you have ComfyUI-Manager installed, you can use it to install any missing nodes. You'll probably have to track down various model files though, but at least when you try to render it will shows exactly the filenames that are missing. (look for red boxes around certain nodes)
Adjust it until it works (change paths or models or whatever you need, you could even start with a totally different workflow you found somewhere else), and make sure the prompt is set to <AITOOLS_PROMPT>. (<AITOOLS_NEGATIVE_PROMPT> can be used if your workflow has a place for that too) Then do Workflow->Export if you wanted to save your own. (note: we no longer use "API" versions at all, thank god, just normal workflows and dynamically convert them as needed)
So you don't have to create custom workflows for every checkpoint/filesize etc, you can use AITools' "@replace" to change any part of a workflow before it's sent to ComfyUI's API, but after it's been converted to an "API" version of the workflow. You'll see it used in various presets.
Check discussions for some more info here
| Keyword | Description |
|---|---|
<AITOOLS_PROMPT> | Main prompt used to generate whatever (image or movie). Same as <AITOOLS_PROMPT_1> |
<AITOOLS_PROMPT_1> - <AITOOLS_PROMPT_8> | Extended prompts for multi-segment generation (e.g., different prompts for each 5 seconds of a 20 second movie). AITOOLS_PROMPT_1 falls back to AITOOLS_PROMPT if empty |
<AITOOLS_NEGATIVE_PROMPT> | Some image generators use this, but a lot ignore it |
<AITOOLS_AUDIO_PROMPT> | Audio prompt for audio things |
<AITOOLS_AUDIO_NEGATIVE_PROMPT> | What you DON'T want to hear (e.g., to exclude music from audio) |
<AITOOLS_SEGMENTATION_PROMPT> | For SAM3 segmentation - like "head" and the head gets selected |
<AITOOLS_INPUT_1> - <AITOOLS_INPUT_4> | For images. Use Load Image (Path) (a V.H.S. node) anywhere a normal image is needed. Supports up to 4 image inputs via @upload command |
高质量的AI工作流工具
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,AI工具客户端 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | aitools_client |
| 原始描述 | 开源AI工作流:Seth's AI Tools: A Unity based front end that uses ComfyUI and LLMs to create st。⭐183 · C# |
| Topics | AIUnityComfyUILLM |
| GitHub | https://github.com/SethRobinson/aitools_client |
| License | NOASSERTION |
| 语言 | C# |
收录时间:2026-06-10 · 更新时间:2026-06-10 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端