一键导入
research-tools
Web search, content extraction, and ComfyUI Registry lookup tools. Use when built-in knowledge is insufficient or the user needs external resources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web search, content extraction, and ComfyUI Registry lookup tools. Use when built-in knowledge is insufficient or the user needs external resources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install ComfyUI Assistant as a ComfyUI custom node. Use when performing or troubleshooting installation (clone, Python deps, frontend build, restart).
For complex user requests — evaluate, investigate, ask questions, propose a plan, accept modifications, then execute. Use when the request is multi-step, ambiguous, or high-impact.
Workflow execution and complete workflow generation tools (executeWorkflow, applyWorkflowJson). Use when the user wants to run a workflow or build a complete workflow from a description.
Python backend modules, chat request lifecycle, SSE format, and API endpoints
System prompt assembly from system_context, user_context, and environment sources
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
| name | research-tools |
| description | Web search, content extraction, and ComfyUI Registry lookup tools. Use when built-in knowledge is insufficient or the user needs external resources. |
You have tools to search the web, fetch content from URLs, and discover custom node packages in the ComfyUI Registry.
| Tool | When to use |
|---|---|
| getExampleWorkflow | When you need a known workflow from ComfyUI_examples for supported model categories. |
| webSearch | When you need to find tutorials, documentation, workflows, or answers about unfamiliar topics. |
| fetchWebContent | When the user shares a URL, or you need to read a specific page found via webSearch. |
| searchNodeRegistry | When the user needs a custom node that is not installed, or wants to discover packages for a specific purpose. |
webSearchgetExampleWorkflow returns no suitable examples, fall back to webSearchtimeRange when recency matters (e.g., "week" for latest news)fetchWebContentdetectedWorkflows is non-empty, offer to load the workflow with applyWorkflowJsondetectedWorkflows is empty, do not invent a workflow — ask the user for direction or another referencesearchNodeRegistrysearchInstalledNodes first)searchInstalledNodes before suggesting the registryWhen you learn something useful from research that the user might need again:
createSkill to persist the knowledgeExample: "I found that IP-Adapter requires the ComfyUI_IPAdapter_plus package and uses specific node types. Would you like me to save this as a skill so I remember it next time?"
For complex questions, combine tools in sequence:
webSearch — Find relevant resourcesfetchWebContent — Read the most promising resultsearchNodeRegistry — Find the right custom node packagesearchInstalledNodes — Verify if the user already has it