diff --git a/blog/posts/speed-run-n8n-skill.html b/blog/posts/speed-run-n8n-skill.html index 5a1d50b..59af11a 100644 --- a/blog/posts/speed-run-n8n-skill.html +++ b/blog/posts/speed-run-n8n-skill.html @@ -127,11 +127,11 @@
https://www.focus.de/ 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.
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.
+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.