ComfyUI Node
Claude Output Reader
Read and inspect contents from Claude Code output folders
Claude Output Reader
- file_contents
- file_list
- metadata
◄output_folder►
◄file_pattern*►
◄read_modelist_files►
◄specific_file►
◄max_files10►
Categoryclaude_code
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| output_folder | STRING | The output folder name from a ClaudeCodeCommand node | |
| file_pattern | STRING | * | File pattern to read (e.g., '*.py', 'README.md', '*') |
| read_mode | COMBO | list_files | Mode for reading files |
| specific_fileopt | STRING | Specific file to read (when using read_specific mode) | |
| max_filesopt | INT | 101–100 | Maximum number of files to read |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| file_contents | STRING | — |
| file_list | JSON | — |
| metadata | STRING | — |