Stats
Actions
Tags
From oh-my-n8n
조직 공유용 n8n 커스텀 노드(TypeScript) 패키지를 스캐폴딩한다. 인자로 노드 이름(PascalCase). 사용자가 "커스텀 노드 만들어줘", "노드 추가" 요청 시 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-n8n:n8n-new-nodeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`custom-nodes/nodes/<NodeName>/` 에 새 커스텀 노드 패키지 생성.
custom-nodes/nodes/<NodeName>/ 에 새 커스텀 노드 패키지 생성.
/oh-my-n8n:n8n-new-node AcmeSlack
/oh-my-n8n:n8n-new-node AcmeInternalApi --with-credentials
n8n-node-developer 에이전트에 위임:
package.json (n8n 필드 포함)<NodeName>.node.ts (INodeType 구현)<NodeName>.node.json (codex 메타)credentials/<NodeName>Api.credentials.ts (옵션)README.mdnpm run build 검증/oh-my-n8n:n8n-new-workflow 로 노드 사용 워크플로 작성npx 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.