The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Clara Agent Pipeline (Local)",
"nodes": [
{
"parameters": {},
"id": "ManualTrigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
400,
300
]
},
{
"parameters": {
"command": "python3 run_pipeline.py --no-ollama",
"options": {
"cwd": "={{$env.PWD || $env.WORKDIR || '.'}}"
}
},
"id": "ExecuteCommand",
"name": "Run Pipeline",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
650,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Run Pipeline",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "local"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Clara Agent Pipeline (Local). Uses executeCommand. Event-driven trigger; 2 nodes.
Source: https://github.com/sahithkasam/Clara-AI/blob/ca36095dc33ffe3076db1c3cf1aada051e66c153/workflows/n8n_workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.
TrustField Agentic Cal Booking. Uses httpRequest, executeCommand. Event-driven trigger; 4 nodes.
Clara Answers - Transcript to Agent Config Pipeline. Uses executeCommand. Event-driven trigger; 3 nodes.
KP Case Agent Native n8n. Uses executeCommand, httpRequest. Event-driven trigger; 12 nodes.