بنقرة واحدة
n8n-node-config
Guidance on configuring n8n nodes, dependencies, and required fields. [SAFE]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guidance on configuring n8n nodes, dependencies, and required fields. [SAFE]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
detecta patrones de escritura de IA y reescribe el contenido para que suene natural, directo y con personalidad humana.
Guide for writing correct n8n expressions in {{ }} syntax. [SAFE]
Best practices for writing JavaScript in n8n Code nodes. [SAFE]
Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, or managing workflows. [SAFE]
Guidance for writing Python code in n8n Code nodes. Use when requested or for specific statistical tasks. [SAFE]
Expert guidance on interpreting and fixing n8n validation errors. [SAFE]
| name | n8n-node-config |
| description | Guidance on configuring n8n nodes, dependencies, and required fields. [SAFE] |
Expert guide for configuring n8n nodes based on resource and operation.
operation (e.g., Slack 'post' needs channel, but 'update' needs messageId).get_node with detail: "standard" first. Only use "full" if necessary.displayOptions to understand when fields appear (e.g., sendBody: true reveals the body field).get_node (standard) to see requirements.validate_node.authentication, method/operation, and then payload fields.conditions based on the data type (string, number, boolean).append with formula columns; use update via HTTP Request instead.Use patchNodeField in n8n_update_partial_workflow for surgical edits (like changing a single JS line) to avoid sending large code blocks.