blog: update n8n speed-run prompt to hello world — summarize focus.de

This commit is contained in:
Oliver
2026-06-18 06:18:22 -03:00
parent 7f9845d862
commit cbc7d8ed68
+3 -3
View File
@@ -127,11 +127,11 @@
</div> </div>
<div class="prompt-box" style="margin-top:-8px"> <div class="prompt-box" style="margin-top:-8px">
<strong>Prompt 2 &mdash; Build and Validate My Workflow</strong><br /><br /> <strong>Prompt 2 &mdash; Hello World — Summarize focus.de</strong><br /><br />
I need a workflow that monitors a webhook endpoint, transforms the incoming JSON payload, inserts the data into an n8n Data Table, and sends a Slack notification with a summary. Use the official n8n skills from n8n-io/skills — load n8n-workflow-lifecycle, n8n-expressions, n8n-node-configuration, n8n-error-handling, and n8n-data-tables before you start building. Validate the workflow with validate_workflow, then check the connections object with get_workflow_details after every update. Show me the final node configuration. Create a hello world n8n workflow with two nodes: an RSS Feed Read node that reads <code>https://www.focus.de/</code> and an AI Agent node that summarizes the first article. Use the official n8n skills from n8n-io/skills — load n8n-workflow-lifecycle, n8n-agents, and n8n-node-configuration before you start building. Validate the workflow with validate_workflow, then check the connections object with get_workflow_details. Show me the final node configuration.
</div> </div>
<p>The first prompt authenticates using the credentials you entered in the dashboard integration settings. The second prompt then has your agent build a production-quality n8n workflow following the official best practices from the n8n skill repository.</p> <p>The first prompt authenticates using the credentials you entered in the dashboard integration settings. The second prompt then has your agent build a simple hello world n8n workflow — read the latest headlines from focus.de and summarize them with an AI Agent node. Two nodes, one workflow, real output.</p>
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>