Files
tkb_timeshift/claude_n8n/idea.md
Docker Config Backup 8793ac4f59 Add Claude N8N toolkit with Docker mock API server
- Added comprehensive N8N development tools collection
- Added Docker-containerized mock API server for testing
- Added complete documentation and setup guides
- Added mock API server with health checks and data endpoints
- Tools include workflow analyzers, debuggers, and controllers

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 21:23:46 +02:00

15 lines
1.3 KiB
Markdown

- This is the basic idea of the tool for Claude Code which should help me with N8N flow development
- Claude should remember it for future use (also in anoither instances)
- there are research document and API credential files in this folder
- Basic idea of the workflow is:
1. i tell Claude what to do in the n8n flow. If there is some bug or i need to add new functionality
2. Claude will download the flow via API.
3. Claude vill analyze the flow and logs of the output of the flow, errors and so on.
4. Claude change something in the flow and upload it back via API.
5. One of the tools should be the REST API that will return mock data for the flow. In every run there will be slightly different data. returned data should be stored ion text file so i can edit them manualy.
6. Claude stoip executing of every other flows
7. Claude start the newly edited flow. It should be setted up as Inactive and there should be manual trigger (study n8n documentation for how to do it. maybe use some webhook node or so8
8. Claude analyze logs (need to find in the documentation how to do it) - best is mabe to listen to n8ndocker logs via docker compose
- if it is OK Claude tell me.
- If there is some errors Claude should repeat from the step 2.