Stats
Actions
Tags
From oh-my-n8n
n8n 컨테이너 로그를 조회한다. 기본 200줄, --follow 로 스트리밍, --since/--tail 옵션 지원. 워크플로 실행 실패 분석, 기동 에러 진단, 디버깅 시 사용. 사용자가 "로그 보여줘", "logs", "에러 확인", "왜 안 떠?" 요청 시 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-n8n:n8n-logsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`n8n-ops` 에이전트에 위임.
n8n-ops 에이전트에 위임.
/oh-my-n8n:n8n-logs # 최근 200줄
/oh-my-n8n:n8n-logs --tail 50 # 최근 50줄
/oh-my-n8n:n8n-logs --follow # 스트리밍 (background)
/oh-my-n8n:n8n-logs --since 10m # 지난 10분
/oh-my-n8n:n8n-logs --grep "error" # 키워드 필터 (case insensitive)
n8n-up 안내.docker logs --tail 200 oh-my-n8n--tail N: --tail N--follow: --follow 추가, run_in_background: true 로 실행--since: --since 10m 그대로 전달--grep <pat>: 출력 후 grep 으로 필터n8n-debugger 호출 제안.n8n-up 후 healthz 실패 → n8n-logs 로 기동 에러 확인n8n-logs --grep workflow + n8n-debuggern8n-logs --follow backgroundnpx claudepluginhub lenkim/oh-my-n8n --plugin oh-my-n8nGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.