스킬 runcomfy-cli
📦

runcomfy-cli

낮은 위험 ⚙️ 외부 명령어🌐 네트워크 접근📁 파일 시스템 액세스

Gere mídia de IA com a CLI do RunComfy

또한 다음에서 사용할 수 있습니다: doany-ai,runcomfy-com

Criar imagens e vídeos gerados por IA geralmente exige navegar por APIs complexas e escrever código boilerplate. A skill CLI do RunComfy permite gerar, editar e transformar mídia executando comandos simples do seu terminal, com polling automático e gerenciamento de download.

지원: Claude Codex Code(CC)
⚠️ 68 나쁨
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"runcomfy-cli" 사용 중입니다. Generate a photorealistic image of a cat using GPT Image 2

예상 결과:

The agent runs: runcomfy run openai/gpt-image-2/text-to-image --input '{"prompt": "a photorealistic cat sitting on a windowsill"}'. It polls for status every 2 seconds, then downloads result.png to the current directory.

"runcomfy-cli" 사용 중입니다. Batch generate 5 images from my prompts file

예상 결과:

The agent creates a shell loop that reads prompts.txt, calls runcomfy for each line with a unique output directory, and reports the path of each downloaded file as it completes.

"runcomfy-cli" 사용 중입니다. Submit a video generation job without waiting

예상 결과:

The agent runs: runcomfy --output json run bytedance/seedance-v2/pro --input '{"prompt": "a robot walking through a forest"}' --no-wait. It extracts the request_id from JSON, stores it, and later checks status with runcomfy status <request_id>.

보안 감사

낮은 위험
v1 • 5/16/2026

All 174 static findings are false positives from parsing a markdown documentation file. External command detections are bash code blocks showing CLI usage examples. Network detections are documentation links to runcomfy.com. Filesystem detections are references to the CLI token storage path. The skill declares a narrow tool scope of Bash(runcomfy *) for a legitimate media generation CLI.

1
스캔된 파일
272
분석된 줄 수
7
발견 사항
1
총 감사 수
낮은 위험 문제 (4)
False positive: markdown code blocks flagged as shell execution
All 123 external_commands detections are bash code blocks and inline code formatting in documentation. The skill only executes runcomfy commands via its declared Bash(runcomfy *) tool scope. No arbitrary shell execution is performed.
False positive: documentation URLs flagged as hardcoded network endpoints
All 40 network detections are markdown links to runcomfy.com, docs.runcomfy.com, and skills.sh in documentation. The CLI only connects to model-api.runcomfy.net and *.runcomfy.net / *.runcomfy.com for downloads.
False positive: token path references flagged as filesystem access
The filesystem detections are documentation references to ~/.config/runcomfy/token.json, explaining where the CLI stores authentication tokens. The skill does not directly access this file; the runcomfy CLI binary handles token storage internally.
False positive: CLI subcommand and table formatting triggered blocker alerts
The 'whoami' subcommand is a legitimate part of the runcomfy CLI for verifying authentication identity, not system reconnaissance. The 'weak cryptographic algorithm' detections are artifacts from markdown table formatting (pipe characters) in the exit codes table.
감사자: claude

품질 점수

38
아키텍처
100
유지보수성
87
콘텐츠
35
커뮤니티
82
보안
83
사양 준수

만들 수 있는 것

Gerar materiais visuais de marketing

Crie imagens de produtos, gráficos para redes sociais e vídeos promocionais descrevendo o que você deseja em linguagem natural.

Prototipar conceitos criativos

Itere rapidamente sobre ideias artísticas gerando variações com diferentes modelos, prompts e parâmetros.

Automatizar pipelines de mídia

Construa scripts que geram imagens ou vídeos em lote, processam-nos e integram os resultados em fluxos de CI/CD ou dados.

이 프롬프트를 사용해 보세요

Gerar uma única imagem
Generate an image with RunComfy using the prompt 'a serene mountain landscape at golden hour, photorealistic, 8k'. Use the openai/gpt-image-2/text-to-image model and save it to ./output.
Processamento em lote a partir de um arquivo
Read prompts.txt line by line and generate one image per prompt using the flux-2-klein model. Save all outputs to ./batch-output/ with a timestamp subfolder for each run.
Verificar status de job assíncrono
Submit a video generation job with --no-wait to get a request_id, then check its status every 30 seconds until it completes. Download the final video when done.
Pipe de saída JSON para processamento
Generate an image with --output json and --no-download, then extract the first image URL with jq and download it with curl into a specific folder.

모범 사례

  • Sempre use --output json ao criar scripts ou direcionar resultados para outras ferramentas
  • Armazene seu token RunComfy na variável de ambiente RUNCOMFY_TOKEN para ambientes CI e contêineres
  • Use --no-wait para jobs de geração de vídeo de longa duração e depois consulte com runcomfy status

피하기

  • Não direcione scripts de instalação via curl diretamente para o shell sem revisá-los antes
  • Não passe variáveis de shell diretamente para --input sem o escape JSON adequado
  • Não ignore o código de saída 77; ele significa que a autenticação falhou e você precisa fazer login novamente

자주 묻는 질문

Como instalar a CLI do RunComfy?
Execute npm i -g @runcomfy/cli para uma instalação global, ou use npx -y @runcomfy/cli para execução única sem instalação.
Onde meu token de API é armazenado?
O token é salvo em ~/.config/runcomfy/token.json com permissões de arquivo 0600. Você também pode definir a variável de ambiente RUNCOMFY_TOKEN para substituir o arquivo.
Posso cancelar um job em execução?
Sim. Pressione Ctrl-C enquanto a CLI está fazendo polling. Ela envia uma requisição DELETE para cancelar o job remoto antes de sair.
O que acontece se uma geração falhar?
A CLI retorna um código de saída diferente de zero. O código 69 significa erro no servidor upstream e pode ser repetido. O código 65 significa entrada JSON inválida. O código 77 significa falha de autenticação.
Como baixar saídas para uma pasta específica?
Use a flag --output-dir seguida do caminho de destino. Use --no-download para pular o download completamente e retornar apenas o JSON de resultado.
Posso usar esta skill sem instalar nada?
Não. A skill requer que a CLI do RunComfy esteja instalada no seu sistema. A skill vai guiá-lo pelo processo de instalação, mas não pode executar comandos runcomfy sem ela.

개발자 세부 정보

파일 구조

📄 SKILL.md