원클릭으로
n8n
Use this skill when working with n8n workflows, automation, the n8n server, managing n8n containers, or building integrations with n8n.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when working with n8n workflows, automation, the n8n server, managing n8n containers, or building integrations with n8n.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | n8n |
| description | Use this skill when working with n8n workflows, automation, the n8n server, managing n8n containers, or building integrations with n8n. |
| version | 1.0.0 |
build-faithmade (178.156.221.8) — Hetzner Ubuntu 24.04ssh build-faithmade
# View running containers
ssh build-faithmade 'docker ps'
# View n8n logs
ssh build-faithmade 'docker logs n8n-n8n-1 --tail 50'
# Restart n8n
ssh build-faithmade 'docker restart n8n-n8n-1'
# Restart full stack
ssh build-faithmade 'cd /path/to/compose && docker compose restart'
# View all logs
ssh build-faithmade 'docker compose logs -f --tail 100'
{{ $json.field }} to reference data between nodesn8n config is typically in the Docker Compose file or .env:
N8N_HOST=
N8N_PORT=5678
N8N_PROTOCOL=https
WEBHOOK_URL=https://your-domain.com/
DB_TYPE=postgresdb
DB_POSTGRESDB_HOST=postgres
Use this skill when the user asks to SSH into a server, connect to a server, run commands on a remote server, or asks about servers I have access to. Triggers on phrases like "ssh into", "connect to the server", "run this on the server", "check the server", or mentions of specific server names like "build-faithmade", "n8n-hetzner".
Diagnose and optimize WordPress performance: WP-CLI profiling, Query Monitor, database indexing, autoloaded options, object cache, cron events, and HTTP requests.
Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.
Use when building, extending, or debugging WordPress REST API endpoints: register_rest_route, WP_REST_Controller, schema/argument validation, permission callbacks, response shaping, register_rest_field, or exposing CPTs/taxonomies via show_in_rest.
Use for WordPress operational tasks: safe plugin/theme/language management, database ops (export/import/reset), cron debugging, site infrastructure (cache, rewrites), multi-site coordination.
Use this skill when working with Beaver Builder page builder, custom Beaver Builder modules, Beaver Builder layouts, or any BB-specific PHP/JS/CSS development.