ワンクリックで
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 職業分類に基づく
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.
| 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