skills/comfy-codesearch/SKILL.md
# comfy-codesearch Search code across ComfyUI repositories from the terminal using [cs.comfy.org](https://cs.comfy.org). ## When to Use Use this skill when you need to: - Find code examples, implementations, or patterns across ComfyUI ecosystem repos - Look up how a specific function, class, or API is used in ComfyUI - Search for node definitions, custom node implementations, or workflow patterns - Find which repository contains specific code - Understand how ComfyUI internals work by searchi
npx skillsauth add Comfy-Org/comfy-codesearch-cli skills/comfy-codesearchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search code across ComfyUI repositories from the terminal using cs.comfy.org.
Use this skill when you need to:
comfy-codesearch "<query>"
comfy-codesearch search "<query>"
comfy-codesearch repo "<query>"
| Flag | Alias | Description |
|------|-------|-------------|
| --count <n> | -c | Max results (default: 100). Only for search. |
| --format <fmt> | -f | yaml (default) or json |
Queries support inline filters. The most useful one is repo: to scope searches to a specific repository.
# Search within a specific repo
comfy-codesearch "repo:Comfy-Org/ComfyUI <search_term>"
# Search across all indexed repos
comfy-codesearch "<search_term>"
# Control result count inline or via flag
comfy-codesearch "count:50 <search_term>"
comfy-codesearch "<search_term>" --count 50
--format json when you need to parse the output programmatically or pipe it to jq.--format yaml (default) when reading results directly — it's more compact and readable.repo: to reduce noise when you know which repository to search.--count low (e.g. 10-20) when you only need a few examples to save time.# Find how last_node_id is used in the main ComfyUI repo
comfy-codesearch "repo:Comfy-Org/ComfyUI last_node_id"
# Search for video/audio transcription code across all repos
comfy-codesearch "video audio transcription"
# Get top 10 results as JSON
comfy-codesearch "PromptServer" --count 10 --format json
# Find repos related to comfy
comfy-codesearch repo "comfy"
# Search for a Python class definition
comfy-codesearch "class CLIPTextEncode"
# Find workflow API usage patterns
comfy-codesearch "repo:Comfy-Org/ComfyUI /prompt" --count 20
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.