Block 1 - Readme
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow creates a self improving AI agent inside n8n that can understand natural language tasks, plan steps, use tools (HTTP, code, search, ...), reflect on results, and continue until the go...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.openai, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis workflow creates a self-improving AI agent inside n8n that can understand natural language tasks, plan steps, use tools (HTTP, code, search, ...), reflect on results, and continue until the goal is reached — then deliver the final answer.
{"task": "your task here"}
### Requirements
- LLM API access (gpt-4o-mini works well for testing)
- Optional: Slack workspace for alerts
### Customization tips
- Upgrade to stronger reasoning models (o1-preview, Claude 3.5/3.7 Sonnet, Gemini 2.0)
- Add real tools: browser automation, vector DB lookup, file read/write, calendar
- Improve memory: append full history or use external vector store
- Add cost/safety guardrails (max iterations, forbidden actions)
### Contact Us
If you need help setting up this workflow, want custom modifications, or have questions about integrating specific tools/services:
🌐 Website: https://www.oneclickitsolution.com/contact-us/
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create an autonomous task-handling AI agent with OpenAI and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Engineering, AI Chatbot |
| Author | Oneclick AI Squad |
| Published | 03 Mar 2026 |
Use the JSON export at /data/workflows/13822/13822.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow creates a self improving AI agent inside n8n that can understand natural language tasks, plan steps, use tools (HTTP, code, search, ...), reflect on results, and continue until the go...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI Chatbot use case.